common: added Hevc support

Changes to support decode of HEVC video bitstream.

Change-Id: I2b2442b88882faec985189bb38260f8752dbe65a
This commit is contained in:
Arun Menon 2013-03-18 15:00:46 -07:00
parent 0d372b8fab
commit 1881131d90
2 changed files with 9 additions and 1 deletions

View File

@ -347,6 +347,7 @@ MM_VIDEO := ast-mm-vdec-omx-test
MM_VIDEO += libdivxdrmdecrypt
MM_VIDEO += liblasic
MM_VIDEO += libOmxVdec
MM_VIDEO += libOmxVdecHevc
MM_VIDEO += libOmxVenc
MM_VIDEO += libOmxVidEnc
MM_VIDEO += libstagefrighthw

View File

@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 The Android Open Source Project
<!-- Copyright (C) 2012-2013 The Android Open Source Project
Copyright (C) 2012-2013 The Linux Foundation. All rights reserved.
Not a contribution.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@ -150,6 +152,11 @@
<Quirk name="requires-allocate-on-output-ports" />
<Quirk name="defers-output-buffer-allocation" />
</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" />
<Quirk name="defers-output-buffer-allocation" />
</MediaCodec>
<!-- Video Software -->
<MediaCodec name="OMX.ittiam.video.decoder.avc" type="video/avc" >
<Quirk name="requires-allocate-on-output-ports" />