Searched refs:dynamicRangeProfiles (Results 1 – 1 of 1) sorted by relevance
96 ArraySet<Long> dynamicRangeProfiles = new ArraySet<>(); in ColorSpaceProfiles() local97 mProfileMap.get(namedColorSpace).put(imageFormat, dynamicRangeProfiles); in ColorSpaceProfiles()204 Set<Long> dynamicRangeProfiles = null; in getSupportedDynamicRangeProfiles() local206 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 …]