Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/
H A Dvideo_post_processor.cpp270 bool VideoPostProcessor::StopMpeg(const MediaResult result, const DeferredVideoWorkPtr& work) in StopMpeg() function in OHOS::CameraStandard::DeferredProcessing::VideoPostProcessor
358 DP_CHECK_ERROR_RETURN_LOG(!StopMpeg(MediaResult::SUCCESS, work), "success: mpeg stop failed."); in OnProcessDone()
373 DP_CHECK_ERROR_RETURN_LOG(!StopMpeg(MediaResult::PAUSE, work), "pause: mpeg stop failed."); in OnError()
375 …DP_CHECK_ERROR_RETURN_LOG(!StopMpeg(MediaResult::FAIL, work), "error or outtime: mpeg stop failed.… in OnError()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/post_processor/
H A Dvideo_post_processor.h62 bool StopMpeg(const MediaResult result, const DeferredVideoWorkPtr& work);