Searched refs:typeIt (Results 1 – 1 of 1) sorted by relevance
454 for (auto typeIt = codec.typeMap.begin(); typeIt != codec.typeMap.end(); ++typeIt) { in buildMediaCodecList() local455 const std::string &mediaType = typeIt->first; in buildMediaCodecList()456 const MediaCodecsXmlParser::AttributeMap &attrMap = typeIt->second; in buildMediaCodecList()