Home
last modified time | relevance | path

Searched defs:checkFramesPauseTime (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Dsurface_encoder_adapter_unit_test.cpp340 int64_t checkFramesPauseTime = 0; variable
354 int64_t checkFramesPauseTime = 0; variable
368 int64_t checkFramesPauseTime = 200; variable
383 int64_t checkFramesPauseTime = 200; variable
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dsurface_encoder_adapter.cpp715 int64_t checkFramesPauseTime = 0; in OnInputParameterWithAttrAvailable() local
734 bool SurfaceEncoderAdapter::CheckFrames(int64_t currentPts, int64_t &checkFramesPauseTime) in CheckFrames()