Searched defs:gif (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | gifdec.c | 90 static int Remap(const GifFileType* const gif, const uint8_t* const src, in Remap() 113 int GIFReadFrame(GifFileType* const gif, int transparent_index, in GIFReadFrame() 175 int GIFReadLoopCount(GifFileType* const gif, GifByteType** const buf, in GIFReadLoopCount() 192 int GIFReadMetadata(GifFileType* const gif, GifByteType** const buf, in GIFReadMetadata() 297 void GIFDisplayError(const GifFileType* const gif, int gif_error) { in GIFDisplayError() 346 int GIFReadFrame(struct GifFileType* const gif, int transparent_index, in GIFReadFrame() 357 int GIFReadLoopCount(struct GifFileType* const gif, GifByteType** const buf, in GIFReadLoopCount() 366 int GIFReadMetadata(struct GifFileType* const gif, GifByteType** const buf, in GIFReadMetadata() 394 void GIFDisplayError(const struct GifFileType* const gif, int gif_error) { in GIFDisplayError()
|
A D | anim_util.c | 390 static int GetTransparentIndexGIF(GifFileType* gif) { in GetTransparentIndexGIF() 397 static uint32_t GetBackgroundColorGIF(GifFileType* gif) { in GetBackgroundColorGIF() 421 static uint32_t GetLoopCountGIF(const GifFileType* const gif) { in GetLoopCountGIF() 448 static int GetFrameDurationGIF(GifFileType* gif, int n) { in GetFrameDurationGIF() 514 GifFileType* gif; in ReadAnimatedGIF() local
|
A D | gif2webp.c | 105 GifFileType* gif = NULL; in main() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | configure.ac | 570 AC_ARG_ENABLE([gif], AS_HELP_STRING([--disable-gif], optenable
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | configure.in | 132 AC_ARG_ENABLE([gif], [AC_HELP_STRING([--enable-gif], [support loading GIF images [default=yes]])], optenable
|
Completed in 9 milliseconds