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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffplay.c81 #define VIDEO_PICTURE_QUEUE_SIZE 1 macro
167 VideoPicture pictq[VIDEO_PICTURE_QUEUE_SIZE];
1130 if (++is->pictq_rindex == VIDEO_PICTURE_QUEUE_SIZE)
1234 while (is->pictq_size >= VIDEO_PICTURE_QUEUE_SIZE &&
1301 if (++is->pictq_windex == VIDEO_PICTURE_QUEUE_SIZE)
2176 for(i=0;i<VIDEO_PICTURE_QUEUE_SIZE; i++) {

Completed in 97 milliseconds