Searched refs:frame_alloc (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daudio_frame_queue.h38 unsigned frame_alloc; member in struct:AudioFrameQueue
H A Daudio_frame_queue.c46 AudioFrame *new = av_fast_realloc(afq->frames, &afq->frame_alloc, sizeof(*afq->frames)*(afq->frame_count+1));
82 if (afq->frame_count || afq->frame_alloc) {
H A Dlibmp3lame.c212 } else if (!s->afq.frame_alloc) {
H A Dlibvorbisenc.c298 if (!s->eof && s->afq.frame_alloc)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dgspca.c511 static int frame_alloc(struct gspca_dev *gspca_dev, function
1508 ret = frame_alloc(gspca_dev, rb->count);

Completed in 71 milliseconds