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

  /external/chromium_org/third_party/libwebp/dec/
vp8i.h 320 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io);
vp8.c 635 if (ok) ok = VP8InitFrame(dec, io);
frame.c 647 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io) {
idec.c 413 // This change must be done before calling VP8InitFrame()
430 if (!VP8InitFrame(dec, io)) {
  /external/webp/src/dec/
vp8i.h 320 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io);
vp8.c 635 if (ok) ok = VP8InitFrame(dec, io);
frame.c 647 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io) {
idec.c 413 // This change must be done before calling VP8InitFrame()
430 if (!VP8InitFrame(dec, io)) {

Completed in 38 milliseconds