OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutputFunc
(Results
1 - 3
of
3
) sorted by null
/external/webp/src/dec/
webpi.h
26
typedef int (*
OutputFunc
)(const VP8Io* const io, WebPDecParams* const p);
40
OutputFunc
emit; // output RGB or YUV samples
41
OutputFunc
emit_alpha; // output alpha channel
/external/giflib/
gif_lib_private.h
49
OutputFunc
Write; /* function to write gif output (MRB) */
gif_lib.h
120
typedef int (*
OutputFunc
) (GifFileType *, const GifByteType *, int);
139
GifFileType *EGifOpen(void *userPtr,
OutputFunc
writeFunc);
Completed in 38 milliseconds