Searched defs:VP8DecoderImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.h147 class VP8DecoderImpl : public VP8Decoder { class in namespace:webrtc
149 VP8DecoderImpl();
151 virtual ~VP8DecoderImpl();
H A Dvp8_impl.cc513 VP8DecoderImpl::VP8DecoderImpl() function in class:webrtc::VP8DecoderImpl
527 VP8DecoderImpl::~VP8DecoderImpl() {
532 int VP8DecoderImpl::Reset() {
542 int VP8DecoderImpl::InitDecode(const VideoCodec* inst, int number_of_cores) {
599 int VP8DecoderImpl::Decode(const EncodedImage& input_image,
788 int VP8DecoderImpl::DecodePartitions(
811 int VP8DecoderImpl::ReturnFrame(const vpx_image_t* img,
841 int VP8DecoderImpl
[all...]

Completed in 84 milliseconds