Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/media_manager/
H A Dmpeg_manager.cpp27 class MpegManager::VideoCodecCallback : public MediaCodecCallback { class in OHOS::CameraStandard::DeferredProcessing::MpegManager
29 …explicit VideoCodecCallback(const std::weak_ptr<MpegManager>& mpegManager) : mpegManager_(mpegMana… in VideoCodecCallback() function in OHOS::CameraStandard::DeferredProcessing::MpegManager::VideoCodecCallback
34 ~VideoCodecCallback() in ~VideoCodecCallback()
48 void MpegManager::VideoCodecCallback::OnError(AVCodecErrorType errorType, int32_t errorCode) in OnError()
53 void MpegManager::VideoCodecCallback::OnOutputFormatChanged(const Format &format) in OnOutputFormatChanged()
58 void MpegManager::VideoCodecCallback::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuff… in OnInputBufferAvailable()
64 void MpegManager::VideoCodecCallback::OnOutputBufferAvailable(uint32_t index, std::shared_ptr<AVBuf… in OnOutputBufferAvailable()
173 auto callback = std::make_shared<VideoCodecCallback>(weak_from_this()); in InitVideoCodec()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/media_manager/
H A Dmpeg_manager.h44 class VideoCodecCallback;