frame_alloc       325 doc/examples/qsvdec.c         .Alloc = frame_alloc,
frame_alloc        46 libavcodec/audio_frame_queue.c     AudioFrame *new = av_fast_realloc(afq->frames, &afq->frame_alloc, sizeof(*afq->frames)*(afq->frame_count+1));
frame_alloc        82 libavcodec/audio_frame_queue.c     if (afq->frame_count || afq->frame_alloc) {
frame_alloc        38 libavcodec/audio_frame_queue.h     unsigned frame_alloc;
frame_alloc       216 libavcodec/libmp3lame.c     } else if (!s->afq.frame_alloc) {
frame_alloc       301 libavcodec/libvorbisenc.c         if (!s->eof && s->afq.frame_alloc)