Home
last modified time | relevance | path

Searched refs:VIDEO_FRAME_DROP_INTERVAL (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/fpscontroller/
H A Dfps_controller_process.h52 constexpr static int32_t VIDEO_FRAME_DROP_INTERVAL = 4; variable
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/fpscontroller/
H A Dfps_controller_process.cpp153 if (keepCorrectionCount_ >= VIDEO_FRAME_DROP_INTERVAL) { in UpdateFrameRateCorrectionFactor()