summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorSai Kumar Sanagavarapu <ssanagav@codeaurora.org>2014-12-02 13:25:43 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2014-12-13 05:02:35 -0800
commit2b80b5abc38ea5d434f3ceac2c4f599ae2ed4dc0 (patch)
tree2489082f7045714682b0583f653fcaef7a3929fc /res/values
parentcda93e3f8a3ac1b4e6bbf871c6a0ed959e233dad (diff)
downloadandroid_packages_apps_Snap-2b80b5abc38ea5d434f3ceac2c4f599ae2ed4dc0.tar.gz
android_packages_apps_Snap-2b80b5abc38ea5d434f3ceac2c4f599ae2ed4dc0.tar.bz2
android_packages_apps_Snap-2b80b5abc38ea5d434f3ceac2c4f599ae2ed4dc0.zip
SnapdragonCamera: Add HVGA (480x360) video quality.
Add support for HVGA (480x360) video quality in camcorder settings. Change-Id: I3fd2bf4c266f2068cbe83301184d421e9278928e
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml2
-rw-r--r--res/values/qcomstrings.xml2
2 files changed, 4 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 408d5064d..581146cc6 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -26,6 +26,7 @@
<item>@string/pref_video_quality_entry_fwvga</item>
<item>@string/pref_video_quality_entry_wvga</item>
<item>@string/pref_video_quality_entry_vga</item>
+ <item>@string/pref_video_quality_entry_hvga</item>
<item>@string/pref_video_quality_entry_wqvga</item>
<item>@string/pref_video_quality_entry_cif</item>
<item>@string/pref_video_quality_entry_qvga</item>
@@ -40,6 +41,7 @@
<item>864x480</item>
<item>800x480</item>
<item>640x480</item>
+ <item>480x360</item>
<item>400x240</item>
<item>352x288</item>
<item>320x240</item>
diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml
index 7e4988a01..faf21e681 100644
--- a/res/values/qcomstrings.xml
+++ b/res/values/qcomstrings.xml
@@ -25,6 +25,8 @@
<string name="pref_video_quality_entry_wvga" translatable="false">WVGA</string>
<!-- Video quality setting entry. Videos will be recorded in VGA quality. [CHAR LIMIT=24] -->
<string name="pref_video_quality_entry_vga" translatable="false">VGA</string>
+ <!-- Video quality setting entry. Videos will be recorded in HVGA quality. [CHAR LIMIT=24] -->
+ <string name="pref_video_quality_entry_hvga" translatable="false">HVGA</string>
<!-- Video quality setting entry. Videos will be recorded in WQVGA quality. [CHAR LIMIT=24] -->
<string name="pref_video_quality_entry_wqvga" translatable="false">WQVGA</string>
<!-- Video quality setting entry. Videos will be recorded in CIF quality. [CHAR LIMIT=24] -->