Searched refs:mapWithoutProfile (Results 1 – 1 of 1) sorted by relevance
662 Map<String, Object> mapWithoutProfile = new HashMap<>(map); in isFormatSupported() local663 mapWithoutProfile.remove(MediaFormat.KEY_PROFILE); in isFormatSupported()664 MediaFormat formatWithoutProfile = new MediaFormat(mapWithoutProfile); in isFormatSupported()