HomeSort by relevance Sort by last modified time
    Searched defs:VP8Io (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/dec/
decode_vp8.h 29 // VP8Io io;
42 typedef struct VP8Io VP8Io;
43 typedef int (*VP8IoPutHook)(const VP8Io* io);
44 typedef int (*VP8IoSetupHook)(VP8Io* io);
45 typedef void (*VP8IoTeardownHook)(const VP8Io* io);
47 struct VP8Io {
111 int VP8InitIoInternal(VP8Io* const, int);
131 static WEBP_INLINE int VP8InitIo(VP8Io* const io) {
136 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io)
    [all...]
  /external/webp/src/dec/
decode_vp8.h 29 // VP8Io io;
42 typedef struct VP8Io VP8Io;
43 typedef int (*VP8IoPutHook)(const VP8Io* io);
44 typedef int (*VP8IoSetupHook)(VP8Io* io);
45 typedef void (*VP8IoTeardownHook)(const VP8Io* io);
47 struct VP8Io {
111 int VP8InitIoInternal(VP8Io* const, int);
131 static WEBP_INLINE int VP8InitIo(VP8Io* const io) {
136 int VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io)
    [all...]

Completed in 64 milliseconds