device/qcom/common: Enable VP8 HW codec

Enable support for VP8 HW codec

Change-Id: I6ecdaea07c55cccf3ed45e8e3b7dca5b5a4ad614
This commit is contained in:
Mahesh Lanka 2012-07-23 13:44:39 +05:30 committed by Linux Build Service Account
parent 2ddb246afb
commit d0c0061f5f
1 changed files with 5 additions and 0 deletions

View File

@ -138,6 +138,11 @@
<Quirk name="requires-allocate-on-output-ports" />
<Quirk name="defers-output-buffer-allocation" />
</MediaCodec>
<MediaCodec name="OMX.qcom.video.decoder.vp8" type="video/x-vnd.on2.vp8" >
<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" />