summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-09-19 20:06:54 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-09-19 20:06:54 -0700
commit96c330cf4cbf2075c92d5cd03d30c5bace8d41e3 (patch)
treee13af7599924d56b6847dba153513d549ebbf34a
parente9ab081e1632c323d36957e04a54f89359fed90e (diff)
parent9ce5d15184f11185a39bb73df10e5a222d3e1fa1 (diff)
downloaddevice_samsung_tuna-96c330cf4cbf2075c92d5cd03d30c5bace8d41e3.zip
device_samsung_tuna-96c330cf4cbf2075c92d5cd03d30c5bace8d41e3.tar.gz
device_samsung_tuna-96c330cf4cbf2075c92d5cd03d30c5bace8d41e3.tar.bz2
Merge "Only use QVGA for mms" into ics-factoryrom
-rwxr-xr-xmedia_profiles.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/media_profiles.xml b/media_profiles.xml
index 89b7b6c..19dbda7 100755
--- a/media_profiles.xml
+++ b/media_profiles.xml
@@ -88,11 +88,11 @@
<!-- Each camcorder profile defines a set of predefined configuration parameters -->
<CamcorderProfiles cameraId="0">
- <EncoderProfile quality="qcif" fileFormat="mp4" duration="60">
+ <EncoderProfile quality="qvga" fileFormat="mp4" duration="60">
<Video codec="m4v"
bitRate="128000"
- width="176"
- height="144"
+ width="320"
+ height="240"
frameRate="15" />
<Audio codec="amrnb"
bitRate="12200"
@@ -222,11 +222,11 @@
<CamcorderProfiles cameraId="1">
- <EncoderProfile quality="qcif" fileFormat="mp4" duration="60">
+ <EncoderProfile quality="qvga" fileFormat="mp4" duration="60">
<Video codec="m4v"
bitRate="128000"
- width="176"
- height="144"
+ width="320"
+ height="240"
frameRate="15" />
<Audio codec="amrnb"
bitRate="12200"