Searched refs:CodecBaseCallback (Results 1 – 2 of 2) sorted by relevance
201 class CodecBaseCallback : public AVCodecCallback, public NoCopyable {203 explicit CodecBaseCallback(const std::shared_ptr<CodecServer> &codec);204 virtual ~CodecBaseCallback();
196 shareBufCallback_ = std::make_shared<CodecBaseCallback>(shared_from_this()); in Init()961 CodecBaseCallback::CodecBaseCallback(const std::shared_ptr<CodecServer> &codec) : codec_(codec) in CodecBaseCallback() function in OHOS::MediaAVCodec::CodecBaseCallback966 CodecBaseCallback::~CodecBaseCallback() in ~CodecBaseCallback()972 void CodecBaseCallback::OnError(AVCodecErrorType errorType, int32_t errorCode) in OnError()979 void CodecBaseCallback::OnOutputFormatChanged(const Format &format) in OnOutputFormatChanged()986 void CodecBaseCallback::OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVSharedMemory> buff… in OnInputBufferAvailable()993 void CodecBaseCallback::OnOutputBufferAvailable(uint32_t index, AVCodecBufferInfo info, AVCodecBuff… in OnOutputBufferAvailable()