Home
last modified time | relevance | path

Searched refs:maxInstantaneousFrameRateThreshold (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.cpp145 …float maxInstantaneousFrameRateThreshold = targetFrameRate_ * maxInstantaneousFrameRateCoefficient; in UpdateFrameRateCorrectionFactor() local
150 if (instantaneousFrameRate <= maxInstantaneousFrameRateThreshold) { in UpdateFrameRateCorrectionFactor()
162 maxInstantaneousFrameRateThreshold, keepCorrectionCount_); in UpdateFrameRateCorrectionFactor()
167 maxInstantaneousFrameRateThreshold, instantaneousFrameRate, frameRateCorrectionFactor_); in UpdateFrameRateCorrectionFactor()