Searched refs:PhotoPostProcessor (Results 1 – 4 of 4) sorted by relevance
142 PhotoPostProcessor* photoPostProcessor_;496 PhotoPostProcessor* photoPostProcessor_;500 PhotoPostProcessor::PhotoPostProcessor(const int32_t userId, in PhotoPostProcessor() function in OHOS::CameraStandard::DeferredProcessing::PhotoPostProcessor516 PhotoPostProcessor::~PhotoPostProcessor() in ~PhotoPostProcessor()529 void PhotoPostProcessor::Initialize() in Initialize()537 int32_t PhotoPostProcessor::GetUserId() in GetUserId()578 void PhotoPostProcessor::SetDefaultExecutionMode() in SetDefaultExecutionMode()629 void PhotoPostProcessor::Interrupt() in Interrupt()639 void PhotoPostProcessor::Reset() in Reset()699 void PhotoPostProcessor::OnSessionDied() in OnSessionDied()[all …]
49 class PhotoPostProcessor {51 …PhotoPostProcessor(const int32_t userId, TaskManager* taskManager, IImageProcessCallbacks* callbac…52 ~PhotoPostProcessor();
62 std::shared_ptr<PhotoPostProcessor> postProcessor_;
34 postProcessor_ = std::make_shared<PhotoPostProcessor>(userId_, taskManager, this); in DeferredPhotoProcessor()