Home
last modified time | relevance | path

Searched refs:captureID (Results 1 – 11 of 11) sorted by relevance

/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()
29 DHLOGI("enter, captureID: %{public}d", captureID); in OnCaptureStarted()
32 void DCameraPhotoCallback::OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const in OnCaptureStarted() argument
34 DHLOGI("enter, captureID: %{public}d, exposureTime: %{public}u", captureID, exposureTime); in OnCaptureStarted()
37 void DCameraPhotoCallback::OnCaptureEnded(const int32_t captureID, const int32_t frameCount) const in OnCaptureEnded() argument
39 DHLOGI("enter, captureID: %{public}d, frameCount: %{public}d", captureID, frameCount); in OnCaptureEnded()
/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() argument
123 MEDIA_DEBUG_LOG("OnCaptureStarted is called!, captureID: %{public}d", captureID); in OnCaptureStarted()
125 info.captureId = captureID; in OnCaptureStarted()
132 void OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const override in OnCaptureStarted() argument
134 MEDIA_DEBUG_LOG("OnCaptureStarted is called!, captureID: %{public}d", captureID); in OnCaptureStarted()
179 void OnCaptureEnded(const int32_t captureID, const int32_t frameCount) const override in OnCaptureEnded() argument
181 MEDIA_DEBUG_LOG("OnCaptureEnded is called! captureID: %{public}d", captureID); in OnCaptureEnded()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/include/callback/
H A Ddcamera_photo_callback.h28 void OnCaptureStarted(const int32_t captureID) const override;
29 void OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const override;
30 void OnCaptureEnded(const int32_t captureID, const int32_t frameCount) const override;
/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() argument
28 void OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const override {} in OnCaptureStarted() argument
29 void OnCaptureEnded(const int32_t captureID, const int32_t frameCount) const override {} in OnCaptureEnded() argument
/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() argument
199 DHLOGI("DemoDCameraPhotoCallback::OnCaptureStarted captureID: %{public}d", captureID); in OnCaptureStarted()
202 void OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const in OnCaptureStarted() argument
205 captureID, exposureTime); in OnCaptureStarted()
208 void OnCaptureEnded(const int32_t captureID, int32_t frameCount) const in OnCaptureEnded() argument
211 captureID, frameCount); 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() argument
199 DHLOGI("DemoDCameraPhotoCallback::OnCaptureStarted captureID: %{public}d", captureID); in OnCaptureStarted()
202 void OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const in OnCaptureStarted() argument
205 captureID, exposureTime); in OnCaptureStarted()
208 void OnCaptureEnded(const int32_t captureID, int32_t frameCount) const in OnCaptureEnded() argument
211 captureID, frameCount); in OnCaptureEnded()
/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()
181 testName_, captureID); in OnCaptureStarted()
184 void TestPhotoOutputCallback::OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const in OnCaptureStarted() argument
187 testName_, captureID); in OnCaptureStarted()
190 void TestPhotoOutputCallback::OnCaptureEnded(const int32_t captureID, const int32_t frameCount) con… in OnCaptureEnded() argument
193 " frameCount: %{public}d", testName_, captureID, frameCount); in OnCaptureEnded()
H A Dtest_common.h103 void OnCaptureStarted(const int32_t captureID) const override;
104 void OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const override;
105 void OnCaptureEnded(const int32_t captureID, const int32_t frameCount) const override;
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dphoto_output.h49 virtual void OnCaptureStarted(const int32_t captureID) const = 0;
56 virtual void OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const = 0;
64 virtual void OnCaptureEnded(const int32_t captureID, const int32_t frameCount) const = 0;
116 virtual void OnCaptureStarted(const int32_t captureID) const = 0;
124 virtual void OnCaptureEnded(const int32_t captureID, const int32_t frameCount) const = 0;
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp1255 g_captureId = callbackInfo->info_.captureID; in UpdateJSExecute()
1319 info.captureID = captureID; in OnCaptureStarted()
1328 info.captureID = captureID; in OnCaptureStarted()
1337 captureID, frameCount); in OnCaptureEnded()
1339 info.captureID = captureID; in OnCaptureEnded()
1350 info.captureID = captureId; in OnFrameShutter()
1361 info.captureID = captureId; in OnFrameShutterEnd()
1372 info.captureID = captureId; in OnCaptureReady()
1381 info.captureID = captureId; in OnCaptureError()
1425 napi_create_int32(env_, info.captureID, &propValue); in ExecuteCaptureStartWithInfoCb()
[all …]
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/output/
H A Dphoto_output_napi.h59 int32_t captureID; member
212 void OnCaptureStarted(const int32_t captureID) const override;
213 void OnCaptureStarted(const int32_t captureID, uint32_t exposureTime) const override;
214 void OnCaptureEnded(const int32_t captureID, const int32_t frameCount) const override;