Home
last modified time | relevance | path

Searched refs:WebPInitCustomIo (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/dec/
Dwebpi_dec.h82 void WebPInitCustomIo(WebPDecParams* const params, VP8Io* const io);
Dalpha_dec.c83 WebPInitCustomIo(NULL, io); in ALPHInit()
Dwebp_dec.c465 WebPInitCustomIo(params, &io); // Plug the I/O functions. in DecodeInto()
Dio_dec.c637 void WebPInitCustomIo(WebPDecParams* const params, VP8Io* const io) { in WebPInitCustomIo() function
Didec_dec.c631 WebPInitCustomIo(&idec->params_, &idec->io_); // Plug the I/O functions. in NewDecoder()