Searched refs:WebPInitCustomIo (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libwebp/dec/
H A Dwebpi.h79 void WebPInitCustomIo(WebPDecParams* const params, VP8Io* const io);
H A Didec.c588 WebPInitCustomIo(&idec->params_, &idec->io_); // Plug the I/O functions.
H A Dio.c641 void WebPInitCustomIo(WebPDecParams* const params, VP8Io* const io) { function
H A Dwebp.c460 WebPInitCustomIo(params, &io); // Plug the I/O functions.
H A Dvp8l.c1262 WebPInitCustomIo(NULL, io); // Just a sanity Init. io won't be used.
/external/webp/src/dec/
H A Dwebpi.h79 void WebPInitCustomIo(WebPDecParams* const params, VP8Io* const io);
H A Didec.c588 WebPInitCustomIo(&idec->params_, &idec->io_); // Plug the I/O functions.
H A Dio.c641 void WebPInitCustomIo(WebPDecParams* const params, VP8Io* const io) { function
H A Dwebp.c472 WebPInitCustomIo(params, &io); // Plug the I/O functions.
H A Dvp8l.c1262 WebPInitCustomIo(NULL, io); // Just a sanity Init. io won't be used.

Completed in 215 milliseconds