Searched refs:profileArray (Results 1 – 3 of 3) sorted by relevance
184 int[] profileArray = PROFILE_HDR_MAP.get(mediaType);185 assertNotNull("Expected value to be not null", profileArray);187 IntStream.of(profileArray).anyMatch(x -> x == profile));
542 int[] profileArray = CodecTestBase.PROFILE_HDR_MAP.get(mEncMediaType); in validateToneMappedFormat() local544 IntStream.of(profileArray).anyMatch(x -> x == profile)); in validateToneMappedFormat()
614 int[] profileArray = PROFILE_HDR_MAP.get(mediaType); in doesAnyFormatHaveHDRProfile() local615 if (profileArray != null) { in doesAnyFormatHaveHDRProfile()619 if (IntStream.of(profileArray).anyMatch(x -> x == profile)) return true; in doesAnyFormatHaveHDRProfile()