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

/external/chromium_org/third_party/libwebp/dec/
H A Dwebpi.h25 // WebPDecParams: Decoding output parameters. Transient internal object.
27 typedef struct WebPDecParams WebPDecParams; typedef in typeref:struct:WebPDecParams
28 typedef int (*OutputFunc)(const VP8Io* const io, WebPDecParams* const p);
29 typedef int (*OutputRowFunc)(WebPDecParams* const p, int y_pos);
31 struct WebPDecParams { struct
47 // Should be called first, before any use of the WebPDecParams object.
48 void WebPResetDecParams(WebPDecParams* const params);
79 void WebPInitCustomIo(WebPDecParams* const params, VP8Io* const io);
/external/webp/src/dec/
H A Dwebpi.h25 // WebPDecParams: Decoding output parameters. Transient internal object.
27 typedef struct WebPDecParams WebPDecParams; typedef in typeref:struct:WebPDecParams
28 typedef int (*OutputFunc)(const VP8Io* const io, WebPDecParams* const p);
29 typedef int (*OutputRowFunc)(WebPDecParams* const p, int y_pos);
31 struct WebPDecParams { struct
47 // Should be called first, before any use of the WebPDecParams object.
48 void WebPResetDecParams(WebPDecParams* const params);
79 void WebPInitCustomIo(WebPDecParams* const params, VP8Io* const io);

Completed in 471 milliseconds