Searched refs:FormatAllMap (Results 1 – 1 of 1) sorted by relevance
181 static const map<std::string, MediaType> FormatAllMap = { variable297 if (FormatAllMap.find(outExtension) != FormatAllMap.end()) { in SolveHandlesFormatData()298 outMediaType = FormatAllMap.at(outExtension); in SolveHandlesFormatData()