Searched refs:typeIt (Results 1 – 2 of 2) sorted by relevance
504 for (auto typeIt = codec.typeMap.begin(); typeIt != codec.typeMap.end(); ++typeIt) { in buildMediaCodecList() local505 const std::string &mediaType = typeIt->first; in buildMediaCodecList()520 ALOGI("adding type '%s'", typeIt->first.c_str()); in buildMediaCodecList()521 const MediaCodecsXmlParser::AttributeMap &attrMap = typeIt->second; in buildMediaCodecList()
981 TypeMap::iterator typeIt; in enterMediaCodec() local989 typeIt = codecIt->second.typeMap.insert(Type(type, AttributeMap())).first; in enterMediaCodec()991 typeIt = codecIt->second.typeMap.end(); in enterMediaCodec()1000 typeIt = codecIt->second.typeMap.find(type); in enterMediaCodec()1001 if (typeIt == codecIt->second.typeMap.end()) { in enterMediaCodec()1006 typeIt = codecIt->second.typeMap.begin(); in enterMediaCodec()1007 if (typeIt == codecIt->second.typeMap.end() in enterMediaCodec()1013 mCurrent.emplace_back(CodecAndType{name, codecIt, typeIt, updating}); in enterMediaCodec()1123 TypeMap::iterator typeIt = codecIt->second.typeMap.find(name); in enterType() local1125 if (typeIt != codecIt->second.typeMap.end()) { in enterType()[all …]