Merge "Set display white balance stepping configs" into udc-dev am: ef0957cff1 am: c48b2566a5 am: c3efd240be

Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/22676009

Change-Id: Iaff6d2dd58c41e6fa1146c5fcabdf8b72428cd70
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Christine Franks 2023-05-03 03:44:37 +00:00 committed by Automerger Merge Worker
commit e1c2a06479

View file

@ -153,6 +153,27 @@
<!-- Nominal White Z --> <item>1.1273</item> <!-- Nominal White Z --> <item>1.1273</item>
</string-array> </string-array>
<!-- The CCT closest to the white coordinates (primary) above and in SurfaceControl, as
calculated by ColorSpace#cctToXyz, such that the transition from DWB being "on" with
a computed matrix to the disabled identity matrix is as small as possible. -->
<integer name="config_displayWhiteBalanceDisplayNominalWhiteCct">6543</integer>
<!-- Range minimums corresponding to config_displayWhiteBalanceDisplaySteps. For example, if the
range minimums are [0, 3000] and the steps are [10, 20] then between 0 and 3000, exclusive,
the step between them will be 10 (i.e. 0, 10, 20, etc.) and the step between 3000 and the
maximum value is 20 (i.e. 3000, 3020, 3040, etc.). -->
<integer-array name="config_displayWhiteBalanceDisplayRangeMinimums">
<item>0</item>
</integer-array>
<!-- Steps corresponding to config_displayWhiteBalanceDisplayRangeMinimums. For example, if the
range minimums are [0, 3000] and the steps are [10, 20] then between 0 and 3000, exclusive,
the step between them will be 10 (i.e. 0, 10, 20, etc.) and the step between 3000 and the
maximum value is 20 (i.e. 3000, 3020, 3040, etc.). -->
<integer-array name="config_displayWhiteBalanceDisplaySteps">
<item>40</item>
</integer-array>
<!-- See DisplayWhiteBalanceThrottler. <!-- See DisplayWhiteBalanceThrottler.
The debounce time (in milliseconds) for increasing the screen color temperature, throttled The debounce time (in milliseconds) for increasing the screen color temperature, throttled
if time > lastTime + debounce. Must be non-negative. --> if time > lastTime + debounce. Must be non-negative. -->