Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/base/
H A Difeeding_smoother.cpp162 … (llabs(averIntervalDiff) < averIntervalDiffThre_) && (llabs(feedOnceDiff) < feedOnceDiffThre_); in CheckIsProcessInDynamicBalanceOnce()
290 feedOnceDiffThre_ = thre; in SetFeedOnceDiffThre()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/feedingsmoother/base/
H A Difeeding_smoother.h95 uint32_t feedOnceDiffThre_ = 0; variable