Searched refs:rtp_parse_packet_internal (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.c456 static int rtp_parse_packet_internal(RTPDemuxContext *s, AVPacket *pkt, function
644 rv = rtp_parse_packet_internal(s, pkt, s->queue->buf, s->queue->len);
703 return rtp_parse_packet_internal(s, pkt, buf, len);
714 rv = rtp_parse_packet_internal(s, pkt, buf, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec.c580 static int rtp_parse_packet_internal(RTPDemuxContext *s, AVPacket *pkt, function
724 rv = rtp_parse_packet_internal(s, pkt, s->queue->buf, s->queue->len);
781 return rtp_parse_packet_internal(s, pkt, buf, len);
792 rv = rtp_parse_packet_internal(s, pkt, buf, len);

Completed in 251 milliseconds