Home
last modified time | relevance | path

Searched refs:OnSketchStatusChanged (Results 1 - 14 of 14) sorted by relevance

/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dpreview_output.h218 int32_t OnSketchStatusChanged(SketchStatus status);
269 int32_t OnSketchStatusChanged(SketchStatus status) override;
H A Dsketch_wrapper.h46 void OnSketchStatusChanged(SketchStatus sketchStatus, const SceneFeaturesMode& sceneFeaturesMode);
84 void OnSketchStatusChanged(const SceneFeaturesMode& sceneFeaturesMode);
H A Dvideo_output.h265 int32_t OnSketchStatusChanged(SketchStatus status) override;
/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Distream_repeat_callback.h51 virtual int32_t OnSketchStatusChanged(SketchStatus status) = 0;
/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhstream_repeat_callback_proxy.h38 int32_t OnSketchStatusChanged(SketchStatus status) override;
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dsketch_wrapper.cpp129 void SketchWrapper::OnSketchStatusChanged(const SceneFeaturesMode& sceneFeaturesMode) in OnSketchStatusChanged() function in OHOS::CameraStandard::SketchWrapper
147 void SketchWrapper::OnSketchStatusChanged(SketchStatus sketchStatus, const SceneFeaturesMode& sceneFeaturesMode) in OnSketchStatusChanged() function in OHOS::CameraStandard::SketchWrapper
452 OnSketchStatusChanged(sceneFeaturesMode); in OnMetadataChangedZoomRatio()
465 OnSketchStatusChanged(sceneFeaturesMode); in OnMetadataChangedMacro()
479 OnSketchStatusChanged(sceneFeaturesMode); in OnMetadataChangedMoonCaptureBoost()
H A Dpreview_output.cpp157 int32_t PreviewOutputCallbackImpl::OnSketchStatusChanged(SketchStatus status) in OnSketchStatusChanged() function in OHOS::CameraStandard::PreviewOutputCallbackImpl
161 previewOutput->OnSketchStatusChanged(status); in OnSketchStatusChanged()
175 int32_t PreviewOutput::OnSketchStatusChanged(SketchStatus status) in OnSketchStatusChanged() function in OHOS::CameraStandard::PreviewOutput
181 wrapper->OnSketchStatusChanged(status, session->GetFeaturesMode()); in OnSketchStatusChanged()
H A Dvideo_output.cpp76 int32_t VideoOutputCallbackImpl::OnSketchStatusChanged(SketchStatus status) in OnSketchStatusChanged() function in OHOS::CameraStandard::VideoOutputCallbackImpl
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhstream_repeat_callback_stub.cpp69 return OnSketchStatusChanged(static_cast<SketchStatus>(status)); in HandleOnSketchStatusChanged()
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhstream_repeat_callback_proxy.cpp83 int32_t HStreamRepeatCallbackProxy::OnSketchStatusChanged(SketchStatus status) in OnSketchStatusChanged() function in OHOS::CameraStandard::HStreamRepeatCallbackProxy
96 MEDIA_ERR_LOG("HStreamRepeatCallbackProxy OnSketchStatusChanged failed, error: %{public}d", error); in OnSketchStatusChanged()
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhstream_repeat.h65 int32_t OnSketchStatusChanged(SketchStatus status);
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_repeat.cpp148 parent->OnSketchStatusChanged(sketchStatus_); in UpdateSketchStatus()
409 int32_t HStreamRepeat::OnSketchStatusChanged(SketchStatus status) in OnSketchStatusChanged() function in OHOS::CameraStandard::HStreamRepeat
412 MEDIA_DEBUG_LOG("HStreamRepeat::OnSketchStatusChanged %{public}d", status); in OnSketchStatusChanged()
414 streamRepeatCallback_->OnSketchStatusChanged(status); in OnSketchStatusChanged()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp4228 * IsSketchSupported, StartSketch, StopSketch, OnSketchStatusChanged,
4234 * IsSketchSupported, StartSketch, StopSketch, OnSketchStatusChanged,
4268 EXPECT_EQ(previewOutput->OnSketchStatusChanged(SketchStatus::STOPED), CAMERA_INVALID_STATE); in HWTEST_F()
4387 * SetPreviewStateCallback, OnSketchStatusChanged,
4393 * SetPreviewStateCallback, OnSketchStatusChanged,
4437 sketchWrapper->OnSketchStatusChanged(defaultSceneFeature); in HWTEST_F()
4438 sketchWrapper->OnSketchStatusChanged(SketchStatus::STARTED, defaultSceneFeature); in HWTEST_F()
4439 sketchWrapper->OnSketchStatusChanged(SketchStatus::STOPED, defaultSceneFeature); in HWTEST_F()
4441 sketchWrapper->OnSketchStatusChanged(modeName); in HWTEST_F()
4442 sketchWrapper->OnSketchStatusChanged(SketchStatu in HWTEST_F()
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp8065 * Function: Test OnSketchStatusChanged
8069 * CaseDescription: test PreviewOutputCallbackImpl:OnSketchStatusChanged with abnormal branches
8085 EXPECT_EQ(previewOutputCallbackImpl->OnSketchStatusChanged(SketchStatus::STOPED), CAMERA_OK); in HWTEST_F()
8088 EXPECT_EQ(previewOutputCallbackImpl1->OnSketchStatusChanged(SketchStatus::STOPED), CAMERA_OK); in HWTEST_F()
8303 hStreamRepeatCallbackProxy->OnSketchStatusChanged(SketchStatus::STOPED); in HWTEST_F()
8667 hStreamRepeatCallbackProxy->OnSketchStatusChanged(SketchStatus::STOPED); in HWTEST_F()

Completed in 31 milliseconds