Home
last modified time | relevance | path

Searched refs:OnCaptureError (Results 1 – 25 of 109) sorted by relevance

12345

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/camera/
H A Dinterface_i_stream_operator_callback_v10.md24 | [OnCaptureError](#oncaptureerror) ([in] int captureId, [in] struct [CaptureErrorInfo](_capture_er…
54 ### OnCaptureError()
57 IStreamOperatorCallback::OnCaptureError ([in] int captureId, [in] struct CaptureErrorInfo[] infos )
H A Dinterface_i_camera_device_v12.md46 | metaOut | 能力输出。 捕获错误等信息[OnCaptureError](interface_i_stream_operator_callback_v10.md#oncaptureerro…
71 …interface_i_stream_operator_callback_v10.md#oncaptureended), 捕获错误等信息[OnCaptureError](interface_i_s…
H A D_capture_error_info_v10.md6 流错误信息,用于回调[OnCaptureError](interface_i_stream_operator_callback_v10.md#oncaptureerror)。
H A Dinterface_i_camera_device_v11.md70 …interface_i_stream_operator_callback_v10.md#oncaptureended), 捕获错误等信息[OnCaptureError](interface_i_s…
/ohos5.0/drivers/peripheral/camera/hdi_service/v1_0/src/
H A Dstream_operator_service_callback.cpp43 int32_t StreamOperatorServiceCallback::OnCaptureError(int32_t captureId, const std::vector<VdiCaptu… in OnCaptureError() function in OHOS::Camera::StreamOperatorServiceCallback
52 return streamOperatorCallback_->OnCaptureError(captureId, hdiInfos); in OnCaptureError()
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/offline_stream_operator/
H A Doffline_stream.cpp201 OnCaptureError(message[0]->GetCaptureId(), info); in HandleMessage()
229 void OfflineStream::OnCaptureError(int32_t captureId, const std::vector<VdiCaptureErrorInfo>& infos) in OnCaptureError() function in OHOS::Camera::OfflineStream
232 callback_->OnCaptureError(captureId, infos); in OnCaptureError()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dphoto_output.h103 virtual void OnCaptureError(const int32_t captureId, const int32_t errorCode) const = 0;
140 virtual void OnCaptureError(const int32_t captureId, const int32_t errorCode) const = 0;
546 int32_t OnCaptureError(const int32_t captureId, const int32_t errorCode) override;
/ohos5.0/drivers/interface/camera/v1_2/
H A DICameraDevice.idl37 * and {@link OnCaptureError} is used to report a capture error.
54 * and {@link OnCaptureError} is used to report a capture error.
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/foo/camera/v1_2/
H A DICameraDevice.idl37 * and {@link OnCaptureError} is used to report a capture error.
54 * and {@link OnCaptureError} is used to report a capture error.
/ohos5.0/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/src/
H A Dstream_operator_callback.cpp32 void StreamOperatorCallback::OnCaptureError(int32_t captureId, in OnCaptureError() function in OHOS::Camera::StreamOperatorCallback
/ohos5.0/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/include/
H A Dstream_operator_callback.h31 void OnCaptureError(int32_t captureId,
/ohos5.0/drivers/peripheral/camera/test/common/callback/include/
H A Dstream_operator_callback.h31 int32_t OnCaptureError(int32_t captureId, const std::vector<CaptureErrorInfo>& infos) override;
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dstream_operator/
H A Dmock_dstream_operator_callback.h40 int32_t OnCaptureError(int32_t captureId, const std::vector<CaptureErrorInfo>& infos) override in OnCaptureError() function
/ohos5.0/drivers/peripheral/camera/vdi_base/interfaces/v1_0/
H A Distream_operator_vdi_callback.h41 …virtual int32_t OnCaptureError(int32_t captureId, const std::vector<VdiCaptureErrorInfo> &infos) =…
/ohos5.0/drivers/peripheral/camera/test/common/callback/src/
H A Dstream_operator_callback.cpp37 int32_t StreamOperatorCallback::OnCaptureError(int32_t captureId, const std::vector<CaptureErrorInf… in OnCaptureError() function in OHOS::Camera::StreamOperatorCallback
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Distream_capture_callback.h31 virtual int32_t OnCaptureError(int32_t captureId, int32_t errorType) = 0;
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/include/callback/
H A Ddcamera_photo_callback.h34 void OnCaptureError(const int32_t captureId, const int32_t errorCode) const override;
/ohos5.0/drivers/peripheral/camera/hdi_service/v1_0/include/
H A Dstream_operator_service_callback.h40 … int32_t OnCaptureError(int32_t captureId, const std::vector<VdiCaptureErrorInfo> &infos) override;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhstream_capture_callback_proxy.h37 int32_t OnCaptureError(int32_t captureId, int32_t errorType) override;
/ohos5.0/drivers/peripheral/camera/hal_c/include/
H A Dstream_operator_c_if.h29 void (*OnCaptureError)(int captureId, CaptureErrorInfoCIF* info, int count); member
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/photooutput_fuzzer/
H A Dphoto_output_fuzzer.h34 void OnCaptureError(const int32_t captureId, const int32_t errorCode) const override {} in OnCaptureError() function
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/include/
H A Dutils.h37 const std::vector<std::shared_ptr<VdiCaptureErrorInfo>> &info)> OnCaptureError; member
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/include/offline_stream_operator/
H A Doffline_stream.h45 void OnCaptureError(int32_t captureId, const std::vector<VdiCaptureErrorInfo> &infos);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/callback/
H A Ddcamera_photo_callback.cpp62 void DCameraPhotoCallback::OnCaptureError(const int32_t captureId, const int32_t errorCode) const in OnCaptureError() function in OHOS::DistributedHardware::DCameraPhotoCallback
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dstreamchangetoofflinestream_fuzzer/
H A Ddstreamchangetoofflinestream_fuzzer.cpp42 int32_t OnCaptureError(int32_t captureId, const std::vector<CaptureErrorInfo>& infos) override in OnCaptureError() function in OHOS::DistributedHardware::MockDStreamOperatorCallback

12345