Searched refs:innerProfileVvc (Results 1 – 1 of 1) sorted by relevance
250 optional<int32_t> innerProfileVvc; in GetCodecProfileLevels() local252 …innerProfileVvc = TypeConverter::OmxVvcProfileToInnerProfile(static_cast<CodecVvcProfile>(profile)… in GetCodecProfileLevels()254 … if (innerProfileVvc.has_value() && innerLevelVvc.has_value() && innerLevelVvc.value() >= 0) { in GetCodecProfileLevels()255 userCap.profiles.emplace_back(innerProfileVvc.value()); in GetCodecProfileLevels()258 userCap.profileLevelsMap[innerProfileVvc.value()] = allLevel.value(); in GetCodecProfileLevels()260 hdiCap.role, innerProfileVvc.value(), innerLevelVvc.value()); in GetCodecProfileLevels()