Searched refs:nameOrAlias (Results 1 – 2 of 2) sorted by relevance
424 for (const std::string &nameOrAlias : nameAndAliases) { in buildMediaCodecList() local425 bool isAlias = trait.name != nameOrAlias; in buildMediaCodecList()427 Codec2Client::CreateInterfaceByName(nameOrAlias.c_str()); in buildMediaCodecList()431 nameOrAlias.c_str()); in buildMediaCodecList()434 if (parser.getCodecMap().count(nameOrAlias) == 0) { in buildMediaCodecList()440 nameOrAlias.c_str(), in buildMediaCodecList()444 nameOrAlias.c_str()); in buildMediaCodecList()446 baseCodecInfo->addAlias(nameOrAlias.c_str()); in buildMediaCodecList()498 parser.getCodecMap().at(nameOrAlias); in buildMediaCodecList()506 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()