Searched defs:VP8Io (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/dec/
H A Ddecode_vp8.h27 // VP8Io io;
40 typedef struct VP8Io VP8Io; typedef in typeref:struct:VP8Io
41 typedef int (*VP8IoPutHook)(const VP8Io* io);
42 typedef int (*VP8IoSetupHook)(VP8Io* io);
43 typedef void (*VP8IoTeardownHook)(const VP8Io* io);
45 struct VP8Io { struct
109 int VP8InitIoInternal(VP8Io* const, int);
129 static WEBP_INLINE int VP8InitIo(VP8Io* const io) {
134 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* cons
[all...]

Completed in 115 milliseconds