Home
last modified time | relevance | path

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

/camera/camera-camera2-pipe-integration/src/main/java/androidx/camera/camera2/pipe/integration/compat/
DDynamicRangeProfilesCompatApi33Impl.kt68 val dynamicRangeSet: MutableSet<DynamicRange> = mutableSetOf() in profileSetToDynamicRangeSet() constant
70 dynamicRangeSet.add(profileToDynamicRange(profile)) in profileSetToDynamicRangeSet()
72 return Collections.unmodifiableSet(dynamicRangeSet) in profileSetToDynamicRangeSet()
/camera/camera-camera2/src/main/java/androidx/camera/camera2/internal/compat/params/
DDynamicRangesCompatApi33Impl.java83 Set<DynamicRange> dynamicRangeSet = new HashSet<>(profileSet.size()); in profileSetToDynamicRangeSet() local
85 dynamicRangeSet.add(profileToDynamicRange(profile)); in profileSetToDynamicRangeSet()
87 return Collections.unmodifiableSet(dynamicRangeSet); in profileSetToDynamicRangeSet()