Searched refs:RTSPStream (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 Drtsp.h224 struct RTSPStream **rtsp_streams; /**< streams in this session */
280 /** RTSPStream->transport_priv of the last stream that we read a
424 * SDP content. In the case of RDT, one RTSPStream can represent multiple
428 typedef struct RTSPStream { struct
467 } RTSPStream; typedef in typeref:struct:RTSPStream
571 * Get the description of the stream and set up the RTSPStream child
577 * Announce the stream to the server and set up the RTSPStream child
598 int ff_rtsp_tcp_read_packet(AVFormatContext *s, RTSPStream **prtsp_st,
604 int ff_rtsp_tcp_write_packet(AVFormatContext *s, RTSPStream *rtsp_st);
629 int ff_rtsp_open_transport_ctx(AVFormatContext *s, RTSPStream *rtsp_s
[all...]
H A Drtspenc.c91 RTSPStream *rtsp_st;
93 rtsp_st = av_mallocz(sizeof(RTSPStream));
140 int ff_rtsp_tcp_write_packet(AVFormatContext *s, RTSPStream *rtsp_st)
182 RTSPStream *rtsp_st;
H A Drtsp.c183 RTSPStream *rtsp_st, AVCodecContext *codec)
199 AVStream *st, RTSPStream *rtsp_st,
325 RTSPStream *rtsp_st = rt->rtsp_streams[i];
344 RTSPStream *rtsp_st;
407 rtsp_st = av_mallocz(sizeof(RTSPStream));
673 RTSPStream *rtsp_st = rt->rtsp_streams[i];
707 RTSPStream *rtsp_st;
736 int ff_rtsp_open_transport_ctx(AVFormatContext *s, RTSPStream *rtsp_st)
946 RTSPStream *rtsp_st = rt->rtsp_streams[i];
1344 RTSPStream *rtsp_s
[all...]
H A Drtspdec.c235 RTSPStream *rtsp_st;
510 RTSPStream *rtsp_st = rt->rtsp_streams[i];
538 RTSPStream *rtsp_st = rt->rtsp_streams[i];
718 int ff_rtsp_tcp_read_packet(AVFormatContext *s, RTSPStream **prtsp_st,
723 RTSPStream *rtsp_st;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtsp.h211 struct RTSPStream **rtsp_streams; /**< streams in this session */
267 /** RTSPStream->transport_priv of the last stream that we read a
370 * SDP content. In the case of RDT, one RTSPStream can represent multiple
374 typedef struct RTSPStream { struct
403 } RTSPStream; typedef in typeref:struct:RTSPStream
507 * Get the description of the stream and set up the RTSPStream child
513 * Announce the stream to the server and set up the RTSPStream child
528 int ff_rtsp_tcp_read_packet(AVFormatContext *s, RTSPStream **prtsp_st,
H A Drtspenc.c90 RTSPStream *rtsp_st;
92 rtsp_st = av_mallocz(sizeof(RTSPStream));
139 static int tcp_write_packet(AVFormatContext *s, RTSPStream *rtsp_st)
181 RTSPStream *rtsp_st;
H A Drtspdec.c47 RTSPStream *rtsp_st = rt->rtsp_streams[i];
75 RTSPStream *rtsp_st = rt->rtsp_streams[i];
181 int ff_rtsp_tcp_read_packet(AVFormatContext *s, RTSPStream **prtsp_st,
186 RTSPStream *rtsp_st;
H A Drtsp.c169 RTSPStream *rtsp_st, AVCodecContext *codec)
184 AVStream *st, RTSPStream *rtsp_st,
295 RTSPStream *rtsp_st;
355 rtsp_st = av_mallocz(sizeof(RTSPStream));
537 RTSPStream *rtsp_st = rt->rtsp_streams[i];
569 RTSPStream *rtsp_st;
589 static int rtsp_open_transport_ctx(AVFormatContext *s, RTSPStream *rtsp_st)
763 RTSPStream *rtsp_st = rt->rtsp_streams[i];
1107 RTSPStream *rtsp_st;
1622 static int udp_read_packet(AVFormatContext *s, RTSPStream **prtsp_s
[all...]

Completed in 78 milliseconds