Searched defs:captureID (Results 1 - 6 of 6) sorted by relevance
/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
|
/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/ |
H A D | dcamera_client_demo.h | 202 void OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const in OnCaptureStarted() argument 208 void OnCaptureEnded(const int32_t captureID, int32_t frameCount) const in OnCaptureEnded() argument [all...] |
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/ |
H A D | dcamera_client_demo.h | 202 void OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const in OnCaptureStarted() argument 208 void OnCaptureEnded(const int32_t captureID, int32_t frameCount) const in OnCaptureEnded() argument [all...] |
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/ |
H A D | test_common.cpp | 203 void TestPhotoOutputCallback::OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const in OnCaptureStarted() argument 209 void TestPhotoOutputCallback::OnCaptureEnded(const int32_t captureID, const int32_t frameCount) const in OnCaptureEnded() argument [all...] |
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/ |
H A D | photo_output_napi.h | 56 int32_t captureID; member
|
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/ |
H A D | photo_output_napi.cpp | 1209 void PhotoOutputCallback::OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const in OnCaptureStarted() argument 1219 OnCaptureEnded(const int32_t captureID, const int32_t frameCount) const OnCaptureEnded() argument [all...] |
Completed in 8 milliseconds