Searched refs:postProcessor_ (Results 1 – 4 of 4) sorted by relevance
29 postProcessor_(nullptr), in DeferredPhotoProcessor()42 postProcessor_ = nullptr; in ~DeferredPhotoProcessor()48 postProcessor_->Initialize(); in Initialize()69 postProcessor_->Interrupt(); in RemoveImage()72 postProcessor_->RemoveImage(imageId); in RemoveImage()210 postProcessor_->SetExecutionMode(executionMode); in PostProcess()211 postProcessor_->ProcessImage(imageId); in PostProcess()219 postProcessor_->SetDefaultExecutionMode(); in SetDefaultExecutionMode()225 postProcessor_->Interrupt(); in Interrupt()232 return postProcessor_->GetConcurrency(mode); in GetConcurrency()[all …]
29 postProcessor_(CreateShared<VideoPostProcessor>(userId_)) in DeferredVideoProcessor()39 postProcessor_ = nullptr; in ~DeferredVideoProcessor()45 postProcessor_->Initialize(); in Initialize()60 DP_CHECK_EXECUTE(isNeedStop, postProcessor_->PauseRequest(videoId, ScheduleType::REMOVE)); in RemoveVideo()61 DP_CHECK_EXECUTE(!restorable, postProcessor_->RemoveRequest(videoId)); in RemoveVideo()102 postProcessor_->ProcessRequest(work); in PostProcess()113 postProcessor_->PauseRequest(videoId, type); in PauseRequest()121 postProcessor_->SetDefaultExecutionMode(); in SetDefaultExecutionMode()127 return postProcessor_->GetPendingVideos(pendingVideos); in GetPendingVideos()
53 std::shared_ptr<VideoPostProcessor> postProcessor_; variable
62 std::shared_ptr<PhotoPostProcessor> postProcessor_; variable