Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp228 C2Config::level_t nextLevel = C2Config::LEVEL_UNUSED; in addSupportedProfileLevels() local
231 if (level < C2Config::LEVEL_H263_45 && level > nextLevel) { in addSupportedProfileLevels()
232 nextLevel = level; in addSupportedProfileLevels()
235 if (nextLevel != C2Config::LEVEL_UNUSED in addSupportedProfileLevels()
236 && nextLevel != pl.level in addSupportedProfileLevels()
239 && mapper->mapLevel(nextLevel, &sdkLevel)) { in addSupportedProfileLevels()