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

  /external/chromium_org/third_party/libwebp/dec/
webpi.h 25 // WebPDecParams: Decoding output parameters. Transient internal object.
27 typedef struct WebPDecParams 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 {
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/
webpi.h 25 // WebPDecParams: Decoding output parameters. Transient internal object.
27 typedef struct WebPDecParams 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 {
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 333 milliseconds