summaryrefslogtreecommitdiffstats
path: root/media_profiles.xml
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-05-06 10:06:36 -0700
committerJames Dong <jdong@google.com>2011-05-06 10:11:36 -0700
commitdb42553526308341ec73f6b39e3bfdd37c833ddd (patch)
tree08458ec4837649845c82e9f05de09480ae253386 /media_profiles.xml
parent176981834c80d50fbb931d297cf6d9bf1157e6da (diff)
downloaddevice_samsung_crespo-db42553526308341ec73f6b39e3bfdd37c833ddd.zip
device_samsung_crespo-db42553526308341ec73f6b39e3bfdd37c833ddd.tar.gz
device_samsung_crespo-db42553526308341ec73f6b39e3bfdd37c833ddd.tar.bz2
Rename the profiles and get rid of high and low profiles
Change-Id: I898fe4f02b4fb8fa691cf92a1a4fa9998226a5ef
Diffstat (limited to 'media_profiles.xml')
-rw-r--r--media_profiles.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/media_profiles.xml b/media_profiles.xml
index e57951d..3132f63 100644
--- a/media_profiles.xml
+++ b/media_profiles.xml
@@ -22,7 +22,7 @@
AudioDecoderCap)>
<!ELEMENT CamcorderProfiles (EncoderProfile+, ImageEncoding+, ImageDecoding, Camera)>
<!ELEMENT EncoderProfile (Video, Audio)>
-<!ATTLIST EncoderProfile quality (high|low) #REQUIRED>
+<!ATTLIST EncoderProfile quality (480p|qcif) #REQUIRED>
<!ATTLIST EncoderProfile fileFormat (mp4|3gp) #REQUIRED>
<!ATTLIST EncoderProfile duration (30|60) #REQUIRED>
<!ATTLIST EncoderProfile cameraId (0|1) #REQUIRED>
@@ -79,7 +79,7 @@
<!-- Each camcorder profile defines a set of predefined configuration parameters -->
<CamcorderProfiles cameraId="0">
- <EncoderProfile quality="high" fileFormat="mp4" duration="60">
+ <EncoderProfile quality="480p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="3000000"
width="720"
@@ -92,7 +92,7 @@
channels="1" />
</EncoderProfile>
- <EncoderProfile quality="low" fileFormat="3gp" duration="30">
+ <EncoderProfile quality="qcif" fileFormat="3gp" duration="30">
<Video codec="h264"
bitRate="256000"
width="176"
@@ -115,7 +115,7 @@
<CamcorderProfiles cameraId="1">
- <EncoderProfile quality="high" fileFormat="mp4" duration="60">
+ <EncoderProfile quality="480p" fileFormat="mp4" duration="60">
<Video codec="h264"
bitRate="1000000"
width="640"
@@ -128,7 +128,7 @@
channels="1" />
</EncoderProfile>
- <EncoderProfile quality="low" fileFormat="3gp" duration="30">
+ <EncoderProfile quality="qcif" fileFormat="3gp" duration="30">
<Video codec="h264"
bitRate="256000"
width="176"