Searched refs:PauseRequest (Results 1 – 5 of 5) sorted by relevance
60 DP_CHECK_EXECUTE(isNeedStop, postProcessor_->PauseRequest(videoId, ScheduleType::REMOVE)); in RemoveVideo()106 void DeferredVideoProcessor::PauseRequest(const ScheduleType& type) in PauseRequest() function in OHOS::CameraStandard::DeferredProcessing::DeferredVideoProcessor113 postProcessor_->PauseRequest(videoId, type); in PauseRequest()
168 videoProcessor_->PauseRequest(type); in PauseRequests()
43 void PauseRequest(const ScheduleType& type);
46 void PauseRequest(const std::string& videoId, const ScheduleType& type);
197 void VideoPostProcessor::PauseRequest(const std::string& videoId, const ScheduleType& type) in PauseRequest() function in OHOS::CameraStandard::DeferredProcessing::VideoPostProcessor