Searched refs:VP8DecoderImpl (Results 1 – 3 of 3) sorted by relevance
123 class VP8DecoderImpl : public VP8Decoder {125 VP8DecoderImpl();127 virtual ~VP8DecoderImpl();147 int CopyReference(VP8DecoderImpl* copy);
1055 VP8DecoderImpl::VP8DecoderImpl() in VP8DecoderImpl() function in webrtc::VP8DecoderImpl1068 VP8DecoderImpl::~VP8DecoderImpl() { in ~VP8DecoderImpl()1073 int VP8DecoderImpl::Reset() { in Reset()1082 int VP8DecoderImpl::InitDecode(const VideoCodec* inst, int number_of_cores) { in InitDecode()1122 int VP8DecoderImpl::Decode(const EncodedImage& input_image, in Decode()1309 int VP8DecoderImpl::DecodePartitions( in DecodePartitions()1328 int VP8DecoderImpl::ReturnFrame(const vpx_image_t* img, in ReturnFrame()1357 int VP8DecoderImpl::RegisterDecodeCompleteCallback( in RegisterDecodeCompleteCallback()1363 int VP8DecoderImpl::Release() { in Release()1385 const char* VP8DecoderImpl::ImplementationName() const { in ImplementationName()[all …]
38 return new VP8DecoderImpl(); in Create()