Searched refs:levelsmatch (Results 1 – 2 of 2) sorted by relevance
249 auto levelsmatch = profileLevelsMap.find(profile); in GetSupportedLevelsForProfile() local250 if (levelsmatch == profileLevelsMap.end()) { in GetSupportedLevelsForProfile()253 std::sort(levelsmatch->second.begin(), levelsmatch->second.end()); in GetSupportedLevelsForProfile()254 return levelsmatch->second; in GetSupportedLevelsForProfile()
168 const auto &levelsmatch = profileLevelsMap.find(profile); in OH_AVCapability_GetSupportedLevelsForProfile() local169 if (levelsmatch == profileLevelsMap.end()) { in OH_AVCapability_GetSupportedLevelsForProfile()172 const auto &vec = levelsmatch->second; in OH_AVCapability_GetSupportedLevelsForProfile()