/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/camera/ |
H A D | interface_i_stream_operator_callback_v10.md | 24 | [OnCaptureError](#oncaptureerror) ([in] int captureId, [in] struct [CaptureErrorInfo](_capture_er… 54 ### OnCaptureError() 57 IStreamOperatorCallback::OnCaptureError ([in] int captureId, [in] struct CaptureErrorInfo[] infos )
|
H A D | interface_i_camera_device_v12.md | 46 | 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.md | 6 流错误信息,用于回调[OnCaptureError](interface_i_stream_operator_callback_v10.md#oncaptureerror)。
|
H A D | interface_i_camera_device_v11.md | 70 …interface_i_stream_operator_callback_v10.md#oncaptureended), 捕获错误等信息[OnCaptureError](interface_i_s…
|
/ohos5.0/drivers/peripheral/camera/hdi_service/v1_0/src/ |
H A D | stream_operator_service_callback.cpp | 43 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 D | offline_stream.cpp | 201 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 D | photo_output.h | 103 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 D | ICameraDevice.idl | 37 * 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 D | ICameraDevice.idl | 37 * 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 D | stream_operator_callback.cpp | 32 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 D | stream_operator_callback.h | 31 void OnCaptureError(int32_t captureId,
|
/ohos5.0/drivers/peripheral/camera/test/common/callback/include/ |
H A D | stream_operator_callback.h | 31 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 D | mock_dstream_operator_callback.h | 40 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 D | istream_operator_vdi_callback.h | 41 …virtual int32_t OnCaptureError(int32_t captureId, const std::vector<VdiCaptureErrorInfo> &infos) =…
|
/ohos5.0/drivers/peripheral/camera/test/common/callback/src/ |
H A D | stream_operator_callback.cpp | 37 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 D | istream_capture_callback.h | 31 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 D | dcamera_photo_callback.h | 34 void OnCaptureError(const int32_t captureId, const int32_t errorCode) const override;
|
/ohos5.0/drivers/peripheral/camera/hdi_service/v1_0/include/ |
H A D | stream_operator_service_callback.h | 40 … 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 D | hstream_capture_callback_proxy.h | 37 int32_t OnCaptureError(int32_t captureId, int32_t errorType) override;
|
/ohos5.0/drivers/peripheral/camera/hal_c/include/ |
H A D | stream_operator_c_if.h | 29 void (*OnCaptureError)(int captureId, CaptureErrorInfoCIF* info, int count); member
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/photooutput_fuzzer/ |
H A D | photo_output_fuzzer.h | 34 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 D | utils.h | 37 const std::vector<std::shared_ptr<VdiCaptureErrorInfo>> &info)> OnCaptureError; member
|
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/include/offline_stream_operator/ |
H A D | offline_stream.h | 45 void OnCaptureError(int32_t captureId, const std::vector<VdiCaptureErrorInfo> &infos);
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/callback/ |
H A D | dcamera_photo_callback.cpp | 62 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 D | dstreamchangetoofflinestream_fuzzer.cpp | 42 int32_t OnCaptureError(int32_t captureId, const std::vector<CaptureErrorInfo>& infos) override in OnCaptureError() function in OHOS::DistributedHardware::MockDStreamOperatorCallback
|