summaryrefslogtreecommitdiff
path: root/media_profiles.xml
diff options
context:
space:
mode:
authorRanjith Kagathi Ananda <ranjith@codeaurora.org>2015-08-11 15:40:33 -0700
committerVineeta Srivastava <vsrivastava@google.com>2015-08-12 00:03:13 -0700
commiteca0655fe25b52545069ff200b9ee0d14e8828ed (patch)
tree5b82b21562175c9888856566ca22c5d711829b4d /media_profiles.xml
parentdff88f47cf25d2cc6918b28b8f1e02ad3a3d6125 (diff)
downloadbullhead-eca0655fe25b52545069ff200b9ee0d14e8828ed.tar.gz
media_profiles: Remove high-speed 480p profile
- Do not advertize highspeed 480p@240 profile as this is not a product requirement. And CTS2 test testConstrainedHighSpeedCapability fails if advertized. - Advertize 720p@480 as both high-speed-high and high-speed-low profiles. Not advertising either or both of these causes the CTS1 test CamcorderProfileTest to fail Change-Id: Ibb37ac4e22730891d1c82e278cbadd7a70899dc6
Diffstat (limited to 'media_profiles.xml')
-rw-r--r--media_profiles.xml21
1 files changed, 4 insertions, 17 deletions
diff --git a/media_profiles.xml b/media_profiles.xml
index d068588..e879a1e 100644
--- a/media_profiles.xml
+++ b/media_profiles.xml
@@ -266,25 +266,12 @@
channels="1" />
</EncoderProfile>
- <!-- CAMCORDER_QUALITY_HIGH_SPEED_LOW/480P : 480p@240fps; 24.5 Mbps -->
+ <!-- CAMCORDER_QUALITY_HIGH_SPEED_LOW/720P : 720p@240fps; 55.0 Mbps -->
<EncoderProfile quality="highspeedlow" fileFormat="mp4" duration="30">
<Video codec="h264"
- bitRate="24500000"
- width="720"
- height="480"
- frameRate="240" />
- <!-- audio setting is ignored -->
- <Audio codec="aac"
- bitRate="96000"
- sampleRate="48000"
- channels="1" />
- </EncoderProfile>
-
- <EncoderProfile quality="highspeed480p" fileFormat="mp4" duration="30">
- <Video codec="h264"
- bitRate="24500000"
- width="720"
- height="480"
+ bitRate="55000000"
+ width="1280"
+ height="720"
frameRate="240" />
<!-- audio setting is ignored -->
<Audio codec="aac"