Home
last modified time | relevance | path

Searched defs:captureID (Results 1 – 8 of 8) sorted by relevance

/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()
28 void OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const override {} in OnCaptureStarted()
29 void OnCaptureEnded(const int32_t captureID, const int32_t frameCount) const override {} in OnCaptureEnded()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/callback/
H A Ddcamera_photo_callback.cpp32 void DCameraPhotoCallback::OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const in OnCaptureStarted() argument
37 void DCameraPhotoCallback::OnCaptureEnded(const int32_t captureID, const int32_t frameCount) const in OnCaptureEnded() argument
/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()
132 void OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const override in OnCaptureStarted()
179 void OnCaptureEnded(const int32_t captureID, const int32_t frameCount) const override in OnCaptureEnded()
/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()
202 void OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const in OnCaptureStarted()
208 void OnCaptureEnded(const int32_t captureID, int32_t frameCount) const in OnCaptureEnded()
/ohos5.0/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H A Ddcamera_client_demo.h197 void OnCaptureStarted(const int32_t captureID) const in OnCaptureStarted()
202 void OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const in OnCaptureStarted()
208 void OnCaptureEnded(const int32_t captureID, int32_t frameCount) const in OnCaptureEnded()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dtest_common.cpp184 void TestPhotoOutputCallback::OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const in OnCaptureStarted() argument
190 void TestPhotoOutputCallback::OnCaptureEnded(const int32_t captureID, const int32_t frameCount) con… in OnCaptureEnded() argument
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Dphoto_output_napi.h59 int32_t captureID; member
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp1323 void PhotoOutputCallback::OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const in OnCaptureStarted() argument
1333 void PhotoOutputCallback::OnCaptureEnded(const int32_t captureID, const int32_t frameCount) const in OnCaptureEnded() argument