read_chunk 36 libavformat/cdxl.c int read_chunk; read_chunk 96 libavformat/cdxl.c cdxl->read_chunk = 0; read_chunk 120 libavformat/cdxl.c if (!cdxl->read_chunk && read_chunk 148 libavformat/cdxl.c if (cdxl->read_chunk && audio_size) { read_chunk 176 libavformat/cdxl.c cdxl->read_chunk = 0; read_chunk 217 libavformat/cdxl.c cdxl->read_chunk = audio_size; read_chunk 220 libavformat/cdxl.c if (!cdxl->read_chunk) read_chunk 254 libavformat/dhav.c read_chunk(s); read_chunk 264 libavformat/dhav.c read_chunk(s); read_chunk 341 libavformat/dhav.c while ((ret = read_chunk(s)) == 0) read_chunk 333 libavformat/mpjpegdec.c const int read_chunk = 2048; read_chunk 337 libavformat/mpjpegdec.c while ((ret = ffio_ensure_seekback(s->pb, read_chunk - remaining)) >= 0 && /* we may need to return as much as all we've read back to the buffer */ read_chunk 338 libavformat/mpjpegdec.c (ret = av_append_packet(s->pb, pkt, read_chunk - remaining)) >= 0) {