summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-09-19 19:29:08 -0700
committerJames Dong <jdong@google.com>2011-09-19 19:29:08 -0700
commite77bc2918d46c2e896f0517cbb42eac816c80438 (patch)
treefec89c5f8e056c09f2961bcc9c5ae285ee4cbb2b /src/com
parent2840a842f03a9c716664c5e52d4bee44987f2f2b (diff)
downloadLegacyCamera-e77bc2918d46c2e896f0517cbb42eac816c80438.zip
LegacyCamera-e77bc2918d46c2e896f0517cbb42eac816c80438.tar.gz
LegacyCamera-e77bc2918d46c2e896f0517cbb42eac816c80438.tar.bz2
Support QVGA resolution in video recording
Change-Id: I06a174a2da8938247d800d4c03029e052a681cd1 related-to-bug: 5145483
Diffstat (limited to 'src/com')
-rw-r--r--src/com/android/camera/VideoCamera.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/camera/VideoCamera.java b/src/com/android/camera/VideoCamera.java
index d6a7e89..4b36b1e 100644
--- a/src/com/android/camera/VideoCamera.java
+++ b/src/com/android/camera/VideoCamera.java
@@ -111,6 +111,7 @@ public class VideoCamera extends ActivityBase
CamcorderProfile.QUALITY_TIME_LAPSE_720P,
CamcorderProfile.QUALITY_TIME_LAPSE_480P,
CamcorderProfile.QUALITY_TIME_LAPSE_CIF,
+ CamcorderProfile.QUALITY_TIME_LAPSE_QVGA,
CamcorderProfile.QUALITY_TIME_LAPSE_QCIF};
private static final int[] VIDEO_QUALITY = {
@@ -118,6 +119,7 @@ public class VideoCamera extends ActivityBase
CamcorderProfile.QUALITY_720P,
CamcorderProfile.QUALITY_480P,
CamcorderProfile.QUALITY_CIF,
+ CamcorderProfile.QUALITY_QVGA,
CamcorderProfile.QUALITY_QCIF};
/**