CHUNK_SIZE        102 libavformat/act.c     ctx->bytes_left_in_chunk=CHUNK_SIZE;
CHUNK_SIZE        192 libavformat/act.c         ctx->bytes_left_in_chunk=CHUNK_SIZE;
CHUNK_SIZE        106 libavformat/ty.c     uint8_t         chunk[CHUNK_SIZE];
CHUNK_SIZE        113 libavformat/ty.c     for (i = 0; i + 12 < p->buf_size; i += CHUNK_SIZE) {
CHUNK_SIZE        116 libavformat/ty.c             AV_RB32(p->buf + i + 8) == CHUNK_SIZE) {
CHUNK_SIZE        254 libavformat/ty.c             if (data_offset + hdrs[i].rec_size > CHUNK_SIZE)
CHUNK_SIZE        298 libavformat/ty.c         avio_read(pb, ty->chunk, CHUNK_SIZE);
CHUNK_SIZE        381 libavformat/ty.c         if (ty->cur_chunk_pos >= CHUNK_SIZE - 8)
CHUNK_SIZE        407 libavformat/ty.c     read_size = avio_read(pb, ty->chunk, CHUNK_SIZE);
CHUNK_SIZE        441 libavformat/ty.c     if (num_recs * 16 >= CHUNK_SIZE - 4)
CHUNK_SIZE        742 libavformat/ty.c         if (ty->cur_chunk_pos + rec->rec_size > CHUNK_SIZE)