Home
last modified time | relevance | path

Searched refs:gSupportedExtensions (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
DStagefrightMediaScanner.cpp38 static std::unordered_set<std::string> gSupportedExtensions; variable
42 if (gSupportedExtensions.empty()) { in FileHasAcceptableExtension()
44 gSupportedExtensions = MediaExtractorFactory::getSupportedTypes(); in FileHasAcceptableExtension()
47 return gSupportedExtensions.count(std::string(extension + 1)) != 0; in FileHasAcceptableExtension()
DMediaExtractorFactory.cpp265 static std::unordered_set<std::string> gSupportedExtensions; variable
317 gSupportedExtensions.insert(std::string(ext)); in LoadExtractors()
328 return gSupportedExtensions; in getSupportedTypes()