CHUNK_PREAMBLE_SIZE  278 libavformat/ipmovie.c     unsigned char chunk_preamble[CHUNK_PREAMBLE_SIZE];
CHUNK_PREAMBLE_SIZE  300 libavformat/ipmovie.c     if (avio_read(pb, chunk_preamble, CHUNK_PREAMBLE_SIZE) !=
CHUNK_PREAMBLE_SIZE  301 libavformat/ipmovie.c         CHUNK_PREAMBLE_SIZE)
CHUNK_PREAMBLE_SIZE  348 libavformat/ipmovie.c         if (avio_read(pb, opcode_preamble, CHUNK_PREAMBLE_SIZE) !=
CHUNK_PREAMBLE_SIZE  349 libavformat/ipmovie.c             CHUNK_PREAMBLE_SIZE) {
CHUNK_PREAMBLE_SIZE  636 libavformat/ipmovie.c     unsigned char chunk_preamble[CHUNK_PREAMBLE_SIZE];
CHUNK_PREAMBLE_SIZE  669 libavformat/ipmovie.c     if (avio_read(pb, chunk_preamble, CHUNK_PREAMBLE_SIZE) !=
CHUNK_PREAMBLE_SIZE  670 libavformat/ipmovie.c         CHUNK_PREAMBLE_SIZE)
CHUNK_PREAMBLE_SIZE  673 libavformat/ipmovie.c     avio_seek(pb, -CHUNK_PREAMBLE_SIZE, SEEK_CUR);