Lines Matching refs:url
118 const char* url) { in getPlayerType() argument
119 GET_PLAYER_TYPE_IMPL(client, url); in getPlayerType()
213 const char* url, in scoreFactory() argument
215 if (legacyDrm() && !strncasecmp("widevine://", url, 11)) { in scoreFactory()
239 const char* url, in scoreFactory() argument
246 if (!strncasecmp("http://", url, 7) in scoreFactory()
247 || !strncasecmp("https://", url, 8) in scoreFactory()
248 || !strncasecmp("file://", url, 7)) { in scoreFactory()
249 size_t len = strlen(url); in scoreFactory()
250 if (len >= 5 && !strcasecmp(".m3u8", &url[len - 5])) { in scoreFactory()
254 if (strstr(url,"m3u8")) { in scoreFactory()
258 if ((len >= 4 && !strcasecmp(".sdp", &url[len - 4])) || strstr(url, ".sdp?")) { in scoreFactory()
263 if (!strncasecmp("rtsp://", url, 7)) { in scoreFactory()
285 const char* url, in scoreFactory() argument
301 int lenURL = strlen(url); in scoreFactory()
306 if (!strncasecmp(url + start, FILE_EXTS[i], len)) { in scoreFactory()
354 const char* url, in scoreFactory() argument
356 if (TestPlayerStub::canBeUsed(url)) { in scoreFactory()