Home
last modified time | relevance | path

Searched defs:gif (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dgif.c84 static int gif_get_delay(GIFContext *gif, AVPacket *prev, AVPacket *new) in gif_get_delay() argument
96 GIFContext *gif = s->priv_data; in gif_write_packet() local
173 GIFContext *gif = s->priv_data; gif_write_trailer() local
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H A Dgif2webp.c105 GifFileType* gif = NULL; in main() local
[all...]
H A Dgifdec.c90 static int Remap(const GifFileType* const gif, const uint8_t* const src, in Remap() argument
113 int GIFReadFrame(GifFileType* const gif, int transparent_index, in GIFReadFrame() argument
175 GIFReadLoopCount(GifFileType* const gif, GifByteType** const buf, int* const loop_count) GIFReadLoopCount() argument
192 GIFReadMetadata(GifFileType* const gif, GifByteType** const buf, WebPData* const metadata) GIFReadMetadata() argument
297 GIFDisplayError(const GifFileType* const gif, int gif_error) GIFDisplayError() argument
346 GIFReadFrame(struct GifFileType* const gif, int transparent_index, GIFFrameRect* const gif_rect, struct WebPPicture* const picture) GIFReadFrame() argument
357 GIFReadLoopCount(struct GifFileType* const gif, GifByteType** const buf, int* const loop_count) GIFReadLoopCount() argument
366 GIFReadMetadata(struct GifFileType* const gif, GifByteType** const buf, struct WebPData* const metadata) GIFReadMetadata() argument
394 GIFDisplayError(const struct GifFileType* const gif, int gif_error) GIFDisplayError() argument
[all...]
H A Danim_util.c390 static int GetTransparentIndexGIF(GifFileType* gif) { in GetTransparentIndexGIF() argument
397 static uint32_t GetBackgroundColorGIF(GifFileType* gif) { in GetBackgroundColorGIF() argument
421 static uint32_t GetLoopCountGIF(const GifFileType* const gif) { in GetLoopCountGIF() argument
448 GetFrameDurationGIF(GifFileType* gif, int n) GetFrameDurationGIF() argument
514 GifFileType* gif; ReadAnimatedGIF() local
[all...]

Completed in 3 milliseconds