Home
last modified time | relevance | path

Searched refs:ffurl_get_protocols (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Dprotocols.c119 const URLProtocol **ffurl_get_protocols(const char *whitelist, in ffurl_get_protocols() function
Durl.h346 const URLProtocol **ffurl_get_protocols(const char *whitelist,
Davio.c270 protocols = ffurl_get_protocols(NULL, NULL); in url_find_protocol()