summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorAlok Kediya <kediya@codeaurora.org>2013-09-23 14:31:42 +0530
committerLinux Build Service Account <lnxbuild@localhost>2013-10-31 19:38:25 -0600
commitaed65253fb207b952a29e416a02d5b9a0c492416 (patch)
tree541d555d05d0a4da1ab25cb7720084ff23cc599e /res/values/strings.xml
parente04982ad43fa3672cadf821a1bbc9c6454ce20f3 (diff)
downloadandroid_packages_apps_Snap-aed65253fb207b952a29e416a02d5b9a0c492416.tar.gz
android_packages_apps_Snap-aed65253fb207b952a29e416a02d5b9a0c492416.tar.bz2
android_packages_apps_Snap-aed65253fb207b952a29e416a02d5b9a0c492416.zip
Camera: Add initial QCom value add features.
- Enhance the camera picture size table by adding more number of supported resolutions. - Enhance the camcorder menu by adding support for additional video and audio codecs. - Also provide option to select the duration of the recording clip. (cherry picked from commit 7a5402332f3b527767b85c1fc112880d02a47c0e) Change-Id: I553d4eb74337701bc57d069c8374646a7e15c2d5 (cherry picked from commit cdffd7510e1f9a236e43438f035bc5be9e3c0c17) (cherry picked from commit 93c32e9e069d7c48b71fbbe45cae59a54df443ec) (cherry picked from commit f6b24346ab9d28953a5697924d6815ed2c006cf3)
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 352fab5d4..04b765879 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -228,18 +228,14 @@
<!-- The Video quality settings in preference [CHAR LIMIT=21] -->
<string name="pref_video_quality_title">Video quality</string>
- <!-- The default quality value is 5 (720p) -->
- <string name="pref_video_quality_default" translatable="false">5</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 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] -->
<string name="pref_video_quality_entry_720p" translatable="false">HD 720p</string>
<!-- Video quality setting entry. Videos will be recorded in 480p quality. [CHAR LIMIT=24] -->
<string name="pref_video_quality_entry_480p" translatable="false">SD 480p</string>
- <!-- Video quality setting entry. Videos will be recorded in the highest quality available on the device. [CHAR LIMIT=24] -->
- <string name="pref_video_quality_entry_high">High</string>
- <!-- Video quality setting entry. Videos will be recorded in the lowest quality available on the device. [CHAR LIMIT=24] -->
- <string name="pref_video_quality_entry_low">Low</string>
<!-- Describes the preference dialog for choosing interval between frame capture for
time lapse recording. Appears at top of the dialog. [CHAR LIMIT=30] -->
@@ -257,6 +253,8 @@
<!-- Settings screen, dialog choice for 13 megapixels picture size [CHAR LIMIT=20] -->
<string name="pref_camera_picturesize_entry_13mp">13M pixels</string>
+ <!-- Settings screen, dialog choice for 12 megapixels picture size [CHAR LIMIT=20] -->
+ <string name="pref_camera_picturesize_entry_12mp">12M pixels</string>
<!-- Settings screen, dialog choice for 8 megapixels picture size [CHAR LIMIT=20] -->
<string name="pref_camera_picturesize_entry_8mp">8M pixels</string>
<!-- Settings screen, dialog choice for 5 megapixels picture size [CHAR LIMIT=20] -->