Home
last modified time | relevance | path

Searched refs:OnProcessImageDone (Results 1 - 12 of 12) sorted by relevance

/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/deferred_proc_session/
H A Ddeferred_photo_proc_session.h39 virtual void OnProcessImageDone(const std::string& imageId, const uint8_t* addr, const long bytes,
41 virtual void OnProcessImageDone(const std::string &imageId, std::shared_ptr<Media::Picture> picture,
88 int32_t OnProcessImageDone(const std::string &imageId, const sptr<IPCFileDescriptor> ipcFileDescriptor,
90 int32_t OnProcessImageDone(const std::string &imageId, std::shared_ptr<Media::Picture> picture,
/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/include/
H A Ddeferred_photo_processing_session_callback_proxy.h29 int32_t OnProcessImageDone(const std::string &imageId, sptr<IPCFileDescriptor> ipcFd, long bytes,
31 int32_t OnProcessImageDone(const std::string &imageId, std::shared_ptr<Media::Picture> picture,
/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/base/include/
H A Dideferred_photo_processing_session_callback.h55 virtual int32_t OnProcessImageDone(const std::string &imageId, sptr<IPCFileDescriptor> ipcFd, const long bytes,
57 virtual int32_t OnProcessImageDone(const std::string &imageId, std::shared_ptr<Media::Picture> picture,
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/include/deferred_processing/
H A Dmultistages_capture_deferred_photo_proc_session_callback.h35 void OnProcessImageDone(const std::string &imageId, const uint8_t *addr, const long bytes,
37 void OnProcessImageDone(const std::string &imageId, std::shared_ptr<Media::Picture> picture,
/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() function in OHOS::CameraStandard::DeferredPhotoProcessingSessionCallback
32 MEDIA_INFO_LOG("DeferredPhotoProcessingSessionCallback::OnProcessImageDone() is called!"); in OnProcessImageDone()
40 MEDIA_ERR_LOG("DeferredPhotoProcessingSessionCallback::OnProcessImageDone() mmap failed"); in OnProcessImageDone()
44 deferredPhotoProcSession_->GetCallback()->OnProcessImageDone(imageId, static_cast<uint8_t*>(addr), bytes, in OnProcessImageDone()
48 MEDIA_INFO_LOG("DeferredPhotoProcessingSessionCallback::OnProcessImageDone not set!, Discarding callback"); in OnProcessImageDone()
77 int32_t DeferredPhotoProcessingSessionCallback::OnProcessImageDone(const std::string &imageId, in OnProcessImageDone() function in OHOS::CameraStandard::DeferredPhotoProcessingSessionCallback
80 MEDIA_INFO_LOG("DeferredPhotoProcessingSessionCallback::OnProcessImageDone() is" in OnProcessImageDone()
86 deferredPhotoProcSession_->GetCallback()->OnProcessImageDone(imageId, picture, isCloudImageEnhanceSupported); in OnProcessImageDone()
88 MEDIA_INFO_LOG("DeferredPhotoProcessingSessionCallback::OnProcessImageDone not set!, Discarding callback"); in OnProcessImageDone()
/foundation/multimedia/camera_framework/test/fuzztest/deferredprocessingstub_fuzzer/
H A Ddeferred_processing_stub_fuzzer.h38 inline int32_t OnProcessImageDone(const std::string &imageId,
43 inline int32_t OnProcessImageDone(const std::string &imageId, std::shared_ptr<Media::Picture> picture,
/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/src/
H A Ddeferred_photo_processing_session_callback_proxy.cpp27 int32_t DeferredPhotoProcessingSessionCallbackProxy::OnProcessImageDone(const std::string &imageId, in OnProcessImageDone() function in OHOS::CameraStandard::DeferredProcessing::DeferredPhotoProcessingSessionCallbackProxy
44 "DeferredPhotoProcessingSessionCallbackProxy OnProcessImageDone failed, error: %{public}d", error); in OnProcessImageDone()
48 int32_t DeferredPhotoProcessingSessionCallbackProxy::OnProcessImageDone(const std::string &imageId, in OnProcessImageDone() function in OHOS::CameraStandard::DeferredProcessing::DeferredPhotoProcessingSessionCallbackProxy
60 DP_ERR_LOG("OnProcessImageDone Marshalling failed"); in OnProcessImageDone()
68 DP_ERR_LOG("DeferredPhotoProcessingSessionCallbackProxy OnProcessImageDone failed, error: %{public}d", error); in OnProcessImageDone()
/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/server/src/
H A Ddeferred_photo_processing_session_callback_stub.cpp69 int32_t ret = OnProcessImageDone(imageId, ipcFd, bytes, isCloudImageEnhanceSupported); in HandleOnProcessImageDone()
111 int32_t ret = OnProcessImageDone(imageId, picturePtr, isCloudImageEnhanceSupported); in HandleOnProcessPictureDone()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dtest_common.h153 void OnProcessImageDone(const std::string& imageId, const uint8_t* addr, const long bytes,
155 void OnProcessImageDone(const std::string &imageId, std::shared_ptr<Media::Picture> picture,
H A Dtest_common.cpp310 void TestDeferredPhotoProcSessionCallback::OnProcessImageDone(const std::string& imageId, in OnProcessImageDone() function in OHOS::CameraStandard::TestDeferredPhotoProcSessionCallback
314 MEDIA_INFO_LOG("TestDeferredPhotoProcSessionCallback OnProcessImageDone."); in OnProcessImageDone()
317 void TestDeferredPhotoProcSessionCallback::OnProcessImageDone(const std::string &imageId, in OnProcessImageDone() function in OHOS::CameraStandard::TestDeferredPhotoProcSessionCallback
320 MEDIA_INFO_LOG("TestDeferredPhotoProcSessionCallback OnProcessImageDone Picture."); in OnProcessImageDone()
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/
H A Dsession_coordinator.cpp231 spCallback->OnProcessImageDone(imageId, ipcFd, dataSize, isCloudImageEnhanceSupported); in OnProcessDone()
249 spCallback->OnProcessImageDone(imageId, picture, isCloudImageEnhanceSupported); in OnProcessDoneExt()
303 callback->OnProcessImageDone(result.imageId, result.ipcFd, result.dataSize, in ProcessPendingResults()
/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/
H A Dmultistages_capture_deferred_photo_proc_session_callback.cpp162 void MultiStagesCaptureDeferredPhotoProcSessionCallback::OnProcessImageDone(const std::string &imageId, in OnProcessImageDone() function in OHOS::Media::MultiStagesCaptureDeferredPhotoProcSessionCallback
166 tracer.Start("OnProcessImageDone " + imageId); in OnProcessImageDone()
169 MEDIA_ERR_LOG("OnProcessImageDone picture is null"); in OnProcessImageDone()
286 void MultiStagesCaptureDeferredPhotoProcSessionCallback::OnProcessImageDone(const string &imageId, const uint8_t *addr, in OnProcessImageDone() function in OHOS::Media::MultiStagesCaptureDeferredPhotoProcSessionCallback
293 tracer.Start("OnProcessImageDone " + imageId); in OnProcessImageDone()

Completed in 8 milliseconds