Home
last modified time | relevance | path

Searched refs:RTSPStream (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtsp.h232 struct RTSPStream **rtsp_streams; /**< streams in this session */
288 /** RTSPStream->transport_priv of the last stream that we read a
439 * SDP content. In the case of RDT, one RTSPStream can represent multiple
443 typedef struct RTSPStream { struct
485 } RTSPStream; typedef
592 * Get the description of the stream and set up the RTSPStream child
598 * Announce the stream to the server and set up the RTSPStream child
619 int ff_rtsp_tcp_read_packet(AVFormatContext *s, RTSPStream **prtsp_st,
625 int ff_rtsp_tcp_write_packet(AVFormatContext *s, RTSPStream *rtsp_st);
650 int ff_rtsp_open_transport_ctx(AVFormatContext *s, RTSPStream *rtsp_s
[all...]
H A Drtspenc.c93 RTSPStream *rtsp_st; in ff_rtsp_setup_output_streams()
95 rtsp_st = av_mallocz(sizeof(RTSPStream)); in ff_rtsp_setup_output_streams()
142 int ff_rtsp_tcp_write_packet(AVFormatContext *s, RTSPStream *rtsp_st) in ff_rtsp_tcp_write_packet()
184 RTSPStream *rtsp_st; in rtsp_write_packet()
H A Drtsp.c216 RTSPStream *rtsp_st, AVStream *st) in init_rtp_handler()
233 static void finalize_rtp_handler_init(AVFormatContext *s, RTSPStream *rtsp_st, in finalize_rtp_handler_init()
256 RTSPStream *rtsp_st = av_mallocz(sizeof(RTSPStream)); in init_satip_stream()
285 AVStream *st, RTSPStream *rtsp_st, in sdp_parse_rtpmap()
408 RTSPStream *rtsp_st = rt->rtsp_streams[i]; in parse_fmtp()
427 RTSPStream *rtsp_st; in sdp_parse_line()
495 rtsp_st = av_mallocz(sizeof(RTSPStream)); in sdp_parse_line()
763 RTSPStream *rtsp_st = rt->rtsp_streams[i]; in ff_rtsp_undo_setup()
793 RTSPStream *rtsp_s in ff_rtsp_close_streams()
[all...]
H A Drtspdec.c245 RTSPStream *rtsp_st; in rtsp_read_setup()
536 RTSPStream *rtsp_st = rt->rtsp_streams[i]; in rtsp_read_play()
549 RTSPStream *rtsp_st = rt->rtsp_streams[i]; in rtsp_read_play()
577 RTSPStream *rtsp_st = rt->rtsp_streams[i]; in rtsp_read_play()
783 int ff_rtsp_tcp_read_packet(AVFormatContext *s, RTSPStream **prtsp_st, in ff_rtsp_tcp_read_packet()
788 RTSPStream *rtsp_st; in ff_rtsp_tcp_read_packet()

Completed in 7 milliseconds