Searched refs:FFSchroQueueElement (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 Dlibschroedinger.h61 typedef struct FFSchroQueueElement { struct
65 struct FFSchroQueueElement *next;
66 } FFSchroQueueElement; typedef in typeref:struct:FFSchroQueueElement
74 FFSchroQueueElement *p_head;
76 FFSchroQueueElement *p_tail;
H A Dlibschroedinger.c84 FFSchroQueueElement *p_new = av_mallocz(sizeof(FFSchroQueueElement));
103 FFSchroQueueElement *top = queue->p_head;

Completed in 98 milliseconds