mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
msm8974: Remove HEVC codec
* QC decoder is deprecated Change-Id: Ib8b377be0ba3e24f4c5ad473ffc255fe847c4f49
This commit is contained in:
parent
48ded0e944
commit
ba8fb50627
1 changed files with 0 additions and 24 deletions
|
@ -34,8 +34,6 @@
|
|||
|__________|_________________________________________|
|
||||
| h264 | 3840 2160 30 100 972000 |
|
||||
| | 4096 2160 24 100 829440 |
|
||||
| hevc | 1280 720 30 2 108000 |
|
||||
| hevchybd | 1920 1088 30 6 244800 |
|
||||
| mpeg4 | 1920 1088 60 60 489600 |
|
||||
| vc1 | 1920 1088 60 60 489600 |
|
||||
| vp8 | 3820 2160 30 20 972000 |
|
||||
|
@ -226,28 +224,6 @@
|
|||
<Feature name="adaptive-playback" />
|
||||
<Limit name="concurrent-instances" max="13" />
|
||||
</MediaCodec>
|
||||
<MediaCodec name="OMX.qcom.video.decoder.hevc" type="video/hevc" >
|
||||
<Quirk name="requires-allocate-on-input-ports" />
|
||||
<Quirk name="requires-allocate-on-output-ports" />
|
||||
<Limit name="size" min="64x64" max="1280x720" />
|
||||
<Limit name="alignment" value="2x2" />
|
||||
<Limit name="block-size" value="16x16" />
|
||||
<Limit name="blocks-per-second" min="1" max="108000" />
|
||||
<Limit name="bitrate" range="1-2000000" />
|
||||
<Feature name="adaptive-playback" />
|
||||
<Limit name="concurrent-instances" max="3" />
|
||||
</MediaCodec>
|
||||
<MediaCodec name="OMX.qcom.video.decoder.hevchybrid" type="video/hevc" >
|
||||
<Quirk name="requires-allocate-on-input-ports" />
|
||||
<Quirk name="requires-allocate-on-output-ports" />
|
||||
<Limit name="size" min="64x64" max="1920x1088" />
|
||||
<Limit name="alignment" value="2x2" />
|
||||
<Limit name="block-size" value="16x16" />
|
||||
<Limit name="blocks-per-second" min="1" max="244800" />
|
||||
<Limit name="bitrate" range="1-6000000" />
|
||||
<Feature name="adaptive-playback" />
|
||||
<Limit name="concurrent-instances" max="2" />
|
||||
</MediaCodec>
|
||||
</Decoders>
|
||||
<Include href="media_codecs_google_video.xml" />
|
||||
<Include href="media_codecs_ffmpeg.xml" />
|
||||
|
|
Loading…
Reference in a new issue