summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLajos Molnar <lajos@google.com>2019-05-31 13:49:06 -0700
committerLajos Molnar <lajos@google.com>2019-06-19 13:23:12 -0700
commit625ec254fad22f586d208f3b0679fbdf88ebe435 (patch)
tree5edc39954dcaa055038e9a68412cc2cb2228c744
parent0f4200699dfda41aad12086a417008725995d285 (diff)
downloadcrosshatch-625ec254fad22f586d208f3b0679fbdf88ebe435.tar.gz
media: use media_codecs_c2.xml
Bug: 132939417 Change-Id: I24e992479c51281c05040cefd727916d7a6aef5b
-rw-r--r--media_codecs.xml188
1 files changed, 1 insertions, 187 deletions
diff --git a/media_codecs.xml b/media_codecs.xml
index 5b2e472d..c4b55eb4 100644
--- a/media_codecs.xml
+++ b/media_codecs.xml
@@ -14,197 +14,11 @@
limitations under the License.
-->
-<!--
- 845 Non-Secure decoder capabilities
- _________________________________________________________
- | Codec | W H fps Mbps MB/s |
- |_____________|_________________________________________|
- | h264 | 4096 2160 60 120 2073600 |
- | | (4096) (2304) (30) (120) |
- | hevc | 4096 2160 60 120 2073600 |
- | | (4096) (2304) (30) (120) |
- | mpeg4-sw | 1920 1088 30 40 244800 |
- | vp8 | 4096 2160 30 120 1036800 |
- | | (4096) (2304) (24) (120) |
- | vp9 | 4096 2160 60 120 2073600 |
- | | (4096) (2304) (30) (120) |
- | 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 |
- |_____________|_________________________________________|
-
- 845 Secure decoder capabilities
- ______________________________________________________
- | Codec | W H fps Mbps MB/s |
- |__________|_________________________________________|
- | h264 | 4096 2160 60 40 2073600 |
- | | (4096) (2304) (30) (40) |
- | vp9 | 4096 2160 60 40 2073600 |
- | | (4096) (2304) (30) (40) |
- | hevc | 4096 2160 60 40 2073600 |
- | | (4096) (2304) (30) (40) |
- | mpeg2 | 1920 1088 30 40 244800 |
- |__________|_________________________________________|
-
- 845 Non-Secure encoder capabilities (Secure not supported)
- ______________________________________________________
- | Codec | W H fps Mbps MB/s |
- |__________|_________________________________________|
- | h264 | 4096 2160 60 120 2073600 |
- | | (4096) (2304) (30) (120) |
- | hevc | 4096 2160 60 120 2073600 |
- | | (4096) (2304) (30) (120) |
- | mpeg4-sw | 1280 720 30 6 108000 |
- | vp8 | 4096 2160 30 120 1036800 |
- | | (4096) (2304) (24) (120) |
- | 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>
- <Encoders>
- <!-- Audio Hardware -->
- <!-- Audio Software -->
- <!-- Video Hardware -->
- <!-- C2 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="4096x2304" />
- <Limit name="alignment" value="2x2" />
- <Limit name="block-size" value="16x16" />
- <Limit name="blocks-per-second" min="24" max="2073600" />
- <Limit name="bitrate" range="1-120000000" />
- <Limit name="frame-rate" range="1-480" />
- <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="bitrate-modes" value="VBR,CBR" />
- <Feature name="intra-refresh" />
- </MediaCodec>
- <MediaCodec name="c2.qti.hevc.encoder" type="video/hevc">
- <Alias name="OMX.qcom.video.encoder.hevc" />
- <Limit name="size" min="96x96" max="4096x2304" />
- <Limit name="alignment" value="2x2" />
- <Limit name="block-size" value="16x16" />
- <Limit name="blocks-per-second" min="24" max="2073600" />
- <Limit name="bitrate" range="1-120000000" />
- <Limit name="frame-rate" range="1-480" />
- <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,CBR,CQ" />
- <Feature name="intra-refresh" />
- </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="4096x2304" />
- <Limit name="alignment" value="2x2" />
- <Limit name="block-size" value="16x16" />
- <Limit name="blocks-per-second" min="24" max="2073600" />
- <Limit name="bitrate" range="1-120000000" />
- <Limit name="frame-rate" range="1-480" />
- <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="bitrate-modes" value="VBR,CBR" />
- <Feature name="intra-refresh" />
- </MediaCodec>
- <MediaCodec name="c2.qti.heic.encoder" type="image/vnd.android.heic">
- <Limit name="size" min="2400x2400" max="8192x8192" />
- <Limit name="bitrate" range="1-120000000" />
- <Limit name="frame-rate" range="1-2" />
- <Limit name="quality" range="0-100" default="80" />
- <Limit name="concurrent-instances" max="16" />
- <Feature name="bitrate-modes" value="CQ" />
- </MediaCodec>
- </Encoders>
- <Decoders>
- <!-- Video Hardware -->
- <!-- C2 decoders -->
- <MediaCodec name="c2.qti.avc.decoder" type="video/avc">
- <Alias name="OMX.qcom.video.decoder.avc" />
- <Limit name="size" min="96x96" max="4096x2304" />
- <Limit name="alignment" value="2x2" />
- <Limit name="block-size" value="16x16" />
- <Limit name="blocks-per-second" range="24-2073600" />
- <Limit name="bitrate" range="1-120000000" />
- <Limit name="frame-rate" range="1-480" />
- <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="64x64" max="4096x2160" />
- <Limit name="alignment" value="2x2" />
- <Limit name="block-size" value="16x16" />
- <Limit name="blocks-per-second" min="1" max="1958400" />
- <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.hevc.decoder" type="video/hevc" >
- <Alias name="OMX.qcom.video.decoder.hevc" />
- <Limit name="size" min="96x96" max="4096x2304" />
- <Limit name="alignment" value="2x2" />
- <Limit name="block-size" value="16x16" />
- <Limit name="blocks-per-second" min="24" max="2073600" />
- <Limit name="bitrate" range="1-120000000" />
- <Limit name="frame-rate" range="1-480" />
- <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.vp8.decoder" type="video/x-vnd.on2.vp8" >
- <Alias name="OMX.qcom.video.decoder.vp8" />
- <Limit name="size" min="96x96" max="4096x2304" />
- <Limit name="alignment" value="2x2" />
- <Limit name="block-size" value="16x16" />
- <Limit name="blocks-per-second" min="24" max="1036800" />
- <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" />
- <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="4096x2304" />
- <Limit name="alignment" value="2x2" />
- <Limit name="block-size" value="16x16" />
- <Limit name="blocks-per-second" min="24" max="2073600" />
- <Limit name="bitrate" range="1-120000000" />
- <Limit name="frame-rate" range="1-480" />
- <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>
- <!-- Audio Software -->
- </Decoders>
</MediaCodecs>