Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java668 Map<String, Object> mapWithoutProfile = new HashMap<>(map); in isFormatSupported() local
669 mapWithoutProfile.remove(MediaFormat.KEY_PROFILE); in isFormatSupported()
670 MediaFormat formatWithoutProfile = new MediaFormat(mapWithoutProfile); in isFormatSupported()