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
commit3ca9153ae033c93cf46142ab77cf18681b5b27e3 (patch)
treec9662dd01843c5c494d18c884887d9cd2cf00fa2 /media_profiles.xml
parent90a046506762d6bf87684eef6becb587695dca30 (diff)
downloaddevice_samsung_tuna-3ca9153ae033c93cf46142ab77cf18681b5b27e3.zip
device_samsung_tuna-3ca9153ae033c93cf46142ab77cf18681b5b27e3.tar.gz
device_samsung_tuna-3ca9153ae033c93cf46142ab77cf18681b5b27e3.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"