Update the adaptive brightness table for oriole/raven am: b71cbeefa2

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

Change-Id: I154dbacdc6ce58e982c574a93e892438e4eea612
This commit is contained in:
linpeter 2021-03-18 12:35:13 +00:00 committed by Automerger Merge Worker
commit 811ceeb6c3
2 changed files with 6 additions and 2 deletions

View file

@ -136,6 +136,7 @@
<item>2981</item> <item>2981</item>
<item>5000</item> <item>5000</item>
<item>10000</item> <item>10000</item>
<item>20000</item>
</integer-array> </integer-array>
<!-- Array of desired screen brightness in nits corresponding to the lux values <!-- Array of desired screen brightness in nits corresponding to the lux values
@ -171,7 +172,8 @@
<item>264.8221315</item> <!-- 1808 - 2981 --> <item>264.8221315</item> <!-- 1808 - 2981 -->
<item>327.8974352</item> <!-- 2981 - 5000 --> <item>327.8974352</item> <!-- 2981 - 5000 -->
<item>401.1676739</item> <!-- 5000 - 10000 --> <item>401.1676739</item> <!-- 5000 - 10000 -->
<item>600.0</item> <!-- 10000+ --> <item>750.0</item> <!-- 10000 -20000 -->
<item>900.0</item> <!-- 20000+ -->
</array> </array>
<!-- The properties of a UDFPS sensor in pixels --> <!-- The properties of a UDFPS sensor in pixels -->

View file

@ -135,6 +135,7 @@
<item>2981</item> <item>2981</item>
<item>5000</item> <item>5000</item>
<item>10000</item> <item>10000</item>
<item>20000</item>
</integer-array> </integer-array>
<!-- Array of desired screen brightness in nits corresponding to the lux values <!-- Array of desired screen brightness in nits corresponding to the lux values
@ -170,6 +171,7 @@
<item>264.8221315</item> <!-- 1808 - 2981 --> <item>264.8221315</item> <!-- 1808 - 2981 -->
<item>327.8974352</item> <!-- 2981 - 5000 --> <item>327.8974352</item> <!-- 2981 - 5000 -->
<item>401.1676739</item> <!-- 5000 - 10000 --> <item>401.1676739</item> <!-- 5000 - 10000 -->
<item>600.0</item> <!-- 10000+ --> <item>750.0</item> <!-- 10000 - 20000 -->
<item>900.0</item> <!-- 20000+ -->
</array> </array>
</resources> </resources>