Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/camera2/params/
H A DDynamicRangeProfiles.java226 HashSet<Long> standardConstraints = new HashSet<>(); in DynamicRangeProfiles() local
227 standardConstraints.add(STANDARD); in DynamicRangeProfiles()
230 standardConstraints.add(profile); in DynamicRangeProfiles()
234 mProfileMap.put(STANDARD, standardConstraints); in DynamicRangeProfiles()