Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/include/
H A Doutput_controller.h83 void SetAverIntervalDiffThre(const uint32_t thre);
84 void SetDynamicBalanceThre(const uint8_t thre);
85 void SetPushOnceDiffThre(const uint32_t thre);
86 void SetTimeStampOnceDiffThre(const uint32_t thre);
90 void SetWaitClockThre(const int64_t thre);
91 void SetTrackClockThre(const int64_t thre);
92 void SetSleepThre(const int64_t thre);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/src/
H A Doutput_controller.cpp688 averIntervalDiffThre_ = thre; in SetAverIntervalDiffThre()
693 dynamicBalanceThre_ = thre; in SetDynamicBalanceThre()
696 void OutputController::SetPushOnceDiffThre(const uint32_t thre) in SetPushOnceDiffThre() argument
698 pushOnceDiffThre_ = thre; in SetPushOnceDiffThre()
703 timeStampOnceDiffThre_ = thre; in SetTimeStampOnceDiffThre()
721 void OutputController::SetWaitClockThre(const int64_t thre) in SetWaitClockThre() argument
723 waitClockThre_ = thre; in SetWaitClockThre()
726 void OutputController::SetTrackClockThre(const int64_t thre) in SetTrackClockThre() argument
728 trackClockThre_ = thre; in SetTrackClockThre()
731 void OutputController::SetSleepThre(const int64_t thre) in SetSleepThre() argument
[all …]
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/base/
H A Difeeding_smoother.cpp273 void IFeedingSmoother::SetDynamicBalanceThre(const uint8_t thre) in SetDynamicBalanceThre() argument
275 dynamicBalanceThre_ = thre; in SetDynamicBalanceThre()
283 void IFeedingSmoother::SetAverIntervalDiffThre(const uint32_t thre) in SetAverIntervalDiffThre() argument
285 averIntervalDiffThre_ = thre; in SetAverIntervalDiffThre()
288 void IFeedingSmoother::SetFeedOnceDiffThre(const uint32_t thre) in SetFeedOnceDiffThre() argument
290 feedOnceDiffThre_ = thre; in SetFeedOnceDiffThre()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/feedingsmoother/base/
H A Difeeding_smoother.h47 void SetAverIntervalDiffThre(const uint32_t thre);
48 void SetDynamicBalanceThre(const uint8_t thre);
49 void SetFeedOnceDiffThre(const uint32_t thre);