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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpdec.c621 static int has_next_packet(RTPDemuxContext *s) function
639 if (!has_next_packet(s))
743 while (rv == AVERROR(EAGAIN) && has_next_packet(s))
745 return rv ? rv : has_next_packet(s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec.c701 static int has_next_packet(RTPDemuxContext *s) function
719 if (!has_next_packet(s))
824 while (rv == AVERROR(EAGAIN) && has_next_packet(s))
826 return rv ? rv : has_next_packet(s);

Completed in 162 milliseconds