Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Distream_repeat_callback.h24 enum class SketchStatus : int32_t { enum
32 SketchStatus status;
51 virtual int32_t OnSketchStatusChanged(SketchStatus status) = 0;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhstream_repeat.h66 int32_t OnSketchStatusChanged(SketchStatus status);
92 void UpdateSketchStatus(SketchStatus status);
111 SketchStatus sketchStatus_ = SketchStatus::STOPED;
/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);
71 …SketchStatusData currentSketchStatusData_ = { .status = SketchStatus::STOPED, .sketchRatio = -1.0f…
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/services/camera_service/src/
H A Dhstream_repeat.cpp139 void HStreamRepeat::UpdateSketchStatus(SketchStatus status) in UpdateSketchStatus()
211 UpdateSketchStatus(SketchStatus::STARTING); in Start()
263 UpdateSketchStatus(SketchStatus::STOPED); in Start()
291 UpdateSketchStatus(SketchStatus::STOPPING); in Stop()
358 UpdateSketchStatus(SketchStatus::STARTED); in OnFrameStarted()
375 UpdateSketchStatus(SketchStatus::STOPED); in OnFrameEnded()
399 UpdateSketchStatus(SketchStatus::STOPED); in OnFrameError()
414 int32_t HStreamRepeat::OnSketchStatusChanged(SketchStatus status) in OnSketchStatusChanged()
/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/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()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dpreview_output.cpp162 int32_t PreviewOutputCallbackImpl::OnSketchStatusChanged(SketchStatus status) in OnSketchStatusChanged()
180 int32_t PreviewOutput::OnSketchStatusChanged(SketchStatus status) in OnSketchStatusChanged()
H A Dsketch_wrapper.cpp147 void SketchWrapper::OnSketchStatusChanged(SketchStatus sketchStatus, const SceneFeaturesMode& scene… in OnSketchStatusChanged()
H A Dvideo_output.cpp76 int32_t VideoOutputCallbackImpl::OnSketchStatusChanged(SketchStatus 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);
4527 sketchWrapper->OnSketchStatusChanged(SketchStatus::STARTED, defaultSceneFeature);
4528 sketchWrapper->OnSketchStatusChanged(SketchStatus::STOPED, defaultSceneFeature);
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);
6537 SketchStatus status = SketchStatus::STARTED;
6563 SketchStatus status = SketchStatus::STARTED;
/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);