Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCodec2InfoBuilder.cpp178 C2Config::level_t nextLevel = C2Config::LEVEL_UNUSED; in addSupportedProfileLevels() local
181 if (level < C2Config::LEVEL_H263_45 && level > nextLevel) { in addSupportedProfileLevels()
182 nextLevel = level; in addSupportedProfileLevels()
185 if (nextLevel != C2Config::LEVEL_UNUSED in addSupportedProfileLevels()
186 && nextLevel != pl.level in addSupportedProfileLevels()
189 && mapper->mapLevel(nextLevel, &sdkLevel)) { in addSupportedProfileLevels()
/aosp12/packages/inputmethods/LatinIME/native/jni/tests/dictionary/utils/
H A Dtrie_map_test.cpp66 const int nextLevel = trieMap.getNextLevelBitmapEntryIndex(10); in TEST() local
67 trieMap.put(10, 10, nextLevel); in TEST()
69 EXPECT_EQ(10ull, trieMap.get(10, nextLevel).mValue); in TEST()