BUFFER_SIZE        56 libavcodec/frame_thread_encoder.c     Task finished_tasks[BUFFER_SIZE];
BUFFER_SIZE       179 libavcodec/frame_thread_encoder.c     c->task_fifo = av_fifo_alloc_array(BUFFER_SIZE, sizeof(Task));
BUFFER_SIZE       273 libavcodec/frame_thread_encoder.c         c->task_index = (c->task_index+1) % BUFFER_SIZE;
BUFFER_SIZE       275 libavcodec/frame_thread_encoder.c         if(!c->finished_tasks[c->finished_task_index].outdata && (c->task_index - c->finished_task_index) % BUFFER_SIZE <= avctx->thread_count)
BUFFER_SIZE       291 libavcodec/frame_thread_encoder.c     c->finished_task_index = (c->finished_task_index+1) % BUFFER_SIZE;
BUFFER_SIZE        61 libavcodec/libmp3lame.c     if (!s->buffer || s->buffer_size - s->buffer_index < BUFFER_SIZE) {
BUFFER_SIZE        62 libavcodec/libmp3lame.c         int new_size = s->buffer_index + 2 * BUFFER_SIZE, err;
BUFFER_SIZE        36 libavcodec/libshine.c     uint8_t         buffer[BUFFER_SIZE];
BUFFER_SIZE        84 libavcodec/libshine.c         if (s->buffer_index + written > BUFFER_SIZE) {
BUFFER_SIZE       262 libavcodec/libvorbisenc.c     s->pkt_fifo = av_fifo_alloc(BUFFER_SIZE);
BUFFER_SIZE        52 libavcodec/libxvid.c #define BUFFER_REMAINING(x) (BUFFER_SIZE - strlen(x))
BUFFER_SIZE       501 libavcodec/libxvid.c         x->twopassbuffer     = av_malloc(BUFFER_SIZE);
BUFFER_SIZE       502 libavcodec/libxvid.c         x->old_twopassbuffer = av_malloc(BUFFER_SIZE);
BUFFER_SIZE        51 libavformat/http.c     unsigned char buffer[BUFFER_SIZE], *buf_ptr, *buf_end;
BUFFER_SIZE       332 libavformat/http.c         len = ffurl_read(s->hd, s->buffer, BUFFER_SIZE);
BUFFER_SIZE      1151 libavformat/http.c     uint8_t old_buf[BUFFER_SIZE];