summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
diff options
context:
space:
mode:
authorJay Wang <jaywang@codeaurora.org>2016-04-04 19:05:21 -0700
committerJay Wang <jaywang@codeaurora.org>2016-05-26 16:48:17 -0700
commit0abd747b096e3786cd90a66605e1a39d92453b15 (patch)
treefacf0ebc6a4d20c14b454a39b429a39cadf495a8 /res/values/qcomstrings.xml
parentd3383e87fce92ecfde2a8916d121def3fe101566 (diff)
downloadandroid_packages_apps_Snap-0abd747b096e3786cd90a66605e1a39d92453b15.tar.gz
android_packages_apps_Snap-0abd747b096e3786cd90a66605e1a39d92453b15.tar.bz2
android_packages_apps_Snap-0abd747b096e3786cd90a66605e1a39d92453b15.zip
SnapdragonCamera: disable instant capture in some cases.
1. Disable instant capture when ZSL is off or advanced features are enabled 2. Change the instant capture option to support the selection of aggressive AEC and fast AEC CRs-Fixed: 998509 Change-Id: I60f7ed3a0fc93627dbf7527fbec2a60605aad683
Diffstat (limited to 'res/values/qcomstrings.xml')
-rw-r--r--res/values/qcomstrings.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index ea90cf72a..ee287bc44 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -202,12 +202,14 @@
<!-- Instant Capture entry -->
<string name="pref_camera_instant_capture_title" translatable="true">Instant Capture</string>
- <string name="pref_camera_instant_capture_entry_enable" translatable="true">Enable</string>
+ <string name="pref_camera_instant_capture_entry_aggressive_aec" translatable="true">Aggressive AEC</string>
+ <string name="pref_camera_instant_capture_entry_fast_aec" translatable="true">Fast AEC</string>
<string name="pref_camera_instant_capture_entry_disable" translatable="true">Disable</string>
<!-- Instant Capture entry values -->
<string name="pref_camera_instant_capture_default" translatable="false">0</string>
- <string name="pref_camera_instant_capture_value_enable" translatable="false">1</string>
+ <string name="pref_camera_instant_capture_value_aggressive_aec" translatable="false">1</string>
+ <string name="pref_camera_instant_capture_value_fast_aec" translatable="false">2</string>
<string name="pref_camera_instant_capture_value_disable" translatable="false">0</string>
<!-- Settings screen, ZSL location dialog choices -->