Searched refs:rtp_parse_packet_internal (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rtpdec.c | 664 static int rtp_parse_packet_internal(RTPDemuxContext *s, AVPacket *pkt, in rtp_parse_packet_internal() function 810 rv = rtp_parse_packet_internal(s, pkt, s->queue->buf, s->queue->len); in rtp_parse_queued_packet() 867 return rtp_parse_packet_internal(s, pkt, buf, len); in rtp_parse_one_packet() 878 rv = rtp_parse_packet_internal(s, pkt, buf, len); in rtp_parse_one_packet()
|