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

  /external/chromium_org/third_party/libwebp/dec/
webpi.h 79 void WebPInitCustomIo(WebPDecParams* const params, VP8Io* const io);
idec.c 588 WebPInitCustomIo(&idec->params_, &idec->io_); // Plug the I/O functions.
io.c 641 void WebPInitCustomIo(WebPDecParams* const params, VP8Io* const io) {
webp.c 460 WebPInitCustomIo(params, &io); // Plug the I/O functions.
vp8l.c     [all...]
  /external/webp/src/dec/
webpi.h 79 void WebPInitCustomIo(WebPDecParams* const params, VP8Io* const io);
idec.c 588 WebPInitCustomIo(&idec->params_, &idec->io_); // Plug the I/O functions.
io.c 641 void WebPInitCustomIo(WebPDecParams* const params, VP8Io* const io) {
webp.c 472 WebPInitCustomIo(params, &io); // Plug the I/O functions.
vp8l.c     [all...]

Completed in 314 milliseconds