Searched refs:nameOrAlias (Results 1 – 2 of 2) sorted by relevance
361 for (const std::string &nameOrAlias : nameAndAliases) { in buildMediaCodecList() local362 bool isAlias = trait.name != nameOrAlias; in buildMediaCodecList()364 Codec2Client::CreateInterfaceByName(nameOrAlias.c_str()); in buildMediaCodecList()368 nameOrAlias.c_str()); in buildMediaCodecList()371 if (parser.getCodecMap().count(nameOrAlias) == 0) { in buildMediaCodecList()377 nameOrAlias.c_str(), in buildMediaCodecList()381 nameOrAlias.c_str()); in buildMediaCodecList()383 baseCodecInfo->addAlias(nameOrAlias.c_str()); in buildMediaCodecList()435 parser.getCodecMap().at(nameOrAlias); in buildMediaCodecList()443 nameOrAlias.c_str(), domain.c_str(), asString(enabled)); in buildMediaCodecList()[all …]
80 for (const AString &nameOrAlias : namesAndAliases) { in JavaMediaCodecListWrapper() local81 if (mInfoIndex.count(nameOrAlias) > 0) { in JavaMediaCodecListWrapper()85 mInfoIndex.emplace(nameOrAlias, mInfoList.size()); in JavaMediaCodecListWrapper()86 mInfoList.emplace_back(Info { info, nameOrAlias }); in JavaMediaCodecListWrapper()