Searched refs:VP9DecoderImpl (Results 1 – 2 of 2) sorted by relevance
818 return new VP9DecoderImpl(); in Create()821 VP9DecoderImpl::VP9DecoderImpl() in VP9DecoderImpl() function in webrtc::VP9DecoderImpl829 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()
134 class VP9DecoderImpl : public VP9Decoder {136 VP9DecoderImpl();138 virtual ~VP9DecoderImpl();