Home
last modified time | relevance | path

Searched refs:VP8DecoderImpl (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.h123 class VP8DecoderImpl : public VP8Decoder {
125 VP8DecoderImpl();
127 virtual ~VP8DecoderImpl();
147 int CopyReference(VP8DecoderImpl* copy);
Dvp8_impl.cc1055 VP8DecoderImpl::VP8DecoderImpl() in VP8DecoderImpl() function in webrtc::VP8DecoderImpl
1068 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 …]
Dvp8_factory.cc38 return new VP8DecoderImpl(); in Create()