Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java3831 Integer aacProfile = (Integer)map.get(MediaFormat.KEY_AAC_PROFILE); in supportsFormat() local
3833 profile = aacProfile; in supportsFormat()
3834 } else if (aacProfile != null && !aacProfile.equals(profile)) { in supportsFormat()