Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/deferred_proc_session/
H A Ddeferred_photo_proc_session.cpp29 int32_t DeferredPhotoProcessingSessionCallback::OnProcessImageDone(const std::string &imageId, in OnProcessImageDone()
54 int32_t DeferredPhotoProcessingSessionCallback::OnError(const std::string &imageId, in OnError()
66 int32_t DeferredPhotoProcessingSessionCallback::OnStateChanged(const DeferredProcessing::StatusCode… in OnStateChanged()
77 int32_t DeferredPhotoProcessingSessionCallback::OnProcessImageDone(const std::string &imageId, in OnProcessImageDone()
93 int32_t DeferredPhotoProcessingSessionCallback::OnDeliveryLowQualityImage(const std::string &imageI… in OnDeliveryLowQualityImage()
260 …remoteCallback = new(std::nothrow) DeferredPhotoProcessingSessionCallback(deferredPhotoProcSession… in ConnectDeferredProcessingSession()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/deferred_proc_session/
H A Ddeferred_photo_proc_session.h73 class DeferredPhotoProcessingSessionCallback : public DeferredProcessing::DeferredPhotoProcessingSe…
75 DeferredPhotoProcessingSessionCallback() : deferredPhotoProcSession_(nullptr) { in DeferredPhotoProcessingSessionCallback() function
78 …explicit DeferredPhotoProcessingSessionCallback(sptr<DeferredPhotoProcSession> deferredPhotoProcSe… in DeferredPhotoProcessingSessionCallback() function
83 ~DeferredPhotoProcessingSessionCallback() in ~DeferredPhotoProcessingSessionCallback()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp432 new(std::nothrow) DeferredPhotoProcessingSessionCallback(deferredPhotoProcSession); in CreateDeferredPhotoProcessingSession()