• Home
  • Raw
  • Download

Lines Matching refs:RTPDemuxContext

176 static int rtcp_parse_packet(RTPDemuxContext *s, const unsigned char *buf,  in rtcp_parse_packet()
302 int ff_rtp_check_and_send_back_rr(RTPDemuxContext *s, URLContext *fd, in ff_rtp_check_and_send_back_rr()
429 static int find_missing_packets(RTPDemuxContext *s, uint16_t *first_missing, in find_missing_packets()
459 int ff_rtp_send_rtcp_feedback(RTPDemuxContext *s, URLContext *fd, in ff_rtp_send_rtcp_feedback()
564 RTPDemuxContext *ff_rtp_parse_open(AVFormatContext *s1, AVStream *st, in ff_rtp_parse_open()
567 RTPDemuxContext *s; in ff_rtp_parse_open()
570 s = av_mallocz(sizeof(RTPDemuxContext)); in ff_rtp_parse_open()
611 void ff_rtp_parse_set_dynamic_protocol(RTPDemuxContext *s, PayloadContext *ctx, in ff_rtp_parse_set_dynamic_protocol()
618 void ff_rtp_parse_set_crypto(RTPDemuxContext *s, const char *suite, in ff_rtp_parse_set_crypto()
629 static void finalize_packet(RTPDemuxContext *s, AVPacket *pkt, uint32_t timestamp) in finalize_packet()
664 static int rtp_parse_packet_internal(RTPDemuxContext *s, AVPacket *pkt, in rtp_parse_packet_internal()
747 void ff_rtp_reset_packet_queue(RTPDemuxContext *s) in ff_rtp_reset_packet_queue()
760 static int enqueue_packet(RTPDemuxContext *s, uint8_t *buf, int len) in enqueue_packet()
787 static int has_next_packet(RTPDemuxContext *s) in has_next_packet()
792 int64_t ff_rtp_queued_packet_time(RTPDemuxContext *s) in ff_rtp_queued_packet_time()
797 static int rtp_parse_queued_packet(RTPDemuxContext *s, AVPacket *pkt) in rtp_parse_queued_packet()
819 static int rtp_parse_one_packet(RTPDemuxContext *s, AVPacket *pkt, in rtp_parse_one_packet()
906 int ff_rtp_parse_packet(RTPDemuxContext *s, AVPacket *pkt, in ff_rtp_parse_packet()
919 void ff_rtp_parse_close(RTPDemuxContext *s) in ff_rtp_parse_close()