Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DRobustnessTest.java766 HashSet<Long> currentProfiles = new HashSet<>(); in testMandatory10BitStreamCombination() local
767 currentProfiles.add(config.getDynamicRangeProfile()); in testMandatory10BitStreamCombination()
776 if (newLimitations.isEmpty() || (newLimitations.containsAll(currentProfiles))) { in testMandatory10BitStreamCombination()
777 currentProfiles.add(currentProfile); in testMandatory10BitStreamCombination()
782 !newLimitations.containsAll(currentProfiles)) { in testMandatory10BitStreamCombination()