msm8974: Disable HEVC codec

* Requires a proprietary component and does not work well on 8974
   anyway. Remove it to pass MediaCodecList CTS test.

Change-Id: I0b98f07fadef3e63842597109ea7da1a37ccea8e
This commit is contained in:
Steve Kondik 2014-11-02 17:39:24 -08:00
parent edb8408dc1
commit 4ae54dc068

View File

@ -129,16 +129,7 @@
<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>
<MediaCodec name="OMX.qcom.video.decoder.hevchybrid" 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.google.h264.decoder" type="video/avc" />
<MediaCodec name="OMX.google.mpeg4.decoder" type="video/mp4v-es" />