Merge "device/qcom/common: Enable VP8 HW codec" into jb

This commit is contained in:
Linux Build Service Account 2012-07-24 08:32:06 -07:00 committed by QuIC Gerrit Code Review
commit cd45da3333
1 changed files with 5 additions and 0 deletions

View File

@ -138,6 +138,11 @@
<Quirk name="requires-allocate-on-output-ports" /> <Quirk name="requires-allocate-on-output-ports" />
<Quirk name="defers-output-buffer-allocation" /> <Quirk name="defers-output-buffer-allocation" />
</MediaCodec> </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 --> <!-- Video Software -->
<MediaCodec name="OMX.google.h264.decoder" type="video/avc" /> <MediaCodec name="OMX.google.h264.decoder" type="video/avc" />
<MediaCodec name="OMX.google.mpeg4.decoder" type="video/mp4v-es" /> <MediaCodec name="OMX.google.mpeg4.decoder" type="video/mp4v-es" />