Home
last modified time | relevance | path

Searched refs:OnVideoResult (Results 1 - 7 of 7) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/callback/
H A Ddcamera_sink_output_result_callback.cpp37 void DCameraSinkOutputResultCallback::OnVideoResult(std::shared_ptr<DataBuffer>& buffer) in OnVideoResult() function in OHOS::DistributedHardware::DCameraSinkOutputResultCallback
41 DHLOGE("DCameraSinkOutputResultCallback::OnVideoResult output is null"); in OnVideoResult()
44 output->OnVideoResult(buffer); in OnVideoResult()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/callback/
H A Ddcamera_sink_output_result_callback.h31 void OnVideoResult(std::shared_ptr<DataBuffer>& buffer) override;
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/include/
H A Dicamera_operator.h49 virtual void OnVideoResult(std::shared_ptr<DataBuffer>& buffer) = 0;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/
H A Ddcamera_sink_output.h44 void OnVideoResult(std::shared_ptr<DataBuffer>& buffer);
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_output.cpp180 void DCameraSinkOutput::OnVideoResult(std::shared_ptr<DataBuffer>& buffer) in OnVideoResult() function in OHOS::DistributedHardware::DCameraSinkOutput
183 DHLOGE("OnVideoResult dhId: %{public}s, channel state: %{public}d", in OnVideoResult()
188 DHLOGE("OnVideoResult %{public}s has no continuous data process", GetAnonyString(dhId_).c_str()); in OnVideoResult()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_sink_output_test.cpp149 callback->OnVideoResult(dataBuffer); in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/
H A Ddcamera_client_test.cpp67 void OnVideoResult(std::shared_ptr<DataBuffer>& buffer) override
69 DHLOGI("DCameraClientTestResultCallback::OnVideoResult");

Completed in 4 milliseconds