summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormyfluxi <linflux@arcor.de>2016-11-17 20:21:24 +0100
committerdroidfivex <droidfivex@gmail.com>2016-11-24 19:05:52 +0900
commitcecb8ab1bbdbef666d52ea8ed2c60638792ae2a6 (patch)
tree7526b450c79fbf6ff3a114d3272faab938be8884
parentf7e9b800dbc4e748c38cf9054102dec1d70e6cb8 (diff)
hammerheadcaf: Add back hevc codecs
Change-Id: I93bd754a27af580e170213dd6d04bce36222e808
-rw-r--r--configs/media_codecs.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/configs/media_codecs.xml b/configs/media_codecs.xml
index ce6e1c0..dfe7164 100644
--- a/configs/media_codecs.xml
+++ b/configs/media_codecs.xml
@@ -226,6 +226,29 @@
<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="3840x2160" />
+ <Limit name="alignment" value="2x2" />
+ <Limit name="block-size" value="16x16" />
+ <Limit name="blocks-per-second" min="1" max="777600" />
+ <Limit name="bitrate" range="1-20000000" />
+ <Feature name="adaptive-playback" />
+ <Limit name="concurrent-instances" max="13" />
+ </MediaCodec>
+ <MediaCodec name="OMX.qcom.video.decoder.hevc.secure" type="video/hevc" >
+ <Quirk name="requires-allocate-on-input-ports" />
+ <Quirk name="requires-allocate-on-output-ports" />
+ <Limit name="size" min="64x64" max="3840x2160" />
+ <Limit name="alignment" value="2x2" />
+ <Limit name="block-size" value="16x16" />
+ <Limit name="blocks-per-second" min="1" max="777600" />
+ <Limit name="bitrate" range="1-20000000" />
+ <Feature name="adaptive-playback" />
+ <Feature name="secure-playback" required="true" />
+ <Limit name="concurrent-instances" max="5" />
+ </MediaCodec>
</Decoders>
<Include href="media_codecs_google_video.xml" />
<Include href="media_codecs_ffmpeg.xml" />