Searched refs:GetPendingVideos (Results 1 – 6 of 6) sorted by relevance
124 bool DeferredVideoProcessor::GetPendingVideos(std::vector<std::string>& pendingVideos) in GetPendingVideos() function in OHOS::CameraStandard::DeferredProcessing::DeferredVideoProcessor127 return postProcessor_->GetPendingVideos(pendingVideos); in GetPendingVideos()
45 bool GetPendingVideos(std::vector<std::string>& pendingVideos);
65 bool isSuccess = processor_->GetPendingVideos(pendingVidoes); in Executing()
41 bool GetPendingVideos(std::vector<std::string>& pendingVideos);
40 GetPendingVideos([out] List<String> videoIds);
142 bool VideoPostProcessor::GetPendingVideos(std::vector<std::string>& pendingVideos) in GetPendingVideos() function in OHOS::CameraStandard::DeferredProcessing::VideoPostProcessor146 int32_t ret = session->GetPendingVideos(pendingVideos); in GetPendingVideos()