Searched refs:StartMpeg (Results 1 – 2 of 2) sorted by relevance
61 bool StartMpeg(const std::string& videoId, const sptr<IPCFileDescriptor>& inputFd);
173 DP_CHECK_ERROR_RETURN_LOG(!StartMpeg(videoId, inFd), "mpeg start failed."); in ProcessRequest()262 bool VideoPostProcessor::StartMpeg(const std::string& videoId, const sptr<IPCFileDescriptor>& input… in StartMpeg() function in OHOS::CameraStandard::DeferredProcessing::VideoPostProcessor