Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_feeding_smoother_test.cpp150 smoother->CheckIsProcessInDynamicBalance();
163 smoother->CheckIsProcessInDynamicBalance();
165 smoother->CheckIsProcessInDynamicBalance();
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/base/
H A Difeeding_smoother.cpp104 if (!CheckIsProcessInDynamicBalance() || !CheckIsTimeInit()) { in SmoothFeeding()
134 bool IFeedingSmoother::CheckIsProcessInDynamicBalance() in CheckIsProcessInDynamicBalance() function in OHOS::DistributedHardware::IFeedingSmoother
/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.cpp196 bool ret = controller->CheckIsProcessInDynamicBalance(data);
201 ret = controller->CheckIsProcessInDynamicBalance(data);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/feedingsmoother/base/
H A Difeeding_smoother.h65 bool CheckIsProcessInDynamicBalance();
/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.cpp263 bool ret = plugin->controller_->CheckIsProcessInDynamicBalance(data);
268 ret = plugin->controller_->CheckIsProcessInDynamicBalance(data);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/include/
H A Doutput_controller.h125 bool CheckIsProcessInDynamicBalance(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.cpp251 if (CheckIsClockInvalid(data) || !CheckIsProcessInDynamicBalance(data)) { in ControlOutput()
407 bool OutputController::CheckIsProcessInDynamicBalance(const std::shared_ptr<Plugin::Buffer>& data) in CheckIsProcessInDynamicBalance() function in OHOS::DistributedHardware::OutputController