Searched refs:nextLevel (Results 1 – 2 of 2) sorted by relevance
178 C2Config::level_t nextLevel = C2Config::LEVEL_UNUSED; in addSupportedProfileLevels() local181 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()
66 const int nextLevel = trieMap.getNextLevelBitmapEntryIndex(10); in TEST() local67 trieMap.put(10, 10, nextLevel); in TEST()69 EXPECT_EQ(10ull, trieMap.get(10, nextLevel).mValue); in TEST()