display: remove boosted mode
Remove boosted mode from the available modes list. Also remove boosted color data from display_colordata_cal0.pb Bug: 226204397 Change-Id: I5d889f6aff8dc0c5ac745087a639bb85b04a3fe5
This commit is contained in:
parent
91a91876a7
commit
8f1c3091ba
2 changed files with 2 additions and 3 deletions
Binary file not shown.
|
@ -194,14 +194,13 @@
|
|||
<!-- List supported color modes. -->
|
||||
<integer-array name="config_availableColorModes">
|
||||
<item>0</item> <!-- COLOR_MODE_NATURAL -->
|
||||
<item>256</item> <!-- vendor color mode boosted -->
|
||||
<item>3</item> <!-- COLOR_MODE_AUTOMATIC -->
|
||||
</integer-array>
|
||||
|
||||
<integer-array name="config_mappedColorModes">
|
||||
<item>0</item> <!-- COLOR_MODE_NATURAL -->
|
||||
<item>256</item> <!-- COLOR_MODE_BOOSTED -->
|
||||
<item>2</item> <!-- COLOR_MODE_SATURATED -->
|
||||
<item>3</item> <!-- COLOR_MODE_BOOSTED -->
|
||||
<item>3</item> <!-- COLOR_MODE_SATURATED -->
|
||||
<item>3</item> <!-- COLOR_MODE_AUTOMATIC -->
|
||||
</integer-array>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue