Lines Matching refs:RTSPStream
232 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 {
485 } RTSPStream;
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_st);