CHUNK_PREAMBLE_SIZE 374 libavcodec/vqavideo.c index += (CHUNK_PREAMBLE_SIZE + chunk_size + byte_skip); CHUNK_PREAMBLE_SIZE 402 libavcodec/vqavideo.c cpl0_chunk += CHUNK_PREAMBLE_SIZE; CHUNK_PREAMBLE_SIZE 424 libavcodec/vqavideo.c cbfz_chunk += CHUNK_PREAMBLE_SIZE; CHUNK_PREAMBLE_SIZE 439 libavcodec/vqavideo.c cbf0_chunk += CHUNK_PREAMBLE_SIZE; CHUNK_PREAMBLE_SIZE 453 libavcodec/vqavideo.c vptz_chunk += CHUNK_PREAMBLE_SIZE; CHUNK_PREAMBLE_SIZE 527 libavcodec/vqavideo.c cbp0_chunk += CHUNK_PREAMBLE_SIZE; CHUNK_PREAMBLE_SIZE 550 libavcodec/vqavideo.c cbpz_chunk += CHUNK_PREAMBLE_SIZE; CHUNK_PREAMBLE_SIZE 210 libavformat/ipmovie.c unsigned char chunk_preamble[CHUNK_PREAMBLE_SIZE]; CHUNK_PREAMBLE_SIZE 231 libavformat/ipmovie.c if (get_buffer(pb, chunk_preamble, CHUNK_PREAMBLE_SIZE) != CHUNK_PREAMBLE_SIZE 232 libavformat/ipmovie.c CHUNK_PREAMBLE_SIZE) CHUNK_PREAMBLE_SIZE 279 libavformat/ipmovie.c if (get_buffer(pb, opcode_preamble, CHUNK_PREAMBLE_SIZE) != CHUNK_PREAMBLE_SIZE 280 libavformat/ipmovie.c CHUNK_PREAMBLE_SIZE) { CHUNK_PREAMBLE_SIZE 517 libavformat/ipmovie.c unsigned char chunk_preamble[CHUNK_PREAMBLE_SIZE]; CHUNK_PREAMBLE_SIZE 534 libavformat/ipmovie.c if (get_buffer(pb, chunk_preamble, CHUNK_PREAMBLE_SIZE) != CHUNK_PREAMBLE_SIZE 535 libavformat/ipmovie.c CHUNK_PREAMBLE_SIZE) CHUNK_PREAMBLE_SIZE 538 libavformat/ipmovie.c url_fseek(pb, -CHUNK_PREAMBLE_SIZE, SEEK_CUR);