Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java764 MediaFormat formatWithoutProfile = new MediaFormat(mapWithoutProfile); in isFormatSupported() local
765 if (levelCaps != null && !levelCaps.isFormatSupported(formatWithoutProfile)) { in isFormatSupported()