Searched refs:ffurl_alloc (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.h92 int ffurl_alloc(URLContext **puc, const char *filename, int flags,
96 * Connect an URLContext that has been allocated by ffurl_alloc
H A Davio.c205 return ffurl_alloc(puc, filename, flags, NULL);
266 int ffurl_alloc(URLContext **puc, const char *filename, int flags, function
296 int ret = ffurl_alloc(puc, filename, flags, int_cb);
410 int ret = ffurl_alloc(&h, url, flags, NULL);
H A Dmmsh.c232 if (ffurl_alloc(&mms->mms_hd, httpname, AVIO_FLAG_READ,
261 if ((err = ffurl_alloc(&mms->mms_hd, httpname, AVIO_FLAG_READ,
H A Drtsp.c1460 if (ffurl_alloc(&rt->rtsp_hd, httpname, AVIO_FLAG_READ,
1482 if (ffurl_alloc(&rt->rtsp_hd_out, httpname, AVIO_FLAG_WRITE,
H A Dapplehttp.c356 if ((ret = ffurl_alloc(&var->input, url, AVIO_FLAG_READ,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Durl.h107 int ffurl_alloc(URLContext **puc, const char *filename, int flags,
111 * Connect an URLContext that has been allocated by ffurl_alloc
H A Davio.c249 int ffurl_alloc(URLContext **puc, const char *filename, int flags, function
272 int ret = ffurl_alloc(puc, filename, flags, int_cb);
403 int ret = ffurl_alloc(&h, url, flags, NULL);
H A Dmmsh.c233 if (ffurl_alloc(&mms->mms_hd, httpname, AVIO_FLAG_READ,
262 if ((err = ffurl_alloc(&mms->mms_hd, httpname, AVIO_FLAG_READ,
H A Drtmphttp.c211 if ((ret = ffurl_alloc(&rt->stream, url, AVIO_FLAG_READ_WRITE, NULL)) < 0)
H A Drtsp.c1663 if (ffurl_alloc(&rt->rtsp_hd, httpname, AVIO_FLAG_READ,
1685 if (ffurl_alloc(&rt->rtsp_hd_out, httpname, AVIO_FLAG_WRITE,
H A Dhls.c964 if ((ret = ffurl_alloc(&pls->input, url, AVIO_FLAG_READ,

Completed in 419 milliseconds