summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
diff options
context:
space:
mode:
authorCamera Software Integration <camswint@localhost>2015-07-29 11:29:17 -0700
committerSteve Kondik <steve@cyngn.com>2016-08-25 21:55:20 -0700
commit92defff221591e21df85e8a1d33f54b469fb9fe0 (patch)
tree0ded86cf4a9fba938fbc92923baf23da3962879a /res/values/qcomstrings.xml
parent33c9194c9e208c78b34a33fa9de9d5c109f9ceb6 (diff)
downloadandroid_packages_apps_Snap-92defff221591e21df85e8a1d33f54b469fb9fe0.tar.gz
android_packages_apps_Snap-92defff221591e21df85e8a1d33f54b469fb9fe0.tar.bz2
android_packages_apps_Snap-92defff221591e21df85e8a1d33f54b469fb9fe0.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.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index f54df4f41..371c03ac8 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -195,6 +195,23 @@
<!-- Denoise -->
<string name="pref_camera_denoise_title">Denoise</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>
+
<string name="pref_camera_denoise_default" translatable="false">denoise-on</string>
<!-- ISO -->