Update the adaptive brightness table for oriole/raven

Bug: 177143493
test: check brightness table
Change-Id: Ic5968a75b676b016024dd317388f83b80a046ed5
This commit is contained in:
linpeter 2021-02-19 18:09:49 +08:00 committed by TreeHugger Robot
parent f3d8bf6fbe
commit b71cbeefa2
2 changed files with 6 additions and 2 deletions

View file

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

View file

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