Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/camera2/params/
H A DColorSpaceProfiles.java101 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() argument
244 if (dynamicRangeProfiles.contains(dynamicRangeProfile)) { in getSupportedColorSpacesForDynamicRange()
250 if (dynamicRangeProfiles.contains(dynamicRangeProfile)) { in getSupportedColorSpacesForDynamicRange()
H A DOutputConfiguration.java1199 long dynamicRangeProfile = source.readLong(); in OutputConfiguration() local
1200 DynamicRangeProfiles.checkProfileValue(dynamicRangeProfile); in OutputConfiguration()
1229 mDynamicRangeProfile = dynamicRangeProfile; in OutputConfiguration()
/aosp14/frameworks/base/core/java/android/hardware/
H A DCameraStreamStats.java78 int startLatencyMs, int maxHalBuffers, int maxAppBuffers, long dynamicRangeProfile, in CameraStreamStats() argument
92 mDynamicRangeProfile = dynamicRangeProfile; in CameraStreamStats()
/aosp14/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraServiceProxy.java916 streamProtos[i].dynamicRangeProfile = streamStats.getDynamicRangeProfile(); in logCameraUsageEvent()
940 + ", dynamicRangeProfile " + streamProtos[i].dynamicRangeProfile in logCameraUsageEvent()