summaryrefslogtreecommitdiffstats
path: root/res/values/qcomarrays.xml
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2015-10-01 02:01:58 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2015-10-01 02:01:58 -0700
commitd0497566f2fd33536017821429a904366a0bce0e (patch)
treec380acff95b20a25fa07fe7efc0d68552f4de4ef /res/values/qcomarrays.xml
parentdd45b816e73b8eb7a9641c45d50b99d96d2269f1 (diff)
parent0107667bcc0feeded880b76cc214d26f0efc9ccc (diff)
downloadandroid_packages_apps_Snap-d0497566f2fd33536017821429a904366a0bce0e.tar.gz
android_packages_apps_Snap-d0497566f2fd33536017821429a904366a0bce0e.tar.bz2
android_packages_apps_Snap-d0497566f2fd33536017821429a904366a0bce0e.zip
Merge "SnapdragonCamera: Add noise reduction modes."
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 364964404..bb7a4775a 100644
--- a/res/values/qcomarrays.xml
+++ b/res/values/qcomarrays.xml
@@ -435,6 +435,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>