Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/fpscontroller/
H A Dfps_controller_process.cpp62 frameRateOvershootMdf_ = 0; in ReleaseProcessNode()
275 int32_t overshoot = frameRateOvershootMdf_ + (incomingFrmRate - targetFrameRate_); in ReduceFrameRateByUniformStrategy()
278 frameRateOvershootMdf_ = 0; in ReduceFrameRateByUniformStrategy()
292 frameRateOvershootMdf_ = -(incomingFrmRate % overshoot) / OVERSHOOT_MODIFY_COEFFICIENT; in ReduceFrameRateByUniformStrategy()
308 frameRateOvershootMdf_ = overshoot % targetFrameRate_; in ReduceFrameRateByUniformStrategy()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/fpscontroller/
H A Dfps_controller_process.h77 int32_t frameRateOvershootMdf_ = 0; variable