Searched defs:gif (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/libwebp/examples/ |
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()
|
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
|
D | gif2webp.c | 105 GifFileType* gif = NULL; in main() local
|
/third_party/flutter/skia/third_party/externals/libwebp/examples/ |
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()
|
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
|
D | gif2webp.c | 105 GifFileType* gif = NULL; in main() local
|
/third_party/ffmpeg/libavformat/ |
D | gif.c | 85 static int gif_get_delay(GIFContext *gif, AVPacket *prev, AVPacket *new) in gif_get_delay() 97 GIFContext *gif = s->priv_data; in gif_write_packet() local 174 GIFContext *gif = s->priv_data; in gif_write_trailer() local
|
/third_party/skia/third_party/externals/libwebp/ |
D | configure.ac | 612 AC_ARG_ENABLE([gif], AS_HELP_STRING([--disable-gif], optenable
|
/third_party/flutter/skia/third_party/externals/libwebp/ |
D | configure.ac | 570 AC_ARG_ENABLE([gif], AS_HELP_STRING([--disable-gif], optenable
|
/third_party/giflib/ |
D | dgif_lib.c | 33 static int InternalRead(GifFileType *gif, GifByteType *buf, int len) { in InternalRead()
|