summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.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/qcomstrings.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/qcomstrings.xml')
-rw-r--r--res/values/qcomstrings.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index eace72dad..23ee4427d 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -393,6 +393,22 @@
<string name="pref_camera_hfr_value_hsr_90">hsr90</string>
<string name="pref_camera_hfr_value_hsr_120">hsr120</string>
+ <!-- Default noise reduction setting. Do not translate. -->
+ <string name="pref_camera_noise_reduction_default">off</string>
+
+ <!-- Settings screen, Select See More title -->
+ <string name="pref_camera_noise_reduction_title">Noise Reduction</string>
+
+ <!-- Settings screen, see more radio button choices -->
+ <string name="pref_camera_noise_reduction_entry_off">Off</string>
+ <string name="pref_camera_noise_reduction_entry_fast">Fast</string>
+ <string name="pref_camera_noise_reduction_entry_high_quality">High Quality</string>
+
+ <!-- see more entry values. Do not translate. -->
+ <string name="pref_camera_noise_reduction_value_off">off</string>
+ <string name="pref_camera_noise_reduction_value_fast">fast</string>
+ <string name="pref_camera_noise_reduction_value_high_quality">high-quality</string>
+
<!-- Default see more setting. Do not translate. -->
<string name="pref_camera_see_more_default">off</string>