Searched refs:rtcp_hd (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rtpproto.c | 48 URLContext *rtp_hd, *rtcp_hd, *fec_hd; member 130 ff_udp_set_remote_url(s->rtcp_hd, buf); in ff_rtp_set_remote_url() 344 if (ffurl_open_whitelist(&s->rtcp_hd, buf, rtcpflags, in rtp_open() 355 if (ffurl_open_whitelist(&s->rtcp_hd, buf, rtcpflags, &h->interrupt_callback, in rtp_open() 372 s->rtcp_fd = ffurl_get_file_handle(s->rtcp_hd); in rtp_open() 384 ffurl_closep(&s->rtcp_hd); in rtp_open() 501 hd = s->rtcp_hd; in rtp_write() 528 ffurl_closep(&s->rtcp_hd); in rtp_close()
|
Completed in 1 milliseconds