HomeSort by relevance Sort by last modified time
    Searched defs:VP8LDecoder (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/dec/
vp8li.h 55 typedef struct VP8LDecoder VP8LDecoder;
56 struct VP8LDecoder {
110 VP8LDecoder* VP8LNew(void);
113 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io);
117 int VP8LDecodeImage(VP8LDecoder* const dec);
121 void VP8LClear(VP8LDecoder* const dec);
124 void VP8LDelete(VP8LDecoder* const dec);
  /external/webp/src/dec/
vp8li.h 55 typedef struct VP8LDecoder VP8LDecoder;
56 struct VP8LDecoder {
110 VP8LDecoder* VP8LNew(void);
113 int VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io);
117 int VP8LDecodeImage(VP8LDecoder* const dec);
121 void VP8LClear(VP8LDecoder* const dec);
124 void VP8LDelete(VP8LDecoder* const dec);

Completed in 423 milliseconds