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