Searched refs:rtcp_hd (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpproto.c49 URLContext *rtp_hd, *rtcp_hd; member in struct:RTPContext
79 ff_udp_set_remote_url(s->rtcp_hd, buf);
194 if (ffurl_open(&s->rtcp_hd, buf, flags, &h->interrupt_callback, NULL) < 0)
200 s->rtcp_fd = ffurl_get_file_handle(s->rtcp_hd);
209 if (s->rtcp_hd)
210 ffurl_close(s->rtcp_hd);
271 hd = s->rtcp_hd;
286 ffurl_close(s->rtcp_hd);
311 return ff_udp_get_local_port(s->rtcp_hd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpproto.c45 URLContext *rtp_hd, *rtcp_hd; member in struct:RTPContext
88 ff_udp_set_remote_url(s->rtcp_hd, buf);
348 if (ffurl_open(&s->rtcp_hd, buf, flags, &h->interrupt_callback, NULL) < 0) {
357 if (ffurl_open(&s->rtcp_hd, buf, flags, &h->interrupt_callback, NULL) < 0)
365 s->rtcp_fd = ffurl_get_file_handle(s->rtcp_hd);
374 if (s->rtcp_hd)
375 ffurl_close(s->rtcp_hd);
483 hd = s->rtcp_hd;
506 ffurl_close(s->rtcp_hd);
531 return ff_udp_get_local_port(s->rtcp_hd);
[all...]

Completed in 62 milliseconds