summaryrefslogtreecommitdiffstats
path: root/res/values/qcomarrays.xml
diff options
context:
space:
mode:
authorNeelam Abhinav Karthik <aneelam@codeaurora.org>2015-07-29 11:29:17 -0700
committerNeelam Abhinav Karthik <aneelam@codeaurora.org>2015-09-28 23:10:43 +0530
commit0107667bcc0feeded880b76cc214d26f0efc9ccc (patch)
treee53644bcfd3cd850fb52f30fcb51e9928f766224 /res/values/qcomarrays.xml
parent23362f853387904fa887d3d97271460a509830c8 (diff)
downloadandroid_packages_apps_Snap-0107667bcc0feeded880b76cc214d26f0efc9ccc.tar.gz
android_packages_apps_Snap-0107667bcc0feeded880b76cc214d26f0efc9ccc.tar.bz2
android_packages_apps_Snap-0107667bcc0feeded880b76cc214d26f0efc9ccc.zip
SnapdragonCamera: Add noise reduction modes.
- Add menu for noise reduction modes Change-Id: Ie5cd6590e08938fb8fbb668ac1b48aac5fe801c3
Diffstat (limited to 'res/values/qcomarrays.xml')
-rw-r--r--res/values/qcomarrays.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/values/qcomarrays.xml b/res/values/qcomarrays.xml
index 02686864e..f21e52bb4 100644
--- a/res/values/qcomarrays.xml
+++ b/res/values/qcomarrays.xml
@@ -453,6 +453,19 @@
<item>@string/pref_camera_hfr_value_hsr_120</item>
</string-array>
+ <!-- Video Preferences Noise Reduction dialog box entries -->
+ <string-array name="pref_camera_noise_reduction_entries">
+ <item>@string/pref_camera_noise_reduction_entry_off</item>
+ <item>@string/pref_camera_noise_reduction_entry_fast</item>
+ <item>@string/pref_camera_noise_reduction_entry_high_quality</item>
+ </string-array>
+ <!-- Do not localize entryvalues -->
+ <string-array name="pref_camera_noise_reduction_entryvalues">
+ <item>@string/pref_camera_noise_reduction_value_off</item>
+ <item>@string/pref_camera_noise_reduction_value_fast</item>
+ <item>@string/pref_camera_noise_reduction_value_high_quality</item>
+ </string-array>
+
<!-- Video Preferences See More dialog box entries -->
<string-array name="pref_camera_see_more_entries">
<item>@string/pref_camera_see_more_entry_off</item>