Lines Matching refs:rtp_hd
48 URLContext *rtp_hd, *rtcp_hd, *fec_hd;
127 ff_udp_set_remote_url(s->rtp_hd, buf);
330 if (ffurl_open_whitelist(&s->rtp_hd, buf, flags, &h->interrupt_callback,
333 s->local_rtpport = ff_udp_get_local_port(s->rtp_hd);
371 s->rtp_fd = ffurl_get_file_handle(s->rtp_hd);
374 h->max_packet_size = s->rtp_hd->max_packet_size;
383 ffurl_closep(&s->rtp_hd);
504 hd = s->rtp_hd;
527 ffurl_closep(&s->rtp_hd);
542 return ff_udp_get_local_port(s->rtp_hd);