Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/camera2/params/
H A DColorSpaceProfiles.java96 ArraySet<Long> dynamicRangeProfiles = new ArraySet<>(); in ColorSpaceProfiles() local
97 mProfileMap.get(namedColorSpace).put(imageFormat, dynamicRangeProfiles); in ColorSpaceProfiles()
204 Set<Long> dynamicRangeProfiles = null; in getSupportedDynamicRangeProfiles() local
206 dynamicRangeProfiles = new ArraySet<>(); in getSupportedDynamicRangeProfiles()
211 dynamicRangeProfiles.add(supportedDynamicRangeProfile); in getSupportedDynamicRangeProfiles()
215 dynamicRangeProfiles = imageFormatMap.get(imageFormat); in getSupportedDynamicRangeProfiles()
216 if (dynamicRangeProfiles == null) { in getSupportedDynamicRangeProfiles()
221 return dynamicRangeProfiles; in getSupportedDynamicRangeProfiles()
244 if (dynamicRangeProfiles.contains(dynamicRangeProfile)) { in getSupportedColorSpacesForDynamicRange()
249 Set<Long> dynamicRangeProfiles = imageFormatMap.get(imageFormat); in getSupportedColorSpacesForDynamicRange() local
[all …]