Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp169 C2Config::level_t nextLevel = C2Config::LEVEL_UNUSED; in addSupportedProfileLevels() local
172 if (level < C2Config::LEVEL_H263_45 && level > nextLevel) { in addSupportedProfileLevels()
173 nextLevel = level; in addSupportedProfileLevels()
176 if (nextLevel != C2Config::LEVEL_UNUSED in addSupportedProfileLevels()
177 && nextLevel != pl.level in addSupportedProfileLevels()
180 && mapper->mapLevel(nextLevel, &sdkLevel)) { in addSupportedProfileLevels()