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
commit9ce5d15184f11185a39bb73df10e5a222d3e1fa1 (patch)
treee89b635e0546748a04f182d2761a6ce1496215c8 /media_profiles.xml
parent3f733810860a89b310ef881a05f10b724af70293 (diff)
downloaddevice_samsung_tuna-9ce5d15184f11185a39bb73df10e5a222d3e1fa1.zip
device_samsung_tuna-9ce5d15184f11185a39bb73df10e5a222d3e1fa1.tar.gz
device_samsung_tuna-9ce5d15184f11185a39bb73df10e5a222d3e1fa1.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"