summaryrefslogtreecommitdiffstats
path: root/res/values/qcomarrays.xml
diff options
context:
space:
mode:
authorSai Kumar Sanagavarapu <ssanagav@codeaurora.org>2014-10-01 20:44:47 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2014-11-07 20:22:01 -0800
commitbf809d3a0e1039c95a186597a22c012db786709b (patch)
tree0d83758d9dad4ed2989fb57c95734498ca476b4f /res/values/qcomarrays.xml
parent25dee8bc2d2fc082e11649b3f226e0908dd92ad6 (diff)
downloadandroid_packages_apps_Snap-bf809d3a0e1039c95a186597a22c012db786709b.tar.gz
android_packages_apps_Snap-bf809d3a0e1039c95a186597a22c012db786709b.tar.bz2
android_packages_apps_Snap-bf809d3a0e1039c95a186597a22c012db786709b.zip
SnapdragonCamera: Add support for manual 3A params.
Add UI support to take inputs from user for the following 3A paramters 1. Manual focus : a. Scale mode 0-100 b. Diopter mode 0-10 2.White balance: a. CCT b. RGB gains 3. Exposure control a. ISO b. exposure time Change-Id: I92ea3719fa2224e02943bb2191987c7654aaf9ea
Diffstat (limited to 'res/values/qcomarrays.xml')
-rw-r--r--res/values/qcomarrays.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/res/values/qcomarrays.xml b/res/values/qcomarrays.xml
index 9b71634a2..0b1037e72 100644
--- a/res/values/qcomarrays.xml
+++ b/res/values/qcomarrays.xml
@@ -559,6 +559,45 @@
<item>@string/pref_camera_selectablezoneaf_value_frameaverage</item>
</string-array>
+
+ <string-array name="pref_camera_manual_exp_entries" translatable="false">
+ <item>@string/pref_camera_manual_exp_entry_ISO_priority</item>
+ <item>@string/pref_camera_manual_exp_entry_exptime_priority</item>
+ <item>@string/pref_camera_manual_exp_entry_user_setting</item>
+ <item>@string/pref_camera_manual_exp_entry_off</item>
+ </string-array>
+
+ <string-array name="pref_camera_manual_exp_entry_values" translatable="false">
+ <item>@string/pref_camera_manual_exp_value_ISO_priority</item>
+ <item>@string/pref_camera_manual_exp_value_exptime_priority</item>
+ <item>@string/pref_camera_manual_exp_value_user_setting</item>
+ <item>@string/pref_camera_manual_exp_value_off</item>
+ </string-array>
+
+ <string-array name="pref_camera_manual_wb_entries" translatable="false">
+ <item>@string/pref_camera_manual_wb_entry_color_temperature</item>
+ <item>@string/pref_camera_manual_wb_entry_rbgb_gains</item>
+ <item>@string/pref_camera_manual_wb_entry_off</item>
+ </string-array>
+
+ <string-array name="pref_camera_manual_wb_entry_values" translatable="false">
+ <item>@string/pref_camera_manual_wb_value_color_temperature</item>
+ <item>@string/pref_camera_manual_wb_value_rbgb_gains</item>
+ <item>@string/pref_camera_manual_wb_value_off</item>
+ </string-array>
+
+ <string-array name="pref_camera_manual_focus_entries" translatable="false">
+ <item>@string/pref_camera_manual_focus_entry_scale_mode</item>
+ <item>@string/pref_camera_manual_focus_entry_diopter_mode</item>
+ <item>@string/pref_camera_manual_focus_entry_off</item>
+ </string-array>
+
+ <string-array name="pref_camera_manual_focus_entry_values" translatable="false">
+ <item>@string/pref_camera_manual_focus_value_scale_mode</item>
+ <item>@string/pref_camera_manual_focus_value_diopter_mode</item>
+ <item>@string/pref_camera_manual_focus_value_off</item>
+ </string-array>
+
<!-- ZSL dialog box entries -->
<string-array name="pref_camera_zsl_entries" translatable="false">
<item>@string/pref_camera_zsl_entry_off</item>