Home
last modified time | relevance | path

Searched refs:rtp_parse_queued_packet (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtpdec.c797 static int rtp_parse_queued_packet(RTPDemuxContext *s, AVPacket *pkt) in rtp_parse_queued_packet() function
832 return rtp_parse_queued_packet(s, pkt); in rtp_parse_one_packet()
890 return rtp_parse_queued_packet(s, pkt); in rtp_parse_one_packet()
915 rv = rtp_parse_queued_packet(s, pkt); in ff_rtp_parse_packet()