summaryrefslogtreecommitdiffstats
path: root/res/values/qcomstrings.xml
diff options
context:
space:
mode:
authorVijay kumar Tumati <vtumati@codeaurora.org>2014-03-05 15:54:22 +0530
committerVijay kumar Tumati <vtumati@codeaurora.org>2014-07-16 10:58:02 +0530
commitfd5878c075348cd1c0ccd16480c80e38b43ca675 (patch)
tree5e7285ebb47864e060e724b72545328ef18bbb07 /res/values/qcomstrings.xml
parent38cc61512bb6615e52bc373986edfadb039c7753 (diff)
downloadandroid_packages_apps_Snap-fd5878c075348cd1c0ccd16480c80e38b43ca675.tar.gz
android_packages_apps_Snap-fd5878c075348cd1c0ccd16480c80e38b43ca675.tar.bz2
android_packages_apps_Snap-fd5878c075348cd1c0ccd16480c80e38b43ca675.zip
Camera: Add HSR 60 and HSR 90 modes
Adding 2 more modes 60 and 90 to HSR feature. HSR - High speed recording where video is recorded at the same fps at which camera is pumping frames. CRs-Fixed: 629713 Change-Id: I31a13f8d5db8c94be7bafb7506bafe268b764362
Diffstat (limited to 'res/values/qcomstrings.xml')
-rw-r--r--res/values/qcomstrings.xml16
1 files changed, 10 insertions, 6 deletions
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index f3617aaa8..6d1815a77 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -213,7 +213,7 @@
<!-- The message is shown in dialog when the app
encounters an unsupported resolution for HSR mode -->
<string name="error_app_unsupported_hsr">
- HSR(120 FPS) is not supported for selected resolution
+ HSR is not supported for selected resolution
</string>
<!-- The message is shown in dialog when the app encounters an unsupported video codec for HFR mode -->
@@ -265,14 +265,18 @@
<string name="pref_camera_hfr_entry_2x">HFR 60</string>
<string name="pref_camera_hfr_entry_3x">HFR 90</string>
<string name="pref_camera_hfr_entry_4x">HFR 120</string>
- <string name="pref_camera_hfr_entry_hsr">HSR 120</string>
+ <string name="pref_camera_hfr_entry_hsr_60">HSR 60</string>
+ <string name="pref_camera_hfr_entry_hsr_90">HSR 90</string>
+ <string name="pref_camera_hfr_entry_hsr_120">HSR 120</string>
<!-- HFR entry values. Do not translate. -->
<string name="pref_camera_hfr_value_off">off</string>
- <string name="pref_camera_hfr_value_2x">60</string>
- <string name="pref_camera_hfr_value_3x">90</string>
- <string name="pref_camera_hfr_value_4x">120</string>
- <string name="pref_camera_hfr_value_hsr">hsr</string>
+ <string name="pref_camera_hfr_value_2x">hfr60</string>
+ <string name="pref_camera_hfr_value_3x">hfr90</string>
+ <string name="pref_camera_hfr_value_4x">hfr120</string>
+ <string name="pref_camera_hfr_value_hsr_60">hsr60</string>
+ <string name="pref_camera_hfr_value_hsr_90">hsr90</string>
+ <string name="pref_camera_hfr_value_hsr_120">hsr120</string>
<!-- Denoise Settings screen, setting title text -->
<string name="pref_camera_denoise_title">Wavelet Denoise Mode</string>