Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Drtpdec.h42 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,
[all …]
Drtpdec.c176 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()
[all …]
Drtsp.c871 RTPDemuxContext *rtpctx = rtsp_st->transport_priv; in ff_rtsp_open_transport_ctx()
1045 RTPDemuxContext *rtpctx = rtsp_st->transport_priv; in handle_rtp_info()
2121 RTPDemuxContext *rtpctx = rt->rtsp_streams[i]->transport_priv; in pick_stream()
2226 RTPDemuxContext *rtpctx = rt->rtsp_streams[i]->transport_priv; in ff_rtsp_fetch_packet()
2277 RTPDemuxContext *rtpctx = rtsp_st->transport_priv; in ff_rtsp_fetch_packet()
2288 RTPDemuxContext *rtpctx2 = rt->rtsp_streams[i]->transport_priv; in ff_rtsp_fetch_packet()
Drtspdec.c541 RTPDemuxContext *rtpctx = rtsp_st->transport_priv; in rtsp_read_play()
569 RTPDemuxContext *rtpctx = rtsp_st->transport_priv; in rtsp_read_play()