OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebPInitCustomIo
(Results
1 - 5
of
5
) sorted by null
/external/webp/src/dec/
webpi.h
76
void
WebPInitCustomIo
(WebPDecParams* const params, VP8Io* const io);
webp.c
409
WebPInitCustomIo
(params, &io); // Plug the I/O functions.
idec.c
552
WebPInitCustomIo
(&idec->params_, &idec->io_); // Plug the I/O functions.
io.c
622
void
WebPInitCustomIo
(WebPDecParams* const params, VP8Io* const io) {
vp8l.c
[
all
...]
Completed in 59 milliseconds