Home
last modified time | relevance | path

Searched refs:rtp_hd (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsrtpproto.c33 URLContext *rtp_hd; member
62 ffurl_closep(&s->rtp_hd); in srtp_close()
82 if ((ret = ffurl_open_whitelist(&s->rtp_hd, buf, flags, &h->interrupt_callback, in srtp_open()
86 h->max_packet_size = FFMIN(s->rtp_hd->max_packet_size, in srtp_open()
101 ret = ffurl_read(s->rtp_hd, buf, size); in srtp_read()
113 return ffurl_write(s->rtp_hd, buf, size); in srtp_write()
118 return ffurl_write(s->rtp_hd, s->encryptbuf, size); in srtp_write()
124 return ffurl_get_file_handle(s->rtp_hd); in srtp_get_file_handle()
131 return ffurl_get_multi_file_handle(s->rtp_hd, handles, numhandles); in srtp_get_multi_file_handle()
Drtpproto.c48 URLContext *rtp_hd, *rtcp_hd, *fec_hd; member
125 ff_udp_set_remote_url(s->rtp_hd, buf); in ff_rtp_set_remote_url()
319 if (ffurl_open_whitelist(&s->rtp_hd, buf, flags, &h->interrupt_callback, in rtp_open()
322 s->local_rtpport = ff_udp_get_local_port(s->rtp_hd); in rtp_open()
360 s->rtp_fd = ffurl_get_file_handle(s->rtp_hd); in rtp_open()
363 h->max_packet_size = s->rtp_hd->max_packet_size; in rtp_open()
372 ffurl_closep(&s->rtp_hd); in rtp_open()
493 hd = s->rtp_hd; in rtp_write()
516 ffurl_closep(&s->rtp_hd); in rtp_close()
531 return ff_udp_get_local_port(s->rtp_hd); in ff_rtp_get_local_rtp_port()