Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds