Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_list.cpp250 optional<int32_t> innerProfileVvc; in GetCodecProfileLevels() local
252innerProfileVvc = 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()