Searched refs:ffurl_connect (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Durl.h59 * protocols. options are then to be passed to ffurl_open()/ffurl_connect()
103 int ffurl_connect(URLContext *uc, AVDictionary **options);
H A Davio.c168 int ffurl_connect(URLContext* uc, AVDictionary **options) function
195 ret = ffurl_connect(*puc, NULL);
209 return ffurl_connect(uc, NULL);
302 ret = ffurl_connect(*puc, options);
417 ret = ffurl_connect(h, NULL);
H A Dmmsh.c248 err = ffurl_connect(mms->mms_hd, NULL);
295 err = ffurl_connect(mms->mms_hd, NULL);
H A Drtsp.c1476 if (ffurl_connect(rt->rtsp_hd, NULL)) {
1519 if (ffurl_connect(rt->rtsp_hd_out, NULL)) {
H A Dapplehttp.c361 if ((ret = ffurl_connect(var->input, NULL)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Durl.h59 * protocols. options are then to be passed to ffurl_open()/ffurl_connect()
118 int ffurl_connect(URLContext *uc, AVDictionary **options);
H A Davio.c194 int ffurl_connect(URLContext *uc, AVDictionary **options) function
280 ret = ffurl_connect(*puc, options);
410 ret = ffurl_connect(h, NULL);
H A Dmmsh.c249 err = ffurl_connect(mms->mms_hd, NULL);
297 err = ffurl_connect(mms->mms_hd, NULL);
H A Drtmphttp.c224 if ((ret = ffurl_connect(rt->stream, NULL)) < 0)
H A Drtsp.c1679 if (ffurl_connect(rt->rtsp_hd, NULL)) {
1722 if (ffurl_connect(rt->rtsp_hd_out, NULL)) {
H A Dhls.c970 if ((ret = ffurl_connect(pls->input, &opts)) < 0) {

Completed in 202 milliseconds