Searched refs:AudioFrame (Results 1 - 2 of 2) 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.h27 typedef struct AudioFrame { struct
30 } AudioFrame; typedef in typeref:struct:AudioFrame
36 AudioFrame *frames;
H A Daudio_frame_queue.c46 AudioFrame *new = av_fast_realloc(afq->frames, &afq->frame_alloc, sizeof(*afq->frames)*(afq->frame_count+1));

Completed in 110 milliseconds