Searched refs:rtsp_st (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rtsp.c | 216 RTSPStream *rtsp_st, AVStream *st) in init_rtp_handler() 223 rtsp_st->dynamic_handler = handler; in init_rtp_handler() 227 rtsp_st->dynamic_protocol_context = av_mallocz(handler->priv_data_size); in init_rtp_handler() 228 if (!rtsp_st->dynamic_protocol_context) in init_rtp_handler() 229 rtsp_st->dynamic_handler = NULL; in init_rtp_handler() 233 static void finalize_rtp_handler_init(AVFormatContext *s, RTSPStream *rtsp_st, in finalize_rtp_handler_init() argument 236 if (rtsp_st->dynamic_handler && rtsp_st->dynamic_handler->init) { in finalize_rtp_handler_init() 237 int ret = rtsp_st->dynamic_handler->init(s, st ? st->index : -1, in finalize_rtp_handler_init() 238 rtsp_st in finalize_rtp_handler_init() 215 init_rtp_handler(const RTPDynamicProtocolHandler *handler, RTSPStream *rtsp_st, AVStream *st) init_rtp_handler() argument 256 RTSPStream *rtsp_st = av_mallocz(sizeof(RTSPStream)); init_satip_stream() local 284 sdp_parse_rtpmap(AVFormatContext *s, AVStream *st, RTSPStream *rtsp_st, int payload_type, const char *p) sdp_parse_rtpmap() argument 408 RTSPStream *rtsp_st = rt->rtsp_streams[i]; parse_fmtp() local 427 RTSPStream *rtsp_st; sdp_parse_line() local 763 RTSPStream *rtsp_st = rt->rtsp_streams[i]; ff_rtsp_undo_setup() local 793 RTSPStream *rtsp_st; ff_rtsp_close_streams() local 825 ff_rtsp_open_transport_ctx(AVFormatContext *s, RTSPStream *rtsp_st) ff_rtsp_open_transport_ctx() argument 1043 RTSPStream *rtsp_st = rt->rtsp_streams[i]; handle_rtp_info() local 1457 RTSPStream *rtsp_st; ff_rtsp_make_setup_request() local 2045 RTSPStream *rtsp_st; udp_read_packet() local 2117 pick_stream(AVFormatContext *s, RTSPStream **rtsp_st, const uint8_t *buf, int len) pick_stream() argument 2161 read_packet(AVFormatContext *s, RTSPStream **rtsp_st, RTSPStream *first_queue_st, int64_t wait_end) read_packet() argument 2203 RTSPStream *rtsp_st, *first_queue_st = NULL; ff_rtsp_fetch_packet() local 2390 RTSPStream *rtsp_st; sdp_read_header() local [all...] |
H A D | rtspenc.c | 93 RTSPStream *rtsp_st; in ff_rtsp_setup_output_streams() local 95 rtsp_st = av_mallocz(sizeof(RTSPStream)); in ff_rtsp_setup_output_streams() 96 if (!rtsp_st) in ff_rtsp_setup_output_streams() 98 dynarray_add(&rt->rtsp_streams, &rt->nb_rtsp_streams, rtsp_st); in ff_rtsp_setup_output_streams() 100 rtsp_st->stream_index = i; in ff_rtsp_setup_output_streams() 102 av_strlcpy(rtsp_st->control_url, rt->control_uri, sizeof(rtsp_st->control_url)); in ff_rtsp_setup_output_streams() 104 av_strlcatf(rtsp_st->control_url, sizeof(rtsp_st->control_url), in ff_rtsp_setup_output_streams() 142 int ff_rtsp_tcp_write_packet(AVFormatContext *s, RTSPStream *rtsp_st) in ff_rtsp_tcp_write_packet() argument 184 RTSPStream *rtsp_st; rtsp_write_packet() local [all...] |
H A D | rtspdec.c | 245 RTSPStream *rtsp_st; in rtsp_read_setup() local 283 rtsp_st = rt->rtsp_streams[streamid]; in rtsp_read_setup() 287 if (rtsp_st->transport_priv) { in rtsp_read_setup() 289 ff_rdt_parse_close(rtsp_st->transport_priv); in rtsp_read_setup() 291 ff_rtp_parse_close(rtsp_st->transport_priv); in rtsp_read_setup() 292 rtsp_st->transport_priv = NULL; in rtsp_read_setup() 294 if (rtsp_st->rtp_handle) in rtsp_read_setup() 295 ffurl_closep(&rtsp_st->rtp_handle); in rtsp_read_setup() 299 if ((ret = ff_rtsp_open_transport_ctx(s, rtsp_st))) { in rtsp_read_setup() 303 rtsp_st in rtsp_read_setup() 536 RTSPStream *rtsp_st = rt->rtsp_streams[i]; rtsp_read_play() local 549 RTSPStream *rtsp_st = rt->rtsp_streams[i]; rtsp_read_play() local 577 RTSPStream *rtsp_st = rt->rtsp_streams[i]; rtsp_read_play() local 788 RTSPStream *rtsp_st; ff_rtsp_tcp_read_packet() local [all...] |
H A D | rtsp.h | 625 int ff_rtsp_tcp_write_packet(AVFormatContext *s, RTSPStream *rtsp_st); 650 int ff_rtsp_open_transport_ctx(AVFormatContext *s, RTSPStream *rtsp_st);
|
Completed in 5 milliseconds