Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java428 Set<Long> availableProfiles = profiles.getSupportedProfiles(); in getDynamicRangeProfile() local
431 return availableProfiles.contains(DynamicRangeProfiles.HLG10) ? in getDynamicRangeProfile()
434 return availableProfiles.contains(DynamicRangeProfiles.HDR10) ? in getDynamicRangeProfile()
437 return availableProfiles.contains(DynamicRangeProfiles.HDR10_PLUS) ? in getDynamicRangeProfile()
DImageReaderTest.java263 Set<Long> availableProfiles = in testP010() local
265 assertFalse("Absent dynamic range profiles", availableProfiles.isEmpty()); in testP010()
267 availableProfiles.contains(DynamicRangeProfiles.HLG10)); in testP010()