Searched refs:PreviewOutputCallbackImpl (Results 1 – 3 of 3) sorted by relevance
240 class PreviewOutputCallbackImpl : public HStreamRepeatCallbackStub {243 PreviewOutputCallbackImpl() : previewOutput_(nullptr) {} in PreviewOutputCallbackImpl() function245 …explicit PreviewOutputCallbackImpl(PreviewOutput* previewOutput) : previewOutput_(previewOutput) {} in PreviewOutputCallbackImpl() function
111 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()
5472 …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();