Merge "device/qcom/common: Enable VP8 HW codec" into jb
This commit is contained in:
commit
cd45da3333
|
@ -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