Home
last modified time | relevance | path

Searched defs:OnCaptureStarted (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/photooutput_fuzzer/
H A Dphoto_output_fuzzer.h27 void OnCaptureStarted(const int32_t captureID) const override {} in OnCaptureStarted() function
28 void OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const override {} in OnCaptureStarted() function
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/callback/
H A Ddcamera_photo_callback.cpp27 void DCameraPhotoCallback::OnCaptureStarted(const int32_t captureID) const in OnCaptureStarted() function in OHOS::DistributedHardware::DCameraPhotoCallback
32 void DCameraPhotoCallback::OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const in OnCaptureStarted() function in OHOS::DistributedHardware::DCameraPhotoCallback
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dstream_operator/
H A Dmock_dstream_operator_callback.h30 int32_t OnCaptureStarted(int32_t captureId, const std::vector<int32_t>& streamIds) override in OnCaptureStarted() function
/ohos5.0/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/src/
H A Dstream_operator_callback.cpp20 void StreamOperatorCallback::OnCaptureStarted(int32_t captureId, in OnCaptureStarted() function in OHOS::Camera::StreamOperatorCallback
/ohos5.0/drivers/peripheral/camera/test/common/callback/src/
H A Dstream_operator_callback.cpp21 int32_t StreamOperatorCallback::OnCaptureStarted(int32_t captureId, const std::vector<int32_t>& str… in OnCaptureStarted() function in OHOS::Camera::StreamOperatorCallback
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhstream_capture_callback_proxy.cpp25 int32_t HStreamCaptureCallbackProxy::OnCaptureStarted(int32_t captureId) in OnCaptureStarted() function in OHOS::CameraStandard::HStreamCaptureCallbackProxy
44 int32_t HStreamCaptureCallbackProxy::OnCaptureStarted(int32_t captureId, uint32_t exposureTime) in OnCaptureStarted() function in OHOS::CameraStandard::HStreamCaptureCallbackProxy
/ohos5.0/drivers/peripheral/camera/hdi_service/v1_0/src/
H A Dstream_operator_service_callback.cpp25 int32_t StreamOperatorServiceCallback::OnCaptureStarted(int32_t captureId, const std::vector<int32_… in OnCaptureStarted() function in OHOS::Camera::StreamOperatorServiceCallback
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/include/
H A Dutils.h33 std::function<void (int32_t captureId, const std::vector<int32_t> &streamId)> OnCaptureStarted; member
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dstreamchangetoofflinestream_fuzzer/
H A Ddstreamchangetoofflinestream_fuzzer.cpp32 int32_t OnCaptureStarted(int32_t captureId, const std::vector<int32_t>& streamIds) override in OnCaptureStarted() function in OHOS::DistributedHardware::MockDStreamOperatorCallback
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dphoto_output_impl.h121 void OnCaptureStarted(const int32_t captureID) const override in OnCaptureStarted() function
132 void OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const override in OnCaptureStarted() function
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
H A Ddcamera_client_demo.h197 void OnCaptureStarted(const int32_t captureID) const in OnCaptureStarted() function
202 void OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const in OnCaptureStarted() function
/ohos5.0/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H A Ddcamera_client_demo.h197 void OnCaptureStarted(const int32_t captureID) const in OnCaptureStarted() function
202 void OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const in OnCaptureStarted() function
/ohos5.0/drivers/peripheral/camera/hal_c/include/
H A Dstream_operator_c_if.h27 void (*OnCaptureStarted)(int captureId, int* streamId, int count); member
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/cameradevice_fuzzer/
H A Dcamera_device_fuzzer.h85 … inline int32_t OnCaptureStarted(int32_t captureId, const std::vector<int32_t>& streamIds) override in OnCaptureStarted() function
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dtest_common.cpp178 void TestPhotoOutputCallback::OnCaptureStarted(const int32_t captureID) const in OnCaptureStarted() function in OHOS::CameraStandard::TestPhotoOutputCallback
184 void TestPhotoOutputCallback::OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const in OnCaptureStarted() function in OHOS::CameraStandard::TestPhotoOutputCallback
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_3/src/
H A Dbenchmark_common.cpp546 int32_t Test::TestStreamOperatorCallback::OnCaptureStarted(int32_t captureId, const std::vector<int… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallback
582 int32_t Test::TestStreamOperatorCallbackV1_2::OnCaptureStarted(int32_t captureId, const std::vector… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallbackV1_2
614 int32_t Test::TestStreamOperatorCallbackV1_3::OnCaptureStarted(int32_t captureId, const std::vector… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallbackV1_3
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/src/
H A Dhdi_common_v1_3.cpp581 int32_t Test::TestStreamOperatorCallback::OnCaptureStarted(int32_t captureId, const std::vector<int… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallback
617 int32_t Test::TestStreamOperatorCallbackV1_2::OnCaptureStarted(int32_t captureId, const std::vector… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallbackV1_2
649 int32_t Test::TestStreamOperatorCallbackV1_3::OnCaptureStarted(int32_t captureId, const std::vector… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallbackV1_3
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_2/src/
H A Dbenchmark_common.cpp446 int32_t Test::TestStreamOperatorCallback::OnCaptureStarted(int32_t captureId, const std::vector<int… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallback
482 int32_t Test::TestStreamOperatorCallbackV1_2::OnCaptureStarted(int32_t captureId, const std::vector… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallbackV1_2
/ohos5.0/drivers/peripheral/camera/test/fuzztest/common/src/
H A Dcommon.cpp569 int32_t CameraManager::TestStreamOperatorCallback::OnCaptureStarted(int32_t captureId, in OnCaptureStarted() function in OHOS::Camera::CameraManager::TestStreamOperatorCallback
642 int32_t CameraManager::TestStreamOperatorCallbackV1_2::OnCaptureStarted( in OnCaptureStarted() function in OHOS::Camera::CameraManager::TestStreamOperatorCallbackV1_2
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/src/
H A Dhdi_common_v1_2.cpp539 int32_t Test::TestStreamOperatorCallback::OnCaptureStarted(int32_t captureId, const std::vector<int… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallback
575 int32_t Test::TestStreamOperatorCallbackV1_2::OnCaptureStarted(int32_t captureId, const std::vector… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallbackV1_2
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_capture.cpp674 int32_t HStreamCapture::OnCaptureStarted(int32_t captureId) in OnCaptureStarted() function in OHOS::CameraStandard::HStreamCapture
684 int32_t HStreamCapture::OnCaptureStarted(int32_t captureId, uint32_t exposureTime) in OnCaptureStarted() function in OHOS::CameraStandard::HStreamCapture
/ohos5.0/drivers/peripheral/camera/test/mpi/include/
H A Dcommon.h218 void OnCaptureStarted(int32_t captureId, const std::vector<int32_t> &streamId) override in OnCaptureStarted() function
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_0/src/
H A Dbenchmark_common.cpp371 int32_t Test::TestStreamOperatorCallback::OnCaptureStarted(int32_t captureId, const std::vector<int… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallback
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_1/src/
H A Dbenchmark_common.cpp428 int32_t Test::TestStreamOperatorCallback::OnCaptureStarted(int32_t captureId, const std::vector<int… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallback
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_0/src/
H A Dut_common.cpp426 int32_t Test::TestStreamOperatorCallback::OnCaptureStarted(int32_t captureId, const std::vector<int… in OnCaptureStarted() function in OHOS::Camera::Test::TestStreamOperatorCallback

12