Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/base/
H A Difeeding_smoother.cpp139 if (CheckIsProcessInDynamicBalanceOnce()) { in CheckIsProcessInDynamicBalance()
151 bool IFeedingSmoother::CheckIsProcessInDynamicBalanceOnce() in CheckIsProcessInDynamicBalanceOnce() function in OHOS::DistributedHardware::IFeedingSmoother
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/feedingsmoother/base/
H A Difeeding_smoother.h66 bool CheckIsProcessInDynamicBalanceOnce();
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_feeding_smoother_test.cpp160 smoother->CheckIsProcessInDynamicBalanceOnce();
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/include/
H A Doutput_controller.h126 bool CheckIsProcessInDynamicBalanceOnce(const std::shared_ptr<Plugin::Buffer>& data);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/src/
H A Doutput_controller.cpp411 if (CheckIsProcessInDynamicBalanceOnce(data)) { in CheckIsProcessInDynamicBalance()
428 bool OutputController::CheckIsProcessInDynamicBalanceOnce(const std::shared_ptr<Plugin::Buffer>& da… in CheckIsProcessInDynamicBalanceOnce() function in OHOS::DistributedHardware::OutputController
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_output/output_control_test/
H A Doutput_controller_test.cpp209 bool ret = controller->CheckIsProcessInDynamicBalanceOnce(data);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_output/dscreen_output_test/
H A Ddscreen_output_test.cpp277 bool ret = plugin->controller_->CheckIsProcessInDynamicBalanceOnce(data);