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

/external/chromium_org/third_party/libwebp/dec/
H A Ddecode_vp8.h29 // VP8Io io;
42 typedef struct VP8Io VP8Io; typedef in typeref:struct:VP8Io
43 typedef int (*VP8IoPutHook)(const VP8Io* io);
44 typedef int (*VP8IoSetupHook)(VP8Io* io);
45 typedef void (*VP8IoTeardownHook)(const VP8Io* io);
47 struct VP8Io { struct
111 int VP8InitIoInternal(VP8Io* const, int);
131 static WEBP_INLINE int VP8InitIo(VP8Io* const io) {
137 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* cons
[all...]
/external/webp/src/dec/
H A Ddecode_vp8.h29 // VP8Io io;
42 typedef struct VP8Io VP8Io; typedef in typeref:struct:VP8Io
43 typedef int (*VP8IoPutHook)(const VP8Io* io);
44 typedef int (*VP8IoSetupHook)(VP8Io* io);
45 typedef void (*VP8IoTeardownHook)(const VP8Io* io);
47 struct VP8Io { struct
111 int VP8InitIoInternal(VP8Io* const, int);
131 static WEBP_INLINE int VP8InitIo(VP8Io* const io) {
137 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* cons
[all...]

Completed in 2022 milliseconds