Searched refs:p_head (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.c72 queue->p_head = queue->p_tail = NULL;
79 while (queue->p_head) {
94 if (queue->p_head == NULL)
95 queue->p_head = p_new;
106 FfmpegDiracSchroQueueElement *top = queue->p_head;
110 queue->p_head = queue->p_head->next;
H A Dlibdirac_libschro.h80 FfmpegDiracSchroQueueElement *p_head; member in struct:FfmpegDiracSchroQueue

Completed in 111 milliseconds