Home
last modified time | relevance | path

Searched refs:GIF_IMAGE_SEPARATOR (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dgif.h44 #define GIF_IMAGE_SEPARATOR 0x2c macro
Dgif_parser.c70 } else if (buf[index] == GIF_IMAGE_SEPARATOR) { in gif_find_frame_end()
Dgifdec.c434 case GIF_IMAGE_SEPARATOR: in gif_parse_next_image()
Dgif.c379 bytestream_put_byte(bytestream, GIF_IMAGE_SEPARATOR); in gif_image_write_image()
/third_party/ffmpeg/libavformat/
Dgifdec.c173 } else if (type == GIF_IMAGE_SEPARATOR) { in gif_read_header()
309 } else if (block_label == GIF_IMAGE_SEPARATOR) { in gif_read_packet()