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

/external/webp/src/dec/
H A Dwebpi.h23 // WebPDecParams: Decoding output parameters. Transient internal object.
25 typedef struct WebPDecParams WebPDecParams; typedef in typeref:struct:WebPDecParams
26 typedef int (*OutputFunc)(const VP8Io* const io, WebPDecParams* const p);
27 typedef int (*OutputRowFunc)(WebPDecParams* const p, int y_pos);
29 struct WebPDecParams { struct
45 // Should be called first, before any use of the WebPDecParams object.
46 void WebPResetDecParams(WebPDecParams* const params);
76 void WebPInitCustomIo(WebPDecParams* const params, VP8Io* const io);

Completed in 57 milliseconds