Searched refs:dynamicRangeProfile (Results 1 – 4 of 4) sorted by relevance
101 for (long dynamicRangeProfile = DynamicRangeProfiles.STANDARD; in ColorSpaceProfiles()102 dynamicRangeProfile < DynamicRangeProfiles.PUBLIC_MAX; in ColorSpaceProfiles()103 dynamicRangeProfile <<= 1) { in ColorSpaceProfiles()104 if ((dynamicRangeProfileBitmap & dynamicRangeProfile) != 0) { in ColorSpaceProfiles()105 mProfileMap.get(namedColorSpace).get(imageFormat).add(dynamicRangeProfile); in ColorSpaceProfiles()237 @DynamicRangeProfiles.Profile long dynamicRangeProfile) { in getSupportedColorSpacesForDynamicRange() argument244 if (dynamicRangeProfiles.contains(dynamicRangeProfile)) { in getSupportedColorSpacesForDynamicRange()250 if (dynamicRangeProfiles.contains(dynamicRangeProfile)) { in getSupportedColorSpacesForDynamicRange()
1199 long dynamicRangeProfile = source.readLong(); in OutputConfiguration() local1200 DynamicRangeProfiles.checkProfileValue(dynamicRangeProfile); in OutputConfiguration()1229 mDynamicRangeProfile = dynamicRangeProfile; in OutputConfiguration()
78 int startLatencyMs, int maxHalBuffers, int maxAppBuffers, long dynamicRangeProfile, in CameraStreamStats() argument92 mDynamicRangeProfile = dynamicRangeProfile; in CameraStreamStats()
916 streamProtos[i].dynamicRangeProfile = streamStats.getDynamicRangeProfile(); in logCameraUsageEvent()940 + ", dynamicRangeProfile " + streamProtos[i].dynamicRangeProfile in logCameraUsageEvent()