summaryrefslogtreecommitdiff
path: root/media_codecs.xml
diff options
context:
space:
mode:
authorPraveen Chavan <pchavan@quicinc.com>2019-06-26 17:11:33 -0700
committerLajos Molnar <lajos@google.com>2019-06-26 20:29:26 -0700
commitea48d320e2404403c0fe0c0eecfce5858c8fabc9 (patch)
treecaa357612ad9065357b1c1880e4c90836a75260c /media_codecs.xml
parentc36ba01c5a6137f8ce500e063467ea47e95e9c37 (diff)
downloadbonito-ea48d320e2404403c0fe0c0eecfce5858c8fabc9.tar.gz
media: Use media_codecs_c2.xml from HW codec2 service git
Remove C2 HW components from media_codecs.xml and include them from the HW HAL path Bug: 132939417 Change-Id: Ief78a4bd34fe8dd7f9f4188a3d6e98f464aad096
Diffstat (limited to 'media_codecs.xml')
-rw-r--r--media_codecs.xml191
1 files changed, 2 insertions, 189 deletions
diff --git a/media_codecs.xml b/media_codecs.xml
index 062b94d4..97a80b6c 100644
--- a/media_codecs.xml
+++ b/media_codecs.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--
- Copyright (C) 2018 The Android Open Source Project
+ Copyright (C) 2018-2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -15,198 +15,11 @@
limitations under the License.
-->
-<!--
- 670 Non-Secure decoder capabilities
- _________________________________________________________
- | Codec | W H fps Mbps MB/s |
- |_____________|_________________________________________|
- | h264 | 4096 2160 24 100 829440 |
- | hevc | 4096 2160 24 100 829440 |
- | mpeg4-sw | 1920 1088 30 40 244800 |
- | vp8 | 3840 2160 30 100 972000 |
- | vp9 | 4096 2160 24 100 829440 |
- | vc1 | 1920 1088 30 20 244800 |
- | div4/5/6-sw | 1920 1088 30 10 244800 |
- | h263-sw | 864 480 30 16 48600 |
- | mpeg2 | 1920 1088 30 40 244800 |
- |_____________|_________________________________________|
-
- 670 Secure decoder capabilities
- ______________________________________________________
- | Codec | W H fps Mbps MB/s |
- |__________|_________________________________________|
- | h264 | 3840 2160 30 35 972000 |
- | vp9 | 3840 2160 30 35 972000 |
- | hevc | 3840 2160 30 35 972000 |
- | mpeg2 | 1920 1088 30 35 244800 |
- |__________|_________________________________________|
-
- 670 Non-Secure encoder capabilities (Secure not supported)
- ______________________________________________________
- | Codec | W H fps Mbps MB/s |
- |__________|_________________________________________|
- | h264 | 4096 2160 24 100 829440 |
- | hevc | 4096 2160 24 100 829440 |
- | mpeg4-sw | 1280 720 30 4 108000 |
- | vp8 | 3840 2160 30 100 972000 |
- | h263-sw | 864 480 30 2 48600 |
- |__________|_________________________________________|
--->
-
<MediaCodecs>
+ <Include href="media_codecs_c2.xml" />
<Include href="media_codecs_omx.xml" />
<Settings>
<Setting name="max-video-encoder-input-buffers" value="11" />
<Domain name="telephony" enabled="true" />
</Settings>
- <Decoders>
- <!-- C2 decoders -->
- <MediaCodec name="c2.qti.avc.decoder" type="video/avc">
- <Alias name="OMX.qcom.video.decoder.avc" />
- <Limit name="size" min="96x96" max="4096x2160" />
- <Limit name="alignment" value="2x2" />
- <Limit name="block-size" value="16x16" />
- <Limit name="blocks-per-second" range="24-979200" />
- <Limit name="bitrate" range="1-100000000" />
- <Limit name="frame-rate" range="1-240" />
- <Limit name="concurrent-instances" max="16" />
- <Limit name="performance-point-4096x2304" value="56" />
- <Limit name="performance-point-3840x2160" value="60" />
- <Limit name="performance-point-1920x1080" value="240" />
- <Feature name="adaptive-playback" />
- </MediaCodec>
- <MediaCodec name="c2.qti.avc.decoder.secure" type="video/avc" >
- <Alias name="OMX.qcom.video.decoder.avc.secure" />
- <Limit name="size" min="96x96" max="3840x2160" />
- <Limit name="alignment" value="2x2" />
- <Limit name="block-size" value="16x16" />
- <Limit name="blocks-per-second" min="1" max="972000" />
- <Limit name="bitrate" range="1-35000000" />
- <Limit name="frame-rate" range="1-30" />
- <Limit name="concurrent-instances" max="6" />
- <Limit name="performance-point-4096x2304" value="56" />
- <Limit name="performance-point-3840x2160" value="60" />
- <Limit name="performance-point-1920x1080" value="240" />
- <Feature name="adaptive-playback" />
- <Feature name="secure-playback" required="true" />
- </MediaCodec>
- <MediaCodec name="c2.qti.hevc.decoder" type="video/hevc" >
- <Alias name="OMX.qcom.video.decoder.hevc" />
- <Limit name="size" min="96x96" max="4096x2160" />
- <Limit name="alignment" value="2x2" />
- <Limit name="block-size" value="16x16" />
- <Limit name="blocks-per-second" min="24" max="979200" />
- <Limit name="bitrate" range="1-100000000" />
- <Limit name="frame-rate" range="1-240" />
- <Limit name="concurrent-instances" max="16" />
- <Limit name="performance-point-4096x2304" value="56" />
- <Limit name="performance-point-3840x2160" value="60" />
- <Limit name="performance-point-1920x1080" value="240" />
- <Feature name="adaptive-playback" />
- </MediaCodec>
- <MediaCodec name="c2.qti.hevc.decoder.secure" type="video/hevc" >
- <Alias name="OMX.qcom.video.decoder.hevc.secure" />
- <Limit name="size" min="96x96" max="4096x2160" />
- <Limit name="alignment" value="2x2" />
- <Limit name="block-size" value="16x16" />
- <Limit name="blocks-per-second" min="24" max="979200" />
- <Limit name="bitrate" range="1-100000000" />
- <Limit name="frame-rate" range="1-240" />
- <Limit name="concurrent-instances" max="6" />
- <Limit name="performance-point-4096x2304" value="56" />
- <Limit name="performance-point-3840x2160" value="60" />
- <Limit name="performance-point-1920x1080" value="240" />
- <Feature name="adaptive-playback" />
- <Feature name="secure-playback" required="true" />
- </MediaCodec>
- <MediaCodec name="c2.qti.vp8.decoder" type="video/x-vnd.on2.vp8" >
- <Alias name="OMX.qcom.video.decoder.vp8" />
- <Limit name="size" min="96x96" max="3840x2160" />
- <Limit name="alignment" value="2x2" />
- <Limit name="block-size" value="16x16" />
- <Limit name="blocks-per-second" min="24" max="979200" />
- <Limit name="bitrate" range="1-100000000" />
- <Limit name="frame-rate" range="1-240" />
- <Limit name="concurrent-instances" max="16" />
- <Limit name="performance-point-4096x2304" value="28" />
- <Limit name="performance-point-3840x2160" value="30" />
- <Limit name="performance-point-1920x1080" value="120" />
- <Limit name="performance-point-1280x720" value="240" />
- <Feature name="adaptive-playback" />
- </MediaCodec>
- <MediaCodec name="c2.qti.vp9.decoder" type="video/x-vnd.on2.vp9" >
- <Alias name="OMX.qcom.video.decoder.vp9" />
- <Limit name="size" min="96x96" max="4096x2160" />
- <Limit name="alignment" value="2x2" />
- <Limit name="block-size" value="16x16" />
- <Limit name="blocks-per-second" min="24" max="979200" />
- <Limit name="bitrate" range="1-120000000" />
- <Limit name="frame-rate" range="1-240" />
- <Limit name="concurrent-instances" max="6" />
- <Limit name="performance-point-4096x2304" value="56" />
- <Limit name="performance-point-3840x2160" value="60" />
- <Limit name="performance-point-1920x1080" value="240" />
- <Feature name="adaptive-playback" />
- </MediaCodec>
- <MediaCodec name="c2.qti.vp9.decoder.secure" type="video/x-vnd.on2.vp9" >
- <Alias name="OMX.qcom.video.decoder.vp9.secure" />
- <Limit name="size" min="96x96" max="4096x2160" />
- <Limit name="alignment" value="2x2" />
- <Limit name="block-size" value="16x16" />
- <Limit name="blocks-per-second" min="24" max="979200" />
- <Limit name="bitrate" range="1-120000000" />
- <Limit name="frame-rate" range="1-240" />
- <Limit name="concurrent-instances" max="6" />
- <Limit name="performance-point-4096x2304" value="56" />
- <Limit name="performance-point-3840x2160" value="60" />
- <Limit name="performance-point-1920x1080" value="240" />
- <Feature name="adaptive-playback" />
- <Feature name="secure-playback" required="true" />
- </MediaCodec>
- </Decoders>
- <Encoders>
- <!-- C2 encoders -->
- <MediaCodec name="c2.qti.avc.encoder" type="video/avc">
- <Alias name="OMX.qcom.video.encoder.avc" />
- <Limit name="size" min="96x96" max="4096x2160" />
- <Limit name="alignment" value="2x2" />
- <Limit name="block-size" value="16x16" />
- <Limit name="blocks-per-second" min="24" max="979200" />
- <Limit name="bitrate" range="1-100000000" />
- <Limit name="frame-rate" range="1-240" />
- <Limit name="concurrent-instances" max="16" />
- <Limit name="performance-point-4096x2304" value="56" />
- <Limit name="performance-point-3840x2160" value="60" />
- <Limit name="performance-point-1920x1080" value="240" />
- </MediaCodec>
- <MediaCodec name="c2.qti.hevc.encoder" type="video/hevc">
- <Alias name="OMX.qcom.video.encoder.hevc" />
- <Limit name="size" min="96x96" max="4096x2160" />
- <Limit name="alignment" value="2x2" />
- <Limit name="block-size" value="16x16" />
- <Limit name="blocks-per-second" min="24" max="979200" />
- <Limit name="bitrate" range="1-120000000" />
- <Limit name="frame-rate" range="1-240" />
- <Limit name="concurrent-instances" max="16" />
- <Limit name="quality" range="0-100" default="80" />
- <Limit name="performance-point-4096x2304" value="56" />
- <Limit name="performance-point-3840x2160" value="60" />
- <Limit name="performance-point-1920x1080" value="240" />
- <Feature name="bitrate-modes" value="VBR,CQ" />
- </MediaCodec>
- <MediaCodec name="c2.qti.vp8.encoder" type="video/x-vnd.on2.vp8">
- <Alias name="OMX.qcom.video.encoder.vp8" />
- <Limit name="size" min="96x96" max="3840x2160" />
- <Limit name="alignment" value="2x2" />
- <Limit name="block-size" value="16x16" />
- <Limit name="blocks-per-second" min="24" max="979200" />
- <Limit name="bitrate" range="1-120000000" />
- <Limit name="frame-rate" range="1-240" />
- <Limit name="concurrent-instances" max="16" />
- <Limit name="performance-point-4096x2304" value="28" />
- <Limit name="performance-point-3840x2160" value="30" />
- <Limit name="performance-point-1920x1080" value="120" />
- <Limit name="performance-point-1280x720" value="240" />
- </MediaCodec>
- </Encoders>
</MediaCodecs>