Home
last modified time | relevance | path

Searched refs:PreviewOutputCallbackImpl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dpreview_output.h240 class PreviewOutputCallbackImpl : public HStreamRepeatCallbackStub {
243 PreviewOutputCallbackImpl() : previewOutput_(nullptr) {} in PreviewOutputCallbackImpl() function
245 …explicit PreviewOutputCallbackImpl(PreviewOutput* previewOutput) : previewOutput_(previewOutput) {} in PreviewOutputCallbackImpl() function
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dpreview_output.cpp111 int32_t PreviewOutputCallbackImpl::OnFrameStarted() in OnFrameStarted()
128 int32_t PreviewOutputCallbackImpl::OnFrameEnded(int32_t frameCount) in OnFrameEnded()
145 int32_t PreviewOutputCallbackImpl::OnFrameError(int32_t errorCode) in OnFrameError()
162 int32_t PreviewOutputCallbackImpl::OnSketchStatusChanged(SketchStatus status) in OnSketchStatusChanged()
173 int32_t PreviewOutputCallbackImpl::OnDeferredVideoEnhancementInfo(CaptureEndedInfoExt captureEndedI… in OnDeferredVideoEnhancementInfo()
525 svcCallback_ = new (std::nothrow) PreviewOutputCallbackImpl(this); in SetCallback()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp5472 …std::shared_ptr<PreviewOutputCallbackImpl> repeatCallback = std::make_shared<PreviewOutputCallback…
5515 …sptr<PreviewOutputCallbackImpl> repeatCallback_2 = new (std::nothrow) PreviewOutputCallbackImpl(pr…
6171 callback = new (std::nothrow) PreviewOutputCallbackImpl(previewOutput_1);
7991 …auto previewOutputCallbackImpl = new (std::nothrow) PreviewOutputCallbackImpl(previewOutput_1.GetR…
7994 auto previewOutputCallbackImpl1 = new (std::nothrow) PreviewOutputCallbackImpl();