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

  /external/webp/src/dec/
webpi.h 25 typedef int (*OutputFunc)(const VP8Io* const io, WebPDecParams* const p);
53 OutputFunc emit; // output RGB or YUV samples
54 OutputFunc emit_alpha; // output alpha channel
  /external/giflib/
gif_lib.h 120 typedef int (*OutputFunc) (GifFileType *, const GifByteType *, int);
139 GifFileType *EGifOpen(void *userPtr, OutputFunc writeFunc);

Completed in 126 milliseconds