Searched refs:rtp_hd (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | srtpproto.c | 33 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()
|
H A D | rtpproto.c | 48 URLContext *rtp_hd, *rtcp_hd, *fec_hd; member 127 ff_udp_set_remote_url(s->rtp_hd, buf); in ff_rtp_set_remote_url() 330 if (ffurl_open_whitelist(&s->rtp_hd, buf, flags, &h->interrupt_callback, in rtp_open() 333 s->local_rtpport = ff_udp_get_local_port(s->rtp_hd); in rtp_open() 371 s->rtp_fd = ffurl_get_file_handle(s->rtp_hd); in rtp_open() 374 h->max_packet_size = s->rtp_hd->max_packet_size; in rtp_open() 383 ffurl_closep(&s->rtp_hd); in rtp_open() 504 hd = s->rtp_hd; in rtp_write() 527 ffurl_closep(&s->rtp_hd); in rtp_close() 542 return ff_udp_get_local_port(s->rtp_hd); in ff_rtp_get_local_rtp_port() [all...] |
Completed in 2 milliseconds