Searched refs:ffurl_get_file_handle (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Durl.h190 int ffurl_get_file_handle(URLContext *h);
H A Drtpproto.c199 s->rtp_fd = ffurl_get_file_handle(s->rtp_hd);
200 s->rtcp_fd = ffurl_get_file_handle(s->rtcp_hd);
H A Davio.c241 return ffurl_get_file_handle(h);
441 int ffurl_get_file_handle(URLContext *h) function
H A Drtspenc.c183 struct pollfd p = {ffurl_get_file_handle(rt->rtsp_hd), POLLIN, 0};
H A Dsapdec.c188 int fd = ffurl_get_file_handle(sap->ann_fd);
H A Dsapenc.c168 udp_fd = ffurl_get_file_handle(sap->ann_fd);
H A Dtls.c147 c->fd = ffurl_get_file_handle(c->tcp);
H A Drtsp.c1535 tcp_fd = ffurl_get_file_handle(rt->rtsp_hd);
1638 tcp_fd = ffurl_get_file_handle(rt->rtsp_hd);
1647 p[max_p].fd = ffurl_get_file_handle(rtsp_st->rtp_handle);
1970 getsockname(ffurl_get_file_handle(in), (struct sockaddr*) &addr, &addrlen);
H A Dhttp.c554 return ffurl_get_file_handle(s->hd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Durl.h206 int ffurl_get_file_handle(URLContext *h);
H A Dsrtpproto.c124 return ffurl_get_file_handle(s->rtp_hd);
H A Drtspenc.c184 struct pollfd p = {ffurl_get_file_handle(rt->rtsp_hd), POLLIN, 0};
H A Dsapdec.c187 int fd = ffurl_get_file_handle(sap->ann_fd);
H A Dsapenc.c177 udp_fd = ffurl_get_file_handle(sap->ann_fd);
H A Drtpproto.c364 s->rtp_fd = ffurl_get_file_handle(s->rtp_hd);
365 s->rtcp_fd = ffurl_get_file_handle(s->rtcp_hd);
H A Davio.c434 int ffurl_get_file_handle(URLContext *h) function
H A Dtls.c213 c->fd = ffurl_get_file_handle(c->tcp);
H A Dftp.c769 return ffurl_get_file_handle(s->conn_data);
H A Drtsp.c1739 tcp_fd = ffurl_get_file_handle(rt->rtsp_hd);
1847 tcp_fd = ffurl_get_file_handle(rt->rtsp_hd);
2320 getsockname(ffurl_get_file_handle(in), (struct sockaddr*) &addr, &addrlen);
H A Dhttp.c1096 return ffurl_get_file_handle(s->hd);

Completed in 366 milliseconds