summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-09-19 20:06:58 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-09-19 20:06:58 -0700
commita555a5681f964aaace10c79ecf4659c3fec3df50 (patch)
tree2d198e42237ced439f292a7da4c22d991f124908 /src
parente197758482d031994a2040cb9d0da87bc436c7ca (diff)
parente77bc2918d46c2e896f0517cbb42eac816c80438 (diff)
downloadLegacyCamera-a555a5681f964aaace10c79ecf4659c3fec3df50.zip
LegacyCamera-a555a5681f964aaace10c79ecf4659c3fec3df50.tar.gz
LegacyCamera-a555a5681f964aaace10c79ecf4659c3fec3df50.tar.bz2
Merge "Support QVGA resolution in video recording" into ics-factoryrom
Diffstat (limited to 'src')
-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 5c3e160..8a4784e 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};
/**