Searched defs:VP8Decoder (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/include/
H A Dvp8.h28 class VP8Decoder : public VideoDecoder { class in namespace:webrtc
30 static VP8Decoder* Create();
32 virtual ~VP8Decoder() {};
33 }; // end of VP8Decoder class
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dcodec_factory.h70 class VP8Decoder : public Decoder { class in namespace:libvpx_test
72 VP8Decoder(vpx_codec_dec_cfg_t cfg, unsigned long deadline) function in class:libvpx_test::VP8Decoder
108 return new VP8Decoder(cfg, deadline);
/external/libvpx/libvpx/test/
H A Dcodec_factory.h70 class VP8Decoder : public Decoder { class in namespace:libvpx_test
72 VP8Decoder(vpx_codec_dec_cfg_t cfg, unsigned long deadline) function in class:libvpx_test::VP8Decoder
108 return new VP8Decoder(cfg, deadline);
/external/chromium_org/third_party/libwebp/dec/
H A Ddecode_vp8.h35 // VP8Decoder* dec = VP8New();
123 typedef struct VP8Decoder VP8Decoder; typedef in typeref:struct:VP8Decoder
126 VP8Decoder* VP8New(void);
137 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io);
141 int VP8Decode(VP8Decoder* const dec, VP8Io* const io);
144 VP8StatusCode VP8Status(VP8Decoder* const dec);
147 const char* VP8StatusMessage(VP8Decoder* const dec);
151 void VP8Clear(VP8Decoder* const dec);
154 void VP8Delete(VP8Decoder* cons
[all...]
H A Dvp8i.h218 // VP8Decoder: the main opaque structure handed over to user
220 struct VP8Decoder { struct
307 int VP8SetError(VP8Decoder* const dec,
312 void VP8ParseProba(VP8BitReader* const br, VP8Decoder* const dec);
314 int VP8ParseIntraModeRow(VP8BitReader* const br, VP8Decoder* const dec);
317 void VP8ParseQuant(VP8Decoder* const dec);
320 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io);
325 VP8StatusCode VP8EnterCritical(VP8Decoder* const dec, VP8Io* const io);
328 int VP8ExitCritical(VP8Decoder* const dec, VP8Io* const io);
336 VP8Decoder* cons
[all...]
/external/webp/src/dec/
H A Ddecode_vp8.h35 // VP8Decoder* dec = VP8New();
123 typedef struct VP8Decoder VP8Decoder; typedef in typeref:struct:VP8Decoder
126 VP8Decoder* VP8New(void);
137 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io);
141 int VP8Decode(VP8Decoder* const dec, VP8Io* const io);
144 VP8StatusCode VP8Status(VP8Decoder* const dec);
147 const char* VP8StatusMessage(VP8Decoder* const dec);
151 void VP8Clear(VP8Decoder* const dec);
154 void VP8Delete(VP8Decoder* cons
[all...]
H A Dvp8i.h218 // VP8Decoder: the main opaque structure handed over to user
220 struct VP8Decoder { struct
307 int VP8SetError(VP8Decoder* const dec,
312 void VP8ParseProba(VP8BitReader* const br, VP8Decoder* const dec);
314 int VP8ParseIntraModeRow(VP8BitReader* const br, VP8Decoder* const dec);
317 void VP8ParseQuant(VP8Decoder* const dec);
320 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io);
325 VP8StatusCode VP8EnterCritical(VP8Decoder* const dec, VP8Io* const io);
328 int VP8ExitCritical(VP8Decoder* const dec, VP8Io* const io);
336 VP8Decoder* cons
[all...]

Completed in 363 milliseconds