Searched refs:VideoCodecCallback (Results 1 – 2 of 2) sorted by relevance
27 class MpegManager::VideoCodecCallback : public MediaCodecCallback { class in OHOS::CameraStandard::DeferredProcessing::MpegManager29 …explicit VideoCodecCallback(const std::weak_ptr<MpegManager>& mpegManager) : mpegManager_(mpegMana… in VideoCodecCallback() function in OHOS::CameraStandard::DeferredProcessing::MpegManager::VideoCodecCallback34 ~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()
44 class VideoCodecCallback;