OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutputFunc
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libwebp/dec/
webpi.h
28
typedef int (*
OutputFunc
)(const VP8Io* const io, WebPDecParams* const p);
42
OutputFunc
emit; // output RGB or YUV samples
43
OutputFunc
emit_alpha; // output alpha channel
/external/webp/src/dec/
webpi.h
28
typedef int (*
OutputFunc
)(const VP8Io* const io, WebPDecParams* const p);
42
OutputFunc
emit; // output RGB or YUV samples
43
OutputFunc
emit_alpha; // output alpha channel
/external/giflib/
gif_lib_private.h
48
OutputFunc
Write; /* function to write gif output (MRB) */
gif_lib.h
102
typedef int (*
OutputFunc
) (GifFileType *, const GifByteType *, int);
128
GifFileType *EGifOpen(void *userPtr,
OutputFunc
writeFunc, int *Error);
Completed in 36 milliseconds