Searched defs:captureID (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/photooutput_fuzzer/ |
H A D | photo_output_fuzzer.h | 27 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 D | dcamera_photo_callback.cpp | 32 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 D | photo_output_impl.h | 121 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 D | dcamera_client_demo.h | 197 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 D | dcamera_client_demo.h | 197 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 D | test_common.cpp | 184 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 D | photo_output_napi.h | 59 int32_t captureID; member
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/ |
H A D | photo_output_napi.cpp | 1323 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
|