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