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

  /external/opencv3/3rdparty/libwebp/dec/
vp8i.h 305 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io);
frame.c 521 int VP8InitFrame(VP8Decoder* const dec, VP8Io* io) {
idec.c 424 if (!VP8InitFrame(dec, io)) {
vp8.c 746 if (ok) ok = VP8InitFrame(dec, io);
  /external/webp/src/dec/
vp8i.h 283 int VP8InitFrame(VP8Decoder* const dec, VP8Io* const io);
vp8.c 629 if (ok) ok = VP8InitFrame(dec, io);
frame.c 814 int VP8InitFrame(VP8Decoder* const dec, VP8Io* const io) {
idec.c 417 // This change must be done before calling VP8InitFrame()
436 if (!VP8InitFrame(dec, io)) {

Completed in 81 milliseconds