Searched refs:DecodeVideoCallback (Results 1 – 7 of 7) sorted by relevance
22 void DecodeVideoCallback::OnError(MediaAVCodec::AVCodecErrorType errorType, int32_t errorCode) in OnError()30 void DecodeVideoCallback::OnInputBufferAvailable(uint32_t index, std::shared_ptr<Media::AVSharedMem… in OnInputBufferAvailable()41 void DecodeVideoCallback::OnOutputFormatChanged(const Media::Format &format) in OnOutputFormatChanged()52 void DecodeVideoCallback::OnOutputBufferAvailable(uint32_t index, MediaAVCodec::AVCodecBufferInfo i… in OnOutputBufferAvailable()
153 decodeVideoCallback_ = std::make_shared<DecodeVideoCallback>(shared_from_this()); in ConfigureVideoDecoder()
155 decodeVideoCallback_ = std::make_shared<DecodeVideoCallback>(shared_from_this()); in ConfigureVideoDecoder()
29 class DecodeVideoCallback : public MediaAVCodec::AVCodecCallback {31 explicit DecodeVideoCallback(const std::weak_ptr<DecodeDataProcess>& decodeVideoNode) in DecodeVideoCallback() function33 ~DecodeVideoCallback() override = default;
48 class DecodeVideoCallback; variable
34 …std::shared_ptr<DecodeVideoCallback> decodeVideoCallback = std::make_shared<DecodeVideoCallback>(d… in DecodeOnInputBufferAvailableFuzzTest()
40 …std::shared_ptr<DecodeVideoCallback> decodeVideoCallback = std::make_shared<DecodeVideoCallback>(d… in DecodeOnOutputBufferAvailableFuzzTest()