Searched refs:gSupportedExtensions (Results 1 – 2 of 2) sorted by relevance
38 static std::unordered_set<std::string> gSupportedExtensions; variable42 if (gSupportedExtensions.empty()) { in FileHasAcceptableExtension()44 gSupportedExtensions = MediaExtractorFactory::getSupportedTypes(); in FileHasAcceptableExtension()47 return gSupportedExtensions.count(std::string(extension + 1)) != 0; in FileHasAcceptableExtension()
265 static std::unordered_set<std::string> gSupportedExtensions; variable317 gSupportedExtensions.insert(std::string(ext)); in LoadExtractors()328 return gSupportedExtensions; in getSupportedTypes()