Searched refs:mProfileMap (Results 1 – 2 of 2) sorted by relevance
51 private final Map<ColorSpace.Named, Map<Integer, Set<Long>>> mProfileMap = new ArrayMap<>(); field in ColorSpaceProfiles90 if (!mProfileMap.containsKey(namedColorSpace)) { in ColorSpaceProfiles()92 mProfileMap.put(namedColorSpace, imageFormatMap); in ColorSpaceProfiles()95 if (!mProfileMap.get(namedColorSpace).containsKey(imageFormat)) { in ColorSpaceProfiles()97 mProfileMap.get(namedColorSpace).put(imageFormat, dynamicRangeProfiles); in ColorSpaceProfiles()105 mProfileMap.get(namedColorSpace).get(imageFormat).add(dynamicRangeProfile); in ColorSpaceProfiles()134 return mProfileMap; in getProfileMap()152 for (ColorSpace.Named colorSpace : mProfileMap.keySet()) { in getSupportedColorSpaces()156 Map<Integer, Set<Long>> imageFormatMap = mProfileMap.get(colorSpace); in getSupportedColorSpaces()177 Map<Integer, Set<Long>> imageFormatMap = mProfileMap.get(colorSpace); in getSupportedImageFormatsForColorSpace()[all …]
170 private final HashMap<Long, Set<Long>> mProfileMap = new HashMap<>(); field in DynamicRangeProfiles221 mProfileMap.put(elements[i], profiles); in DynamicRangeProfiles()228 for(Long profile : mProfileMap.keySet()) { in DynamicRangeProfiles()229 if (mProfileMap.get(profile).isEmpty() || mProfileMap.get(profile).contains(STANDARD)) { in DynamicRangeProfiles()234 mProfileMap.put(STANDARD, standardConstraints); in DynamicRangeProfiles()260 return Collections.unmodifiableSet(mProfileMap.keySet()); in getSupportedProfiles()289 Set<Long> ret = mProfileMap.get(profile); in getProfileCaptureRequestConstraints()