summaryrefslogtreecommitdiffstats
path: root/res/values/qcomarrays.xml
diff options
context:
space:
mode:
authorPaul Keith <javelinanddart@gmail.com>2018-01-09 01:33:00 +0100
committerBruno Martins <bgcngm@gmail.com>2018-11-20 12:32:17 +0000
commit13a0c19a58fab5655c0fdee593e1108d38a853ad (patch)
tree589f08eb37be06695db4540cf67d30f3e33d80fc /res/values/qcomarrays.xml
parentf0f9d3e2ac04341548877d9f1daaecf09d504174 (diff)
downloadandroid_packages_apps_Snap-13a0c19a58fab5655c0fdee593e1108d38a853ad.tar.gz
android_packages_apps_Snap-13a0c19a58fab5655c0fdee593e1108d38a853ad.tar.bz2
android_packages_apps_Snap-13a0c19a58fab5655c0fdee593e1108d38a853ad.zip
Snap: Rip out hdr-need-1x option
* This breaks HDR on every device that has this param, because this makes the camera HAL return *1* e*x*tra frame at 0 exposure, and since Snap doesn't know what to do with this extra frame, it erroneously saves it as a second picture on device storage * Remove this option entirely to make HDR great again Change-Id: I8ef4072eb030f4ab6e608a0da268274a3dc58e34
Diffstat (limited to 'res/values/qcomarrays.xml')
-rwxr-xr-xres/values/qcomarrays.xml12
1 files changed, 1 insertions, 11 deletions
diff --git a/res/values/qcomarrays.xml b/res/values/qcomarrays.xml
index 34212e311..d8a08b08a 100755
--- a/res/values/qcomarrays.xml
+++ b/res/values/qcomarrays.xml
@@ -829,17 +829,7 @@
<item>@string/pref_hdr_mode_value_multi_frame</item>
</string-array>
- <!-- Camera Preferences Selectable HDR need 1x frame -->
- <string-array name="pref_camera_hdr_need_1x_entries" translatable="false">
- <item>@string/pref_camera_hdr_need_1x_entry_false</item>
- <item>@string/pref_camera_hdr_need_1x_entry_true</item>
- </string-array>
-
- <string-array name="pref_camera_hdr_need_1x_entryvalues" translatable="false">
- <item>@string/pref_hdr_need_1x_value_false</item>
- <item>@string/pref_hdr_need_1x_value_true</item>
- </string-array>
- <string-array name="pref_camera_tsmakeup_entries">
+ <string-array name="pref_camera_tsmakeup_entries">
<item>@string/pref_camera_tsmakeup_entry_off</item>
<item>@string/pref_camera_tsmakeup_entry_on</item>
</string-array>