Searched refs:VDecDemoCallback (Results 1 – 2 of 2) sorted by relevance
41 class VDecDemoCallback : public AVCodecCallback, public NoCopyable {43 explicit VDecDemoCallback(std::shared_ptr<VDecSignal> signal) : signal_(signal) {}; in VDecDemoCallback() function44 virtual ~VDecDemoCallback() = default;87 std::shared_ptr<VDecDemoCallback> cb_;
107 cb_ = make_unique<VDecDemoCallback>(signal_); in CreateVdec()311 void VDecDemoCallback::OnError(AVCodecErrorType errorType, int32_t errorCode) in OnError()316 void VDecDemoCallback::OnOutputFormatChanged(const Format &format) in OnOutputFormatChanged()321 void VDecDemoCallback::OnInputBufferAvailable(uint32_t index) in OnInputBufferAvailable()329 void VDecDemoCallback::OnOutputBufferAvailable(uint32_t index, AVCodecBufferInfo info, AVCodecBuffe… in OnOutputBufferAvailable()