HomeSort by relevance Sort by last modified time
    Searched refs:VP8Decode (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libwebp/dec/
decode_vp8.h 36 // bool ok = VP8Decode(dec);
130 // decoding function should be called (VP8Decode, VP8GetHeaders, ...)
140 int VP8Decode(VP8Decoder* const dec, VP8Io* const io);
149 // Not a mandatory call between calls to VP8Decode().
vp8.c 725 int VP8Decode(VP8Decoder* const dec, VP8Io* const io) {
732 "NULL VP8Io parameter in VP8Decode().");
webp.c 468 if (!VP8Decode(dec, &io)) {
  /external/webp/src/dec/
decode_vp8.h 36 // bool ok = VP8Decode(dec);
130 // decoding function should be called (VP8Decode, VP8GetHeaders, ...)
140 int VP8Decode(VP8Decoder* const dec, VP8Io* const io);
149 // Not a mandatory call between calls to VP8Decode().
vp8.c 725 int VP8Decode(VP8Decoder* const dec, VP8Io* const io) {
732 "NULL VP8Io parameter in VP8Decode().");
webp.c 451 if (!VP8Decode(dec, &io)) {

Completed in 571 milliseconds