Searched refs:RTPDemuxContext (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpdec.h42 typedef struct RTPDemuxContext RTPDemuxContext; typedef in typeref:struct:RTPDemuxContext
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 *
147 struct RTPDemuxContext { struct
[all...]
H A Drtpdec.c129 static int rtcp_parse_packet(RTPDemuxContext *s, const unsigned char *buf,
256 int ff_rtp_check_and_send_back_rr(RTPDemuxContext *s, URLContext *fd,
397 static int find_missing_packets(RTPDemuxContext *s, uint16_t *first_missing,
427 int ff_rtp_send_rtcp_feedback(RTPDemuxContext *s, URLContext *fd,
495 RTPDemuxContext *ff_rtp_parse_open(AVFormatContext *s1, AVStream *st,
498 RTPDemuxContext *s;
500 s = av_mallocz(sizeof(RTPDemuxContext));
527 void ff_rtp_parse_set_dynamic_protocol(RTPDemuxContext *s, PayloadContext *ctx,
534 void ff_rtp_parse_set_crypto(RTPDemuxContext *s, const char *suite,
545 static void finalize_packet(RTPDemuxContext *
[all...]
H A Drtspdec.c511 RTPDemuxContext *rtpctx = rtsp_st->transport_priv;
539 RTPDemuxContext *rtpctx = rtsp_st->transport_priv;
H A Drtsp.c947 RTPDemuxContext *rtpctx = rtsp_st->transport_priv;
1934 RTPDemuxContext *rtpctx = rt->rtsp_streams[i]->transport_priv;
2001 RTPDemuxContext *rtpctx = rt->rtsp_streams[i]->transport_priv;
2074 RTPDemuxContext *rtpctx = rtsp_st->transport_priv;
2085 RTPDemuxContext *rtpctx2 = rt->rtsp_streams[i]->transport_priv;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpdec.h40 typedef struct RTPDemuxContext RTPDemuxContext; typedef in typeref:struct:RTPDemuxContext
41 RTPDemuxContext *ff_rtp_parse_open(AVFormatContext *s1, AVStream *st, URLContext *rtpc, int payload_type, int queue_size);
42 void ff_rtp_parse_set_dynamic_protocol(RTPDemuxContext *s, PayloadContext *ctx,
44 int ff_rtp_parse_packet(RTPDemuxContext *s, AVPacket *pkt,
46 void ff_rtp_parse_close(RTPDemuxContext *s);
47 int64_t ff_rtp_queued_packet_time(RTPDemuxContext *s);
48 void ff_rtp_reset_packet_queue(RTPDemuxContext *s);
72 int ff_rtp_check_and_send_back_rr(RTPDemuxContext *s, int count);
146 struct RTPDemuxContext { struct
[all...]
H A Drtpdec.c117 static int rtcp_parse_packet(RTPDemuxContext *s, const unsigned char *buf, int len)
226 int ff_rtp_check_and_send_back_rr(RTPDemuxContext *s, int count)
367 RTPDemuxContext *ff_rtp_parse_open(AVFormatContext *s1, AVStream *st, URLContext *rtpc, int payload_type, int queue_size)
369 RTPDemuxContext *s;
371 s = av_mallocz(sizeof(RTPDemuxContext));
415 ff_rtp_parse_set_dynamic_protocol(RTPDemuxContext *s, PayloadContext *ctx,
425 static void finalize_packet(RTPDemuxContext *s, AVPacket *pkt, uint32_t timestamp)
456 static int rtp_parse_packet_internal(RTPDemuxContext *s, AVPacket *pkt,
473 /* store the ssrc in the RTPDemuxContext */
579 void ff_rtp_reset_packet_queue(RTPDemuxContext *
[all...]
H A Drtspdec.c48 RTPDemuxContext *rtpctx = rtsp_st->transport_priv;
76 RTPDemuxContext *rtpctx = rtsp_st->transport_priv;
H A Drtsp.c764 RTPDemuxContext *rtpctx = rtsp_st->transport_priv;
1719 RTPDemuxContext *rtpctx = rt->rtsp_streams[i]->transport_priv;
1776 RTPDemuxContext *rtpctx = rtsp_st->transport_priv;
1787 RTPDemuxContext *rtpctx2 = rt->rtsp_streams[i]->transport_priv;

Completed in 81 milliseconds