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