Add Strong mode configs for dwbc
- Add configs for strong mode. Bug: 265233091 Test: adb shell dumpsys color_display | grep mTemperatureMin -A10 && adb shell dumpsys display | grep mLowLightAmbientBrightnessToBiasSpline -A2 Change-Id: I9e36f690ba9c79252475dc10e6c5f4fb70932b1c
This commit is contained in:
parent
abb49367e1
commit
e94e0e840a
1 changed files with 49 additions and 0 deletions
|
@ -249,6 +249,21 @@
|
|||
<item>10.0</item>
|
||||
</array>
|
||||
|
||||
<!-- See DisplayWhiteBalanceController.
|
||||
A float array containing a list of ambient brightnesses, in Lux. This array,
|
||||
together with config_displayWhiteBalanceLowLightAmbientBiasesStrong, is used to generate a
|
||||
lookup table used in DisplayWhiteBalanceController. This lookup table is used to map
|
||||
ambient brightness readings to a bias, where the bias is used to linearly interpolate
|
||||
between ambient color temperature and
|
||||
config_displayWhiteBalanceLowLightAmbientColorTemperatureStrong.
|
||||
This table is optional. If used, this array must,
|
||||
1) Contain at least two entries
|
||||
2) Be the same length as config_displayWhiteBalanceLowLightAmbientBiasesStrong. -->
|
||||
<array name ="config_displayWhiteBalanceLowLightAmbientBrightnessesStrong">
|
||||
<item>3.0</item>
|
||||
<item>10.0</item>
|
||||
</array>
|
||||
|
||||
<!-- See DisplayWhiteBalanceController.
|
||||
An array containing a list of biases. See
|
||||
config_displayWhiteBalanceLowLightAmbientBrightnesses for additional details.
|
||||
|
@ -258,6 +273,16 @@
|
|||
<item>1.0</item>
|
||||
</array>
|
||||
|
||||
<!-- See DisplayWhiteBalanceController.
|
||||
An array containing a list of biases. See
|
||||
config_displayWhiteBalanceLowLightAmbientBrightnessesStrong for additional details.
|
||||
This array must be in the range of [0.0, 1.0]. -->
|
||||
<array name ="config_displayWhiteBalanceLowLightAmbientBiasesStrong">
|
||||
<item>0.0</item>
|
||||
<item>1.0</item>
|
||||
</array>
|
||||
|
||||
|
||||
<!-- See DisplayWhiteBalanceController.
|
||||
The ambient color temperature (in cct) to which we interpolates towards to when the
|
||||
ambient brightness is within the low light range, see
|
||||
|
@ -279,6 +304,21 @@
|
|||
<item>150000.0</item>
|
||||
</array>
|
||||
|
||||
<!-- See DisplayWhiteBalanceController.
|
||||
A float array containing a list of ambient brightnesses, in Lux. This array,
|
||||
together with config_displayWhiteBalanceHighLightAmbientBiasesStrong, is used to generate a
|
||||
lookup table used in DisplayWhiteBalanceController. This lookup table is used to map
|
||||
ambient brightness readings to a bias, where the bias is used to linearly interpolate
|
||||
between ambient color temperature and
|
||||
config_displayWhiteBalanceHighLightAmbientColorTemperatureStrong.
|
||||
This table is optional. If used, this array must,
|
||||
1) Contain at least two entries
|
||||
2) Be the same length as config_displayWhiteBalanceHighLightAmbientBiasesStrong. -->
|
||||
<array name ="config_displayWhiteBalanceHighLightAmbientBrightnessesStrong">
|
||||
<item>130000.0</item>
|
||||
<item>150000.0</item>
|
||||
</array>
|
||||
|
||||
<!-- See DisplayWhiteBalanceController.
|
||||
An array containing a list of biases. See
|
||||
config_displayWhiteBalanceHighLightAmbientBrightnesses for additional details.
|
||||
|
@ -288,6 +328,15 @@
|
|||
<item>1.0</item>
|
||||
</array>
|
||||
|
||||
<!-- See DisplayWhiteBalanceController.
|
||||
An array containing a list of biases. See
|
||||
config_displayWhiteBalanceHighLightAmbientBrightnessesStrong for additional details.
|
||||
This array must be in the range of [0.0, 1.0]. -->
|
||||
<array name ="config_displayWhiteBalanceHighLightAmbientBiasesStrong">
|
||||
<item>0.0</item>
|
||||
<item>1.0</item>
|
||||
</array>
|
||||
|
||||
<!-- See DisplayWhiteBalanceController.
|
||||
The ambient color temperature (in cct) to which we interpolates towards to when the
|
||||
ambient brightness is within the high light range, see
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue