Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/inner/
H A Dcodeclist_inner_mock.cpp249 auto levelsmatch = profileLevelsMap.find(profile); in GetSupportedLevelsForProfile() local
250 if (levelsmatch == profileLevelsMap.end()) { in GetSupportedLevelsForProfile()
253 std::sort(levelsmatch->second.begin(), levelsmatch->second.end()); in GetSupportedLevelsForProfile()
254 return levelsmatch->second; in GetSupportedLevelsForProfile()
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/common/
H A Dnative_avcapability.cpp168 const auto &levelsmatch = profileLevelsMap.find(profile); in OH_AVCapability_GetSupportedLevelsForProfile() local
169 if (levelsmatch == profileLevelsMap.end()) { in OH_AVCapability_GetSupportedLevelsForProfile()
172 const auto &vec = levelsmatch->second; in OH_AVCapability_GetSupportedLevelsForProfile()