/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/ |
H A D | sketch_wrapper.h | 46 … void OnSketchStatusChanged(SketchStatus sketchStatus, const SceneFeaturesMode& sceneFeaturesMode); 84 void OnSketchStatusChanged(const SceneFeaturesMode& sceneFeaturesMode);
|
H A D | preview_output.h | 219 int32_t OnSketchStatusChanged(SketchStatus status); 271 int32_t OnSketchStatusChanged(SketchStatus status) override;
|
H A D | video_output.h | 283 int32_t OnSketchStatusChanged(SketchStatus status) override;
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/ |
H A D | sketch_wrapper.cpp | 129 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 D | preview_output.cpp | 162 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 D | video_output.cpp | 76 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 D | hstream_repeat_callback_proxy.h | 38 int32_t OnSketchStatusChanged(SketchStatus status) override;
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/ |
H A D | istream_repeat_callback.h | 51 virtual int32_t OnSketchStatusChanged(SketchStatus status) = 0;
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/ |
H A D | hstream_repeat_callback_stub.cpp | 69 return OnSketchStatusChanged(static_cast<SketchStatus>(status)); in HandleOnSketchStatusChanged()
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/ |
H A D | hstream_repeat_callback_proxy.cpp | 83 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 D | hstream_repeat.h | 66 int32_t OnSketchStatusChanged(SketchStatus status);
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hstream_repeat.cpp | 150 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 D | camera_framework_unittest.cpp | 4357 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 D | camera_framework_moduletest.cpp | 7993 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);
|