Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCodec2InfoBuilder.cpp454 for (auto typeIt = codec.typeMap.begin(); typeIt != codec.typeMap.end(); ++typeIt) { in buildMediaCodecList() local
455 const std::string &mediaType = typeIt->first; in buildMediaCodecList()
456 const MediaCodecsXmlParser::AttributeMap &attrMap = typeIt->second; in buildMediaCodecList()