summaryrefslogtreecommitdiffstats
path: root/res/values/qcomarrays.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/qcomarrays.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/qcomarrays.xml')
-rw-r--r--res/values/qcomarrays.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/res/values/qcomarrays.xml b/res/values/qcomarrays.xml
index a87977d66..2b1fade1c 100644
--- a/res/values/qcomarrays.xml
+++ b/res/values/qcomarrays.xml
@@ -404,7 +404,9 @@
<item>@string/pref_camera_hfr_entry_2x</item>
<item>@string/pref_camera_hfr_entry_3x</item>
<item>@string/pref_camera_hfr_entry_4x</item>
- <item>@string/pref_camera_hfr_entry_hsr</item>
+ <item>@string/pref_camera_hfr_entry_hsr_60</item>
+ <item>@string/pref_camera_hfr_entry_hsr_90</item>
+ <item>@string/pref_camera_hfr_entry_hsr_120</item>
</string-array>
<!-- Do not localize entryvalues -->
@@ -413,7 +415,9 @@
<item>@string/pref_camera_hfr_value_2x</item>
<item>@string/pref_camera_hfr_value_3x</item>
<item>@string/pref_camera_hfr_value_4x</item>
- <item>@string/pref_camera_hfr_value_hsr</item>
+ <item>@string/pref_camera_hfr_value_hsr_60</item>
+ <item>@string/pref_camera_hfr_value_hsr_90</item>
+ <item>@string/pref_camera_hfr_value_hsr_120</item>
</string-array>
<!-- Do not localize entryvalues -->