BUFFER_SIZE        52 libavcodec/frame_thread_encoder.c     Task finished_tasks[BUFFER_SIZE];
BUFFER_SIZE       184 libavcodec/frame_thread_encoder.c     c->task_fifo = av_fifo_alloc_array(BUFFER_SIZE, sizeof(Task));
BUFFER_SIZE       265 libavcodec/frame_thread_encoder.c     for (i=0; i<BUFFER_SIZE; i++) {
BUFFER_SIZE       306 libavcodec/frame_thread_encoder.c         c->task_index = (c->task_index+1) % BUFFER_SIZE;
BUFFER_SIZE       312 libavcodec/frame_thread_encoder.c          (c->task_index - c->finished_task_index) % BUFFER_SIZE <= avctx->thread_count)) {
BUFFER_SIZE       325 libavcodec/frame_thread_encoder.c     c->finished_task_index = (c->finished_task_index+1) % BUFFER_SIZE;
BUFFER_SIZE        62 libavcodec/libmp3lame.c     if (!s->buffer || s->buffer_size - s->buffer_index < BUFFER_SIZE) {
BUFFER_SIZE        63 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        59 libavcodec/libxvid.c #define BUFFER_REMAINING(x) (BUFFER_SIZE - strlen(x))
BUFFER_SIZE       502 libavcodec/libxvid.c         x->twopassbuffer     = av_malloc(BUFFER_SIZE);
BUFFER_SIZE       503 libavcodec/libxvid.c         x->old_twopassbuffer = av_malloc(BUFFER_SIZE);
BUFFER_SIZE        65 libavformat/http.c     unsigned char buffer[BUFFER_SIZE], *buf_ptr, *buf_end;
BUFFER_SIZE       413 libavformat/http.c     char message[BUFFER_SIZE];
BUFFER_SIZE       624 libavformat/http.c         len = ffurl_read(s->hd, s->buffer, BUFFER_SIZE);
BUFFER_SIZE      1722 libavformat/http.c     uint8_t old_buf[BUFFER_SIZE];
BUFFER_SIZE       206 libavformat/tests/fifo_muxer.c     char buffer[BUFFER_SIZE];
BUFFER_SIZE       223 libavformat/tests/fifo_muxer.c     snprintf(buffer, BUFFER_SIZE,
BUFFER_SIZE        57 tests/checkasm/utvideodsp.c LOCAL_ALIGNED_32(type, src_r0, [BUFFER_SIZE]);  \
BUFFER_SIZE        58 tests/checkasm/utvideodsp.c LOCAL_ALIGNED_32(type, src_g0, [BUFFER_SIZE]);  \
BUFFER_SIZE        59 tests/checkasm/utvideodsp.c LOCAL_ALIGNED_32(type, src_b0, [BUFFER_SIZE]);  \
BUFFER_SIZE        60 tests/checkasm/utvideodsp.c LOCAL_ALIGNED_32(type, src_r1, [BUFFER_SIZE]);  \
BUFFER_SIZE        61 tests/checkasm/utvideodsp.c LOCAL_ALIGNED_32(type, src_g1, [BUFFER_SIZE]);  \
BUFFER_SIZE        62 tests/checkasm/utvideodsp.c LOCAL_ALIGNED_32(type, src_b1, [BUFFER_SIZE]);  \
BUFFER_SIZE        66 tests/checkasm/utvideodsp.c memset(src_r0, 0, BUFFER_SIZE * sizeof(type));  \
BUFFER_SIZE        67 tests/checkasm/utvideodsp.c memset(src_g0, 0, BUFFER_SIZE * sizeof(type));  \
BUFFER_SIZE        68 tests/checkasm/utvideodsp.c memset(src_b0, 0, BUFFER_SIZE * sizeof(type));  \
BUFFER_SIZE        72 tests/checkasm/utvideodsp.c memcpy(src_r1, src_r0, BUFFER_SIZE * sizeof(type));         \
BUFFER_SIZE        73 tests/checkasm/utvideodsp.c memcpy(src_g1, src_g0, BUFFER_SIZE * sizeof(type));         \
BUFFER_SIZE        74 tests/checkasm/utvideodsp.c memcpy(src_b1, src_b0, BUFFER_SIZE * sizeof(type));         \