Lines Matching refs:RTPDemuxContext
42 typedef struct RTPDemuxContext RTPDemuxContext; typedef
43 RTPDemuxContext *ff_rtp_parse_open(AVFormatContext *s1, AVStream *st,
45 void ff_rtp_parse_set_dynamic_protocol(RTPDemuxContext *s, PayloadContext *ctx,
47 void ff_rtp_parse_set_crypto(RTPDemuxContext *s, const char *suite,
49 int ff_rtp_parse_packet(RTPDemuxContext *s, AVPacket *pkt,
51 void ff_rtp_parse_close(RTPDemuxContext *s);
52 int64_t ff_rtp_queued_packet_time(RTPDemuxContext *s);
53 void ff_rtp_reset_packet_queue(RTPDemuxContext *s);
73 int ff_rtp_check_and_send_back_rr(RTPDemuxContext *s, URLContext *fd,
75 int ff_rtp_send_rtcp_feedback(RTPDemuxContext *s, URLContext *fd,
147 struct RTPDemuxContext { struct