Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8" ?> |
| 2 | <!-- Copyright 2018 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | <MediaCodecs> |
| 17 | <Settings> |
| 18 | <Setting name="supports-multiple-secure-codecs" value="true" /> |
| 19 | <Setting name="supports-secure-with-non-secure-codec" value="true" /> |
| 20 | </Settings> |
| 21 | <Decoders> |
| 22 | <MediaCodec name="c2.exynos.h264.decoder" type="video/avc"> |
| 23 | <Limit name="size" min="32x32" max="3840x2160" /> |
| 24 | <Limit name="alignment" value="2x2" /> |
| 25 | <Limit name="block-size" value="16x16" /> |
| 26 | <Limit name="block-count" range="1-32400" /> |
| 27 | <Limit name="blocks-per-second" min="1" max="3888000" /> |
| 28 | <Limit name="bitrate" range="1-120000000" /> |
Ruofei Ma | 079810e | 2022-06-15 02:22:47 +0000 | [diff] [blame] | 29 | <Limit name="performance-point-1280x720" range="240" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 30 | <Limit name="performance-point-3840x2160" range="120" /> |
| 31 | <Limit name="concurrent-instances" max="16" /> |
| 32 | <Feature name="adaptive-playback" /> |
Taehwan Kim | 2fadf61 | 2021-06-12 10:42:45 +0900 | [diff] [blame] | 33 | <Feature name="can-swap-width-height" value="1" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 34 | </MediaCodec> |
| 35 | <MediaCodec name="c2.exynos.h264.decoder.secure" type="video/avc"> |
| 36 | <Limit name="size" min="32x32" max="3840x2160" /> |
| 37 | <Limit name="alignment" value="2x2" /> |
| 38 | <Limit name="block-size" value="16x16" /> |
| 39 | <Limit name="block-count" range="1-32400" /> |
| 40 | <Limit name="blocks-per-second" min="1" max="3888000" /> |
| 41 | <Limit name="bitrate" range="1-120000000" /> |
Ruofei Ma | 079810e | 2022-06-15 02:22:47 +0000 | [diff] [blame] | 42 | <Limit name="performance-point-1280x720" range="240" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 43 | <Limit name="performance-point-3840x2160" range="120" /> |
| 44 | <Limit name="concurrent-instances" max="2" /> |
| 45 | <Feature name="adaptive-playback" /> |
| 46 | <Feature name="secure-playback" required="true" /> |
Taehwan Kim | 2fadf61 | 2021-06-12 10:42:45 +0900 | [diff] [blame] | 47 | <Feature name="can-swap-width-height" value="1" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 48 | </MediaCodec> |
| 49 | <MediaCodec name="c2.exynos.hevc.decoder" type="video/hevc" > |
wenchangliu | 6a062f1 | 2023-04-13 06:41:32 +0000 | [diff] [blame] | 50 | <Limit name="size" min="64x64" max="3840x2176" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 51 | <Limit name="alignment" value="2x2" /> |
| 52 | <Limit name="block-size" value="16x16" /> |
wenchangliu | 6a062f1 | 2023-04-13 06:41:32 +0000 | [diff] [blame] | 53 | <Limit name="block-count" range="1-32640" /> |
| 54 | <Limit name="blocks-per-second" min="1" max="3916800" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 55 | <Limit name="bitrate" range="1-120000000" /> |
Ruofei Ma | 079810e | 2022-06-15 02:22:47 +0000 | [diff] [blame] | 56 | <Limit name="performance-point-1280x720" range="240" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 57 | <Limit name="performance-point-3840x2160" range="120" /> |
| 58 | <Limit name="concurrent-instances" max="16" /> |
| 59 | <Feature name="adaptive-playback" /> |
Taehwan Kim | 2fadf61 | 2021-06-12 10:42:45 +0900 | [diff] [blame] | 60 | <Feature name="can-swap-width-height" value="1" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 61 | </MediaCodec> |
| 62 | <MediaCodec name="c2.exynos.hevc.decoder.secure" type="video/hevc" > |
| 63 | <Limit name="size" min="64x64" max="3840x2160" /> |
| 64 | <Limit name="alignment" value="2x2" /> |
| 65 | <Limit name="block-size" value="16x16" /> |
| 66 | <Limit name="block-count" range="1-32400" /> |
| 67 | <Limit name="blocks-per-second" min="1" max="3888000" /> |
| 68 | <Limit name="bitrate" range="1-120000000" /> |
Ruofei Ma | 079810e | 2022-06-15 02:22:47 +0000 | [diff] [blame] | 69 | <Limit name="performance-point-1280x720" range="240" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 70 | <Limit name="performance-point-3840x2160" range="120" /> |
| 71 | <Limit name="concurrent-instances" max="2" /> |
| 72 | <Feature name="adaptive-playback" /> |
| 73 | <Feature name="secure-playback" required="true" /> |
Taehwan Kim | 2fadf61 | 2021-06-12 10:42:45 +0900 | [diff] [blame] | 74 | <Feature name="can-swap-width-height" value="1" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 75 | </MediaCodec> |
| 76 | <MediaCodec name="c2.exynos.mpeg4.decoder" type="video/mp4v-es"> |
| 77 | <Limit name="size" min="32x32" max="2048x2048" /> |
| 78 | <Limit name="alignment" value="2x2" /> |
| 79 | <Limit name="block-size" value="16x16" /> |
| 80 | <Limit name="block-count" range="1-16384" /> |
| 81 | <Limit name="blocks-per-second" min="1" max="979200" /> |
| 82 | <Limit name="bitrate" range="1-80000000" /> |
byunggwan kang | 676f941 | 2021-06-30 16:11:26 +0900 | [diff] [blame] | 83 | <Limit name="performance-point-1280x720" range="240" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 84 | <Limit name="performance-point-1920x1080" range="120" /> |
| 85 | <Limit name="concurrent-instances" max="16" /> |
| 86 | <Feature name="adaptive-playback" /> |
Taehwan Kim | 2fadf61 | 2021-06-12 10:42:45 +0900 | [diff] [blame] | 87 | <Feature name="can-swap-width-height" value="1" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 88 | </MediaCodec> |
| 89 | <MediaCodec name="c2.exynos.h263.decoder" type="video/3gpp"> |
| 90 | <Limit name="size" min="32x32" max="2048x1152" /> |
| 91 | <Limit name="alignment" value="4x4" /> |
| 92 | <Limit name="block-size" value="16x16" /> |
| 93 | <Limit name="block-count" range="1-9216" /> |
| 94 | <Limit name="blocks-per-second" min="1" max="979200" /> |
| 95 | <Limit name="bitrate" range="1-80000000" /> |
byunggwan kang | 676f941 | 2021-06-30 16:11:26 +0900 | [diff] [blame] | 96 | <Limit name="performance-point-1280x720" range="240" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 97 | <Limit name="performance-point-1920x1080" range="120" /> |
| 98 | <Limit name="concurrent-instances" max="16" /> |
| 99 | <Feature name="adaptive-playback" /> |
| 100 | </MediaCodec> |
| 101 | <MediaCodec name="c2.exynos.vp8.decoder" type="video/x-vnd.on2.vp8" > |
| 102 | <Limit name="size" min="32x32" max="3840x2160" /> |
| 103 | <Limit name="alignment" value="2x2" /> |
| 104 | <Limit name="block-size" value="16x16" /> |
| 105 | <Limit name="block-count" range="1-32400" /> |
| 106 | <Limit name="blocks-per-second" min="1" max="3888000" /> |
| 107 | <Limit name="bitrate" range="1-80000000" /> |
Ruofei Ma | 079810e | 2022-06-15 02:22:47 +0000 | [diff] [blame] | 108 | <Limit name="performance-point-1280x720" range="240" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 109 | <Limit name="performance-point-3840x2160" range="120" /> |
| 110 | <Limit name="concurrent-instances" max="16" /> |
| 111 | <Feature name="adaptive-playback" /> |
Taehwan Kim | 2fadf61 | 2021-06-12 10:42:45 +0900 | [diff] [blame] | 112 | <Feature name="can-swap-width-height" value="1" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 113 | </MediaCodec> |
| 114 | <MediaCodec name="c2.exynos.vp9.decoder" type="video/x-vnd.on2.vp9" > |
wenchangliu | 6a3dcb9 | 2021-04-27 20:10:05 +0800 | [diff] [blame] | 115 | <Limit name="size" min="64x64" max="3840x2176" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 116 | <Limit name="alignment" value="2x2" /> |
| 117 | <Limit name="block-size" value="64x64" /> |
wenchangliu | 1012636 | 2022-03-07 08:43:49 +0000 | [diff] [blame] | 118 | <Limit name="block-count" range="1-2040" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 119 | <Limit name="blocks-per-second" min="1" max="3888000" /> |
| 120 | <Limit name="bitrate" range="1-80000000" /> |
Ruofei Ma | 079810e | 2022-06-15 02:22:47 +0000 | [diff] [blame] | 121 | <Limit name="performance-point-1280x720" range="240" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 122 | <Limit name="performance-point-3840x2160" range="120" /> |
| 123 | <Limit name="concurrent-instances" max="16" /> |
| 124 | <Feature name="adaptive-playback" /> |
Taehwan Kim | 2fadf61 | 2021-06-12 10:42:45 +0900 | [diff] [blame] | 125 | <Feature name="can-swap-width-height" value="1" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 126 | </MediaCodec> |
| 127 | <MediaCodec name="c2.exynos.vp9.decoder.secure" type="video/x-vnd.on2.vp9" > |
wenchangliu | 6a3dcb9 | 2021-04-27 20:10:05 +0800 | [diff] [blame] | 128 | <Limit name="size" min="64x64" max="3840x2176" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 129 | <Limit name="alignment" value="2x2" /> |
| 130 | <Limit name="block-size" value="64x64" /> |
wenchangliu | 1012636 | 2022-03-07 08:43:49 +0000 | [diff] [blame] | 131 | <Limit name="block-count" range="1-2040" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 132 | <Limit name="blocks-per-second" min="1" max="3888000" /> |
| 133 | <Limit name="bitrate" range="1-80000000" /> |
Ruofei Ma | 079810e | 2022-06-15 02:22:47 +0000 | [diff] [blame] | 134 | <Limit name="performance-point-1280x720" range="240" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 135 | <Limit name="performance-point-3840x2160" range="120" /> |
| 136 | <Limit name="concurrent-instances" max="2" /> |
| 137 | <Feature name="adaptive-playback" /> |
| 138 | <Feature name="secure-playback" required="true" /> |
Taehwan Kim | 2fadf61 | 2021-06-12 10:42:45 +0900 | [diff] [blame] | 139 | <Feature name="can-swap-width-height" value="1" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 140 | </MediaCodec> |
| 141 | </Decoders> |
| 142 | |
| 143 | <Encoders> |
| 144 | <MediaCodec name="c2.exynos.h264.encoder" type="video/avc"> |
| 145 | <Limit name="size" min="32x32" max="3840x2160" /> |
| 146 | <Limit name="alignment" value="2x2" /> |
| 147 | <Limit name="block-size" value="16x16" /> |
| 148 | <Limit name="block-count" range="1-32400" /> |
| 149 | <Limit name="blocks-per-second" min="1" max="3888000" /> |
| 150 | <Limit name="bitrate" range="1-120000000" /> |
Ruofei Ma | 079810e | 2022-06-15 02:22:47 +0000 | [diff] [blame] | 151 | <Limit name="performance-point-1280x720" range="240" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 152 | <Limit name="performance-point-3840x2160" range="120" /> |
| 153 | <Limit name="concurrent-instances" max="16" /> |
Taehwan Kim | 2fadf61 | 2021-06-12 10:42:45 +0900 | [diff] [blame] | 154 | <Feature name="can-swap-width-height" value="1" /> |
Taehwan Kim | 78c5e4b | 2021-07-15 17:37:16 +0900 | [diff] [blame] | 155 | <Feature name="vq-minimum-quality"/> |
Taehwan Kim | 5cb4f1d | 2021-11-30 13:48:57 +0900 | [diff] [blame] | 156 | <Feature name="qp-bounds"/> |
wenchangliu | 73b675d | 2022-05-20 08:48:56 +0000 | [diff] [blame] | 157 | <Feature name="bitrate-modes" value="VBR,CBR,CBR-FD" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 158 | </MediaCodec> |
| 159 | <MediaCodec name="c2.exynos.hevc.encoder" type="video/hevc" > |
wenchangliu | 6a3dcb9 | 2021-04-27 20:10:05 +0800 | [diff] [blame] | 160 | <Limit name="size" min="64x64" max="3840x2176" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 161 | <Limit name="alignment" value="2x2" /> |
Taehwan Kim | a27563b | 2021-04-13 10:38:05 +0900 | [diff] [blame] | 162 | <Limit name="block-size" value="32x32" /> |
wenchangliu | 1012636 | 2022-03-07 08:43:49 +0000 | [diff] [blame] | 163 | <Limit name="block-count" range="1-8160" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 164 | <Limit name="blocks-per-second" min="1" max="979200" /> |
| 165 | <Limit name="bitrate" range="1-120000000" /> |
Ruofei Ma | 079810e | 2022-06-15 02:22:47 +0000 | [diff] [blame] | 166 | <Limit name="performance-point-1280x720" range="240" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 167 | <Limit name="performance-point-3840x2160" range="120" /> |
| 168 | <Limit name="concurrent-instances" max="16" /> |
wenchangliu | 73b675d | 2022-05-20 08:48:56 +0000 | [diff] [blame] | 169 | <Limit name="quality" range="0-100" default="57" /> |
Taehwan Kim | 2fadf61 | 2021-06-12 10:42:45 +0900 | [diff] [blame] | 170 | <Feature name="can-swap-width-height" value="1" /> |
Taehwan Kim | 78c5e4b | 2021-07-15 17:37:16 +0900 | [diff] [blame] | 171 | <Feature name="vq-minimum-quality"/> |
Taehwan Kim | 5cb4f1d | 2021-11-30 13:48:57 +0900 | [diff] [blame] | 172 | <Feature name="qp-bounds"/> |
wenchangliu | 73b675d | 2022-05-20 08:48:56 +0000 | [diff] [blame] | 173 | <Feature name="bitrate-modes" value="VBR,CBR,CQ,CBR-FD" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 174 | </MediaCodec> |
| 175 | <MediaCodec name="c2.exynos.mpeg4.encoder" type="video/mp4v-es"> |
| 176 | <Limit name="size" min="32x32" max="2048x2048" /> |
| 177 | <Limit name="alignment" value="2x2" /> |
| 178 | <Limit name="block-size" value="16x16" /> |
| 179 | <Limit name="block-count" range="1-16384" /> |
| 180 | <Limit name="blocks-per-second" min="1" max="979200" /> |
| 181 | <Limit name="bitrate" range="1-80000000" /> |
byunggwan kang | 676f941 | 2021-06-30 16:11:26 +0900 | [diff] [blame] | 182 | <Limit name="performance-point-1280x720" range="240" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 183 | <Limit name="performance-point-1920x1080" range="120" /> |
| 184 | <Limit name="concurrent-instances" max="16" /> |
Taehwan Kim | 2fadf61 | 2021-06-12 10:42:45 +0900 | [diff] [blame] | 185 | <Feature name="can-swap-width-height" value="1" /> |
Taehwan Kim | 78c5e4b | 2021-07-15 17:37:16 +0900 | [diff] [blame] | 186 | <Feature name="vq-minimum-quality"/> |
Taehwan Kim | 5cb4f1d | 2021-11-30 13:48:57 +0900 | [diff] [blame] | 187 | <Feature name="qp-bounds"/> |
wenchangliu | 73b675d | 2022-05-20 08:48:56 +0000 | [diff] [blame] | 188 | <Feature name="bitrate-modes" value="VBR,CBR" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 189 | </MediaCodec> |
| 190 | <MediaCodec name="c2.exynos.h263.encoder" type="video/3gpp"> |
| 191 | <Limit name="size" min="32x32" max="2048x1152" /> |
| 192 | <Limit name="alignment" value="4x4" /> |
| 193 | <Limit name="block-size" value="16x16" /> |
| 194 | <Limit name="block-count" range="1-9216" /> |
| 195 | <Limit name="blocks-per-second" min="1" max="979200" /> |
| 196 | <Limit name="bitrate" range="1-80000000" /> |
byunggwan kang | 676f941 | 2021-06-30 16:11:26 +0900 | [diff] [blame] | 197 | <Limit name="performance-point-1280x720" range="240" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 198 | <Limit name="performance-point-1920x1080" range="120" /> |
| 199 | <Limit name="concurrent-instances" max="16" /> |
Taehwan Kim | 78c5e4b | 2021-07-15 17:37:16 +0900 | [diff] [blame] | 200 | <Feature name="vq-minimum-quality"/> |
Taehwan Kim | 5cb4f1d | 2021-11-30 13:48:57 +0900 | [diff] [blame] | 201 | <Feature name="qp-bounds"/> |
wenchangliu | 73b675d | 2022-05-20 08:48:56 +0000 | [diff] [blame] | 202 | <Feature name="bitrate-modes" value="VBR,CBR" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 203 | </MediaCodec> |
| 204 | <MediaCodec name="c2.exynos.vp8.encoder" type="video/x-vnd.on2.vp8" > |
| 205 | <Limit name="size" min="32x32" max="3840x2160" /> |
| 206 | <Limit name="alignment" value="2x2" /> |
| 207 | <Limit name="block-size" value="16x16" /> |
| 208 | <Limit name="block-count" range="1-32400" /> |
| 209 | <Limit name="blocks-per-second" min="1" max="3888000" /> |
| 210 | <Limit name="bitrate" range="1-80000000" /> |
Ruofei Ma | 079810e | 2022-06-15 02:22:47 +0000 | [diff] [blame] | 211 | <Limit name="performance-point-1280x720" range="240" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 212 | <Limit name="performance-point-3840x2160" range="120" /> |
| 213 | <Limit name="concurrent-instances" max="16" /> |
Taehwan Kim | 2fadf61 | 2021-06-12 10:42:45 +0900 | [diff] [blame] | 214 | <Feature name="can-swap-width-height" value="1" /> |
Taehwan Kim | 78c5e4b | 2021-07-15 17:37:16 +0900 | [diff] [blame] | 215 | <Feature name="vq-minimum-quality"/> |
Taehwan Kim | 5cb4f1d | 2021-11-30 13:48:57 +0900 | [diff] [blame] | 216 | <Feature name="qp-bounds"/> |
wenchangliu | 73b675d | 2022-05-20 08:48:56 +0000 | [diff] [blame] | 217 | <Feature name="bitrate-modes" value="VBR,CBR" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 218 | </MediaCodec> |
| 219 | <MediaCodec name="c2.exynos.vp9.encoder" type="video/x-vnd.on2.vp9" > |
wenchangliu | 6a3dcb9 | 2021-04-27 20:10:05 +0800 | [diff] [blame] | 220 | <Limit name="size" min="64x64" max="3840x2176" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 221 | <Limit name="alignment" value="2x2" /> |
| 222 | <Limit name="block-size" value="64x64" /> |
wenchangliu | 1012636 | 2022-03-07 08:43:49 +0000 | [diff] [blame] | 223 | <Limit name="block-count" range="1-2040" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 224 | <Limit name="blocks-per-second" min="1" max="243000" /> |
| 225 | <Limit name="bitrate" range="1-80000000" /> |
Ruofei Ma | 079810e | 2022-06-15 02:22:47 +0000 | [diff] [blame] | 226 | <Limit name="performance-point-1280x720" range="240" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 227 | <Limit name="performance-point-3840x2160" range="120" /> |
| 228 | <Limit name="concurrent-instances" max="16" /> |
Taehwan Kim | 2fadf61 | 2021-06-12 10:42:45 +0900 | [diff] [blame] | 229 | <Feature name="can-swap-width-height" value="1" /> |
Taehwan Kim | 78c5e4b | 2021-07-15 17:37:16 +0900 | [diff] [blame] | 230 | <Feature name="vq-minimum-quality"/> |
Taehwan Kim | 5cb4f1d | 2021-11-30 13:48:57 +0900 | [diff] [blame] | 231 | <Feature name="qp-bounds"/> |
wenchangliu | 73b675d | 2022-05-20 08:48:56 +0000 | [diff] [blame] | 232 | <Feature name="bitrate-modes" value="VBR,CBR" /> |
Robin Peng | c2b5ca9 | 2021-02-23 20:00:28 +0800 | [diff] [blame] | 233 | </MediaCodec> |
| 234 | </Encoders> |
| 235 | </MediaCodecs> |