Home
last modified time | relevance | path

Searched refs:OnFrameError (Results 1 - 17 of 17) sorted by relevance

/foundation/multimedia/camera_lite/interfaces/kits/
H A Dframe_state_callback.h82 virtual void OnFrameError(Camera &camera, FrameConfig &frameConfig, int32_t errorCode, FrameResult &frameResult) {} in OnFrameError() function in OHOS::Media::FrameStateCallback
/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Distream_repeat_callback.h49 virtual int32_t OnFrameError(int32_t errorCode) = 0;
/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhstream_repeat_callback_proxy.h36 int32_t OnFrameError(int32_t errorCode) override;
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhstream_repeat_callback_stub.cpp63 return OnFrameError(errorType); in HandleOnFrameError()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dpreview_output.h262 int32_t OnFrameError(int32_t errorCode) override;
H A Dvideo_output.h258 int32_t OnFrameError(const int32_t errorCode) override;
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhstream_repeat_callback_proxy.cpp64 int32_t HStreamRepeatCallbackProxy::OnFrameError(int32_t errorCode) in OnFrameError() function in OHOS::CameraStandard::HStreamRepeatCallbackProxy
77 MEDIA_ERR_LOG("HStreamRepeatCallbackProxy OnFrameError failed, error: %{public}d", error); in OnFrameError()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcamera_component.h61 void OnFrameError(Media::Camera &camera,
H A Dcamera_component.cpp99 void FrameCallback::OnFrameError(Media::Camera &camera, in OnFrameError() function in OHOS::ACELite::FrameCallback
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhstream_repeat.h64 int32_t OnFrameError(int32_t errorType);
/foundation/multimedia/camera_lite/frameworks/
H A Dcamera_impl.cpp215 fsc->OnFrameError(*this, fc, -1, frameResult); in OnFrameFinished()
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_repeat.cpp389 int32_t HStreamRepeat::OnFrameError(int32_t errorType) in OnFrameError() function in OHOS::CameraStandard::HStreamRepeat
392 MEDIA_DEBUG_LOG("HStreamRepeat::OnFrameError %{public}d %{public}d", errorType, streamRepeatCallback_ == nullptr); in OnFrameError()
403 CAMERA_SYSEVENT_FAULT(CreateMsg("Preview OnFrameError! errorCode:%d", repeatErrorCode)); in OnFrameError()
404 streamRepeatCallback_->OnFrameError(repeatErrorCode); in OnFrameError()
H A Dhcapture_session.cpp2067 CastStream<HStreamRepeat>(curStream)->OnFrameError(errInfo.error_); in OnCaptureError()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dvideo_output.cpp65 int32_t VideoOutputCallbackImpl::OnFrameError(const int32_t errorCode) in OnFrameError() function in OHOS::CameraStandard::VideoOutputCallbackImpl
71 MEDIA_INFO_LOG("Discarding VideoOutputCallbackImpl::OnFrameError callback in video"); in OnFrameError()
H A Dpreview_output.cpp140 int32_t PreviewOutputCallbackImpl::OnFrameError(int32_t errorCode) in OnFrameError() function in OHOS::CameraStandard::PreviewOutputCallbackImpl
149 MEDIA_INFO_LOG("Discarding PreviewOutputCallbackImpl::OnFrameError callback in preview"); in OnFrameError()
152 MEDIA_INFO_LOG("PreviewOutputCallbackImpl::OnFrameError PreviewOutput is nullptr"); in OnFrameError()
163 MEDIA_INFO_LOG("Discarding PreviewOutputCallbackImpl::OnFrameError callback in preview"); in OnSketchStatusChanged()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp5570 intResult = repeatCallback->OnFrameError(errorCode); in HWTEST_F()
5609 intResult = repeatCallback_2->OnFrameError(errorCode); in HWTEST_F()
5778 intResult = repeatCallback->OnFrameError(errorCode); in HWTEST_F()
5826 intResult = repeatCallback_2->OnFrameError(errorCode); in HWTEST_F()
7747 EXPECT_EQ(streamRepeat->OnFrameError(BUFFER_LOST), CAMERA_OK); in HWTEST_F()
7748 EXPECT_EQ(streamRepeat->OnFrameError(0), CAMERA_OK); in HWTEST_F()
8306 hStreamRepeatCallbackProxy->OnFrameError(0); in HWTEST_F()
8670 hStreamRepeatCallbackProxy->OnFrameError(0); in HWTEST_F()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp3997 EXPECT_EQ(streamRepeat->OnFrameError(BUFFER_LOST), 0); in HWTEST_F()

Completed in 39 milliseconds