device/qcom/common: Enable VP8 HW codec
Enable support for VP8 HW codec Change-Id: I6ecdaea07c55cccf3ed45e8e3b7dca5b5a4ad614
This commit is contained in:
parent
2ddb246afb
commit
d0c0061f5f
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue