Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.h134 class VP9DecoderImpl : public VP9Decoder {
136 VP9DecoderImpl();
138 virtual ~VP9DecoderImpl();
Dvp9_impl.cc818 return new VP9DecoderImpl(); in Create()
821 VP9DecoderImpl::VP9DecoderImpl() in VP9DecoderImpl() function in webrtc::VP9DecoderImpl
829 VP9DecoderImpl::~VP9DecoderImpl() { in ~VP9DecoderImpl()
842 int VP9DecoderImpl::Reset() { in Reset()
850 int VP9DecoderImpl::InitDecode(const VideoCodec* inst, int number_of_cores) { in InitDecode()
884 int VP9DecoderImpl::Decode(const EncodedImage& input_image, in Decode()
930 int VP9DecoderImpl::ReturnFrame(const vpx_image_t* img, uint32_t timestamp) { in ReturnFrame()
963 int VP9DecoderImpl::RegisterDecodeCompleteCallback( in RegisterDecodeCompleteCallback()
969 int VP9DecoderImpl::Release() { in Release()
987 const char* VP9DecoderImpl::ImplementationName() const { in ImplementationName()