Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java923 CodecCapabilities levelCaps = null; in isFormatSupported() local
936 levelCaps = createFromProfileLevel(mMime, profile, maxLevel); in isFormatSupported()
949 if (criticalKeys != null && criticalKeys.size() > 1 && levelCaps != null) { in isFormatSupported()
953 if (!levelCaps.isFormatSupported(levelCriticalFormat)) { in isFormatSupported()