summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorAbhishek Pant <apant@codeaurora.org>2013-11-28 15:18:20 +0530
committerAbhishek Pant <apant@codeaurora.org>2013-12-04 13:29:21 +0530
commit47e7dd7a0d40d4959f9324981830e6cbacfcfc68 (patch)
tree8e3d1dd7dfcb236842681357b260ced0685747c0 /res/values/strings.xml
parent1c7734057201ffd1b6d165d9e24793ef3d213043 (diff)
downloadandroid_packages_apps_Snap-47e7dd7a0d40d4959f9324981830e6cbacfcfc68.tar.gz
android_packages_apps_Snap-47e7dd7a0d40d4959f9324981830e6cbacfcfc68.tar.bz2
android_packages_apps_Snap-47e7dd7a0d40d4959f9324981830e6cbacfcfc68.zip
Camera2: Adding support for 4kx2k resolution
Adding support for 4kx2k resolution for camcorder in the app. Change-Id: Ib186c3464fe4d90f0c085a8a40ee5dd860034503 CRs-fixed: 578625
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 04b765879..dfee17b37 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -230,6 +230,14 @@
<string name="pref_video_quality_title">Video quality</string>
<!-- The default quality value is 3 (CIF) -->
<string name="pref_video_quality_default" translatable="false">3</string>
+ <!-- Video quality setting entry.
+ Videos will be recorded in 4k DCI quality. [CHAR LIMIT=24] -->
+ <string name="pref_video_quality_entry_4kdci" translatable="false">
+ 4k DCI</string>
+ <!-- Video quality setting entry.
+ Videos will be recorded in 4k UHD quality. [CHAR LIMIT=24] -->
+ <string name="pref_video_quality_entry_4kuhd" translatable="false">
+ 4k UHD</string>
<!-- Video quality setting entry. Videos will be recorded in 1080p quality. [CHAR LIMIT=24] -->
<string name="pref_video_quality_entry_1080p" translatable="false">HD 1080p</string>
<!-- Video quality setting entry. Videos will be recorded in 720p quality. [CHAR LIMIT=24] -->