Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dvideo_decoder_adapter.cpp43 VideoDecoderCallback::VideoDecoderCallback(std::shared_ptr<VideoDecoderAdapter> videoDecoder) in VideoDecoderCallback() function in OHOS::Media::VideoDecoderCallback
49 VideoDecoderCallback::~VideoDecoderCallback() in ~VideoDecoderCallback()
54 void VideoDecoderCallback::OnError(MediaAVCodec::AVCodecErrorType errorType, int32_t errorCode) in OnError()
63 void VideoDecoderCallback::OnOutputFormatChanged(const MediaAVCodec::Format &format) in OnOutputFormatChanged()
72 void VideoDecoderCallback::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) in OnInputBufferAvailable()
81 void VideoDecoderCallback::OnOutputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) in OnOutputBufferAvailable()
225 = std::make_shared<VideoDecoderCallback>(shared_from_this()); in SetCallback()
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dvideo_decoder_adapter.h88 class VideoDecoderCallback : public OHOS::MediaAVCodec::MediaCodecCallback {
90 explicit VideoDecoderCallback(std::shared_ptr<VideoDecoderAdapter> videoDecoder);
91 virtual ~VideoDecoderCallback();