Home
last modified time | relevance | path

Searched refs:StartMpeg (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/post_processor/
H A Dvideo_post_processor.h61 bool StartMpeg(const std::string& videoId, const sptr<IPCFileDescriptor>& inputFd);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/
H A Dvideo_post_processor.cpp173 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