summaryrefslogtreecommitdiffstats
path: root/media_profiles.xml
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-11-04 18:34:13 -0700
committerJames Dong <jdong@google.com>2011-11-04 18:38:43 -0700
commite2aa4fd72003e61c005636092c52154b5a8eff4e (patch)
tree8fe07d5c449128ddd7813a9b849c2c268e2273b2 /media_profiles.xml
parentf9a8cbcfffd293acfe6621338377f076e2960599 (diff)
downloaddevice_samsung_crespo-e2aa4fd72003e61c005636092c52154b5a8eff4e.zip
device_samsung_crespo-e2aa4fd72003e61c005636092c52154b5a8eff4e.tar.gz
device_samsung_crespo-e2aa4fd72003e61c005636092c52154b5a8eff4e.tar.bz2
Fix two issues in the media_profiles.xml file for crespo:
1. preview size 800x480 is not supported, change it to 720x480 2. the min frame rate 1fps is not supported, change it to 15fps Note the back camera on Nexus S supports 30 fps only, and the front camera supports 15 fps only, although variable frame rate is actually being used. Change-Id: I98afffa4d5b94e84fe11e0c60a63d2c7f23cc0d1 related-to-bug: 5554152
Diffstat (limited to 'media_profiles.xml')
-rw-r--r--media_profiles.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/media_profiles.xml b/media_profiles.xml
index 576bddc..b59682e 100644
--- a/media_profiles.xml
+++ b/media_profiles.xml
@@ -223,21 +223,21 @@
-->
<VideoEncoderCap name="h264" enabled="true"
minBitRate="64000" maxBitRate="3000000"
- minFrameWidth="176" maxFrameWidth="800"
+ minFrameWidth="176" maxFrameWidth="720"
minFrameHeight="144" maxFrameHeight="480"
- minFrameRate="1" maxFrameRate="30" />
+ minFrameRate="15" maxFrameRate="30" />
<VideoEncoderCap name="h263" enabled="true"
minBitRate="64000" maxBitRate="1000000"
- minFrameWidth="176" maxFrameWidth="800"
+ minFrameWidth="176" maxFrameWidth="720"
minFrameHeight="144" maxFrameHeight="480"
- minFrameRate="1" maxFrameRate="30" />
+ minFrameRate="15" maxFrameRate="30" />
<VideoEncoderCap name="m4v" enabled="true"
minBitRate="64000" maxBitRate="2000000"
- minFrameWidth="176" maxFrameWidth="800"
+ minFrameWidth="176" maxFrameWidth="720"
minFrameHeight="144" maxFrameHeight="480"
- minFrameRate="1" maxFrameRate="30" />
+ minFrameRate="15" maxFrameRate="30" />
<AudioEncoderCap name="aac" enabled="true"
minBitRate="8192" maxBitRate="96000"