Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/fpscontroller/
H A Dfps_controller_process.cpp289 const int32_t dropVar = incomingFrmRate / overshoot; in ReduceFrameRateByUniformStrategy() local
290 if (keepLessThanDoubleCount_ >= dropVar) { in ReduceFrameRateByUniformStrategy()
303 const int32_t dropVar = overshoot / targetFrameRate_; in ReduceFrameRateByUniformStrategy() local
304 if (keepMoreThanDoubleCount_ < dropVar) { in ReduceFrameRateByUniformStrategy()