Searched refs:hdrProfiles (Results 1 – 1 of 1) sorted by relevance
626 int[] hdrProfiles = PROFILE_HDR_MAP.get(mediaType); in doesCodecSupportHDRProfile() local627 if (hdrProfiles == null) { in doesCodecSupportHDRProfile()639 if (IntStream.of(hdrProfiles).anyMatch(x -> x == pl.profile)) { in doesCodecSupportHDRProfile()