Home
last modified time | relevance | path

Searched refs:hdrProfiles (Results 1 – 1 of 1) sorted by relevance

/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecTestBase.java626 int[] hdrProfiles = PROFILE_HDR_MAP.get(mediaType); in doesCodecSupportHDRProfile() local
627 if (hdrProfiles == null) { in doesCodecSupportHDRProfile()
639 if (IntStream.of(hdrProfiles).anyMatch(x -> x == pl.profile)) { in doesCodecSupportHDRProfile()