HomeSort by relevance Sort by last modified time
    Searched refs:VP8Decode (Results 1 - 3 of 3) 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, ...)
141 int VP8Decode(VP8Decoder* const dec, VP8Io* const io);
150 // Not a mandatory call between calls to VP8Decode().
vp8.c 614 int VP8Decode(VP8Decoder* const dec, VP8Io* const io) {
621 "NULL VP8Io parameter in VP8Decode().");
webp.c 478 // This change must be done before calling VP8Decode()
482 if (!VP8Decode(dec, &io)) {

Completed in 102 milliseconds