Searched refs:rtsp_hd_out (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rtsp.c | 1286 ffurl_write(rt->rtsp_hd_out, ptr, strlen(ptr)); in ff_rtsp_read_reply() 1345 if (!rt->rtsp_hd_out) in rtsp_send_cmd_with_content_async() 1379 ffurl_write(rt->rtsp_hd_out, out_buf, strlen(out_buf)); in rtsp_send_cmd_with_content_async() 1385 ffurl_write(rt->rtsp_hd_out, send_content, send_content_length); in rtsp_send_cmd_with_content_async() 1703 if (rt->rtsp_hd_out != rt->rtsp_hd) in ff_rtsp_close_connections() 1704 ffurl_closep(&rt->rtsp_hd_out); in ff_rtsp_close_connections() 1705 rt->rtsp_hd_out = NULL; in ff_rtsp_close_connections() 1836 if (ffurl_alloc(&rt->rtsp_hd_out, httpname, AVIO_FLAG_WRITE, in ff_rtsp_connect() 1851 av_opt_set(rt->rtsp_hd_out->priv_data, "headers", headers, 0); in ff_rtsp_connect() 1852 av_opt_set(rt->rtsp_hd_out->priv_data, "chunked_post", "0", 0); in ff_rtsp_connect() [all …]
|
D | rtsp.h | 337 URLContext *rtsp_hd_out; member
|
D | rtspenc.c | 172 ffurl_write(rt->rtsp_hd_out, interleaved_packet, 4 + packet_len); in ff_rtsp_tcp_write_packet()
|
D | rtspdec.c | 118 ffurl_write(rt->rtsp_hd_out, message, strlen(message)); in rtsp_send_reply() 685 rt->rtsp_hd_out = rt->rtsp_hd; in rtsp_listen()
|