Searched refs:FfmpegDiracSchroQueueElement (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlibdirac_libschro.h65 typedef struct FfmpegDiracSchroQueueElement struct
70 struct FfmpegDiracSchroQueueElement *next;
71 } FfmpegDiracSchroQueueElement; typedef in typeref:struct:FfmpegDiracSchroQueueElement
80 FfmpegDiracSchroQueueElement *p_head;
82 FfmpegDiracSchroQueueElement *p_tail;
H A Dlibdirac_libschro.c86 FfmpegDiracSchroQueueElement *p_new =
87 av_mallocz(sizeof(FfmpegDiracSchroQueueElement));
106 FfmpegDiracSchroQueueElement *top = queue->p_head;

Completed in 64 milliseconds