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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Div8.c60 int first_pkt = 0; local
84 if (!first_pkt) {
88 first_pkt = 1;
H A Dyuv4mpegenc.c142 int* first_pkt = s->priv_data; local
153 if (*first_pkt) {
154 *first_pkt = 0;
235 int *first_pkt = s->priv_data; local
293 *first_pkt = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Div8.c60 int first_pkt = 0; local
84 if (!first_pkt) {
88 first_pkt = 1;
H A Dyuv4mpeg.c94 int* first_pkt = s->priv_data; local
104 if (*first_pkt) {
105 *first_pkt = 0;
153 int *first_pkt = s->priv_data; local
176 *first_pkt = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c88 AVPacketList *first_pkt, *last_pkt; member in struct:PacketQueue
301 for (pkt = q->first_pkt; pkt != NULL; pkt = pkt1) {
307 q->first_pkt = NULL;
339 q->first_pkt = pkt1;
377 pkt1 = q->first_pkt;
379 q->first_pkt = pkt1->next;
380 if (!q->first_pkt)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffplay.c113 MyAVPacketList *first_pkt, *last_pkt; member in struct:PacketQueue
391 q->first_pkt = pkt1;
444 for (pkt = q->first_pkt; pkt != NULL; pkt = pkt1) {
450 q->first_pkt = NULL;
496 pkt1 = q->first_pkt;
498 q->first_pkt = pkt1->next;
499 if (!q->first_pkt)

Completed in 143 milliseconds