Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dsketch_wrapper.h46 … void OnSketchStatusChanged(SketchStatus sketchStatus, const SceneFeaturesMode& sceneFeaturesMode);
84 void OnSketchStatusChanged(const SceneFeaturesMode& sceneFeaturesMode);
H A Dpreview_output.h219 int32_t OnSketchStatusChanged(SketchStatus status);
271 int32_t OnSketchStatusChanged(SketchStatus status) override;
H A Dvideo_output.h283 int32_t OnSketchStatusChanged(SketchStatus status) override;
/ohos5.0/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& scene… in OnSketchStatusChanged() function in OHOS::CameraStandard::SketchWrapper
458 OnSketchStatusChanged(sceneFeaturesMode); in OnMetadataChangedZoomRatio()
471 OnSketchStatusChanged(sceneFeaturesMode); in OnMetadataChangedMacro()
485 OnSketchStatusChanged(sceneFeaturesMode); in OnMetadataChangedMoonCaptureBoost()
H A Dpreview_output.cpp162 int32_t PreviewOutputCallbackImpl::OnSketchStatusChanged(SketchStatus status) in OnSketchStatusChanged() function in OHOS::CameraStandard::PreviewOutputCallbackImpl
166 previewOutput->OnSketchStatusChanged(status); in OnSketchStatusChanged()
180 int32_t PreviewOutput::OnSketchStatusChanged(SketchStatus status) in OnSketchStatusChanged() function in OHOS::CameraStandard::PreviewOutput
186 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
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhstream_repeat_callback_proxy.h38 int32_t OnSketchStatusChanged(SketchStatus status) override;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Distream_repeat_callback.h51 virtual int32_t OnSketchStatusChanged(SketchStatus status) = 0;
/ohos5.0/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()
/ohos5.0/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
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhstream_repeat.h66 int32_t OnSketchStatusChanged(SketchStatus status);
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_repeat.cpp150 parent->OnSketchStatusChanged(sketchStatus_); in UpdateSketchStatus()
414 int32_t HStreamRepeat::OnSketchStatusChanged(SketchStatus status) in OnSketchStatusChanged() function in OHOS::CameraStandard::HStreamRepeat
419 streamRepeatCallback_->OnSketchStatusChanged(status); in OnSketchStatusChanged()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp4357 EXPECT_EQ(previewOutput->OnSketchStatusChanged(SketchStatus::STOPED), CAMERA_INVALID_STATE);
4526 sketchWrapper->OnSketchStatusChanged(defaultSceneFeature);
4527 sketchWrapper->OnSketchStatusChanged(SketchStatus::STARTED, defaultSceneFeature);
4528 sketchWrapper->OnSketchStatusChanged(SketchStatus::STOPED, defaultSceneFeature);
4530 sketchWrapper->OnSketchStatusChanged(modeName);
4531 sketchWrapper->OnSketchStatusChanged(SketchStatus::STOPED, captureSceneFeature);
4639 EXPECT_EQ(previewOutput->OnSketchStatusChanged(SketchStatus::STOPED), CAMERA_INVALID_STATE);
4645 EXPECT_EQ(previewOutput->OnSketchStatusChanged(SketchStatus::STOPED), CAMERA_OK);
5220 previewOutput->OnSketchStatusChanged(SketchStatus::STOPED);
5914 EXPECT_EQ(previewOutput->OnSketchStatusChanged(SketchStatus::STOPED), CAMERA_INVALID_STATE);
[all …]
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp7993 EXPECT_EQ(previewOutputCallbackImpl->OnSketchStatusChanged(SketchStatus::STOPED), CAMERA_OK);
7996 EXPECT_EQ(previewOutputCallbackImpl1->OnSketchStatusChanged(SketchStatus::STOPED), CAMERA_OK);
8208 hStreamRepeatCallbackProxy->OnSketchStatusChanged(SketchStatus::STOPED);
8572 hStreamRepeatCallbackProxy->OnSketchStatusChanged(SketchStatus::STOPED);