summaryrefslogtreecommitdiffstats
path: root/media_profiles.xml
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-09-07 19:43:42 -0700
committerJames Dong <jdong@google.com>2011-09-09 14:48:11 -0700
commit3b445e8000b5eca5a9a1bed15a8effcba371757b (patch)
treec0c593ceedb85a46f1760ca154c12c581d5e4069 /media_profiles.xml
parente7839351d99bf9cbc56a356a3093697b83b49339 (diff)
downloaddevice_samsung_tuna-3b445e8000b5eca5a9a1bed15a8effcba371757b.zip
device_samsung_tuna-3b445e8000b5eca5a9a1bed15a8effcba371757b.tar.gz
device_samsung_tuna-3b445e8000b5eca5a9a1bed15a8effcba371757b.tar.bz2
Correct the min frame rate settings for the video encoders
Set the actual frame rate for MMS setting to use 15fps Change-Id: I2528993d1d9a122f76a80712c969c8c55c6e688d related-to-bug: 5145483
Diffstat (limited to 'media_profiles.xml')
-rwxr-xr-xmedia_profiles.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/media_profiles.xml b/media_profiles.xml
index f08c061..89b7b6c 100755
--- a/media_profiles.xml
+++ b/media_profiles.xml
@@ -93,7 +93,7 @@
bitRate="128000"
width="176"
height="144"
- frameRate="30" />
+ frameRate="15" />
<Audio codec="amrnb"
bitRate="12200"
sampleRate="8000"
@@ -227,7 +227,7 @@
bitRate="128000"
width="176"
height="144"
- frameRate="30" />
+ frameRate="15" />
<Audio codec="amrnb"
bitRate="12200"
sampleRate="8000"
@@ -341,19 +341,19 @@
minBitRate="64000" maxBitRate="17000000"
minFrameWidth="176" maxFrameWidth="1920"
minFrameHeight="144" maxFrameHeight="1080"
- minFrameRate="1" maxFrameRate="30" />
+ minFrameRate="15" maxFrameRate="30" />
<VideoEncoderCap name="h263" enabled="true"
minBitRate="64000" maxBitRate="4000000"
minFrameWidth="176" maxFrameWidth="1920"
minFrameHeight="144" maxFrameHeight="1080"
- minFrameRate="1" maxFrameRate="30" />
+ minFrameRate="15" maxFrameRate="30" />
<VideoEncoderCap name="m4v" enabled="true"
minBitRate="64000" maxBitRate="4000000"
minFrameWidth="176" maxFrameWidth="1920"
minFrameHeight="144" maxFrameHeight="1080"
- minFrameRate="1" maxFrameRate="30" />
+ minFrameRate="15" maxFrameRate="30" />
<AudioEncoderCap name="aac" enabled="true"
minBitRate="8000" maxBitRate="96000"