Searched refs:WebPInitCustomIo (Results 1 – 5 of 5) sorted by relevance
82 void WebPInitCustomIo(WebPDecParams* const params, VP8Io* const io);
83 WebPInitCustomIo(NULL, io); in ALPHInit()
465 WebPInitCustomIo(params, &io); // Plug the I/O functions. in DecodeInto()
642 void WebPInitCustomIo(WebPDecParams* const params, VP8Io* const io) { in WebPInitCustomIo() function
626 WebPInitCustomIo(&idec->params_, &idec->io_); // Plug the I/O functions. in NewDecoder()
Completed in 9 milliseconds