Searched refs:availableProfiles (Results 1 – 2 of 2) sorted by relevance
428 Set<Long> availableProfiles = profiles.getSupportedProfiles(); in getDynamicRangeProfile() local431 return availableProfiles.contains(DynamicRangeProfiles.HLG10) ? in getDynamicRangeProfile()434 return availableProfiles.contains(DynamicRangeProfiles.HDR10) ? in getDynamicRangeProfile()437 return availableProfiles.contains(DynamicRangeProfiles.HDR10_PLUS) ? in getDynamicRangeProfile()
263 Set<Long> availableProfiles = in testP010() local265 assertFalse("Absent dynamic range profiles", availableProfiles.isEmpty()); in testP010()267 availableProfiles.contains(DynamicRangeProfiles.HLG10)); in testP010()