summaryrefslogtreecommitdiffstats
path: root/media_profiles.xml
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-09-19 16:23:56 -0700
committerJames Dong <jdong@google.com>2011-09-19 17:00:33 -0700
commitb373ab07680099378772cbec938fe035b4e7c6ad (patch)
tree6abc259b63d1d4e073c0366c410ec7a730cf2132 /media_profiles.xml
parent9880c1af31c1be202fdb50214a481205f714a26e (diff)
downloaddevice_samsung_tuna-b373ab07680099378772cbec938fe035b4e7c6ad.zip
device_samsung_tuna-b373ab07680099378772cbec938fe035b4e7c6ad.tar.gz
device_samsung_tuna-b373ab07680099378772cbec938fe035b4e7c6ad.tar.bz2
Only use QVGA for mms
Change-Id: Ie39d443e2d615bdd185c9e73eb74cd8e0c1fba7a related-to-bug: 5145483
Diffstat (limited to 'media_profiles.xml')
-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"