Home
last modified time | relevance | path

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

/test/xts/dcts/distributedhardware/distributedscreentest/
Ddecoder_demo.h41 class VDecDemoCallback : public AVCodecCallback, public NoCopyable {
43 explicit VDecDemoCallback(std::shared_ptr<VDecSignal> signal) : signal_(signal) {}; in VDecDemoCallback() function
44 virtual ~VDecDemoCallback() = default;
87 std::shared_ptr<VDecDemoCallback> cb_;
Ddecoder_demo.cpp107 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()