me176c-dev / android_device_asus_K013

Android device configuration for ASUS MeMO Pad 7 (ME176C(X))
https://forum.xda-developers.com/memo-pad-7/orig-development/rom-unofficial-lineageos-16-0-asus-memo-t3929600
Other
26 stars 5 forks source link

Hardware accelerated video codecs #54

Closed lambdadroid closed 5 years ago

lambdadroid commented 6 years ago

There is a hardware accelerated video decoder, using MediaSDK, but the encoder is failing to initialize for some reason. Unfortunately, the library with the error is proprietary, so it is hard to figure out what exactly is wrong.

09-24 05:03:00.443   215   238 E mediasdk_omx: mfx_omx_venc_component: Init[line 278]: Failed to create OMX.Intel.hw_ve.h264, error 0x80001001
09-24 05:03:00.446   215   238 I mediasdk_omx: mfx_omx_venc_component: Destroyed OMX.Intel.hw_ve.h264
09-24 05:03:00.446   215   238 E OMX     : FAILED to allocate omx component 'OMX.Intel.hw_ve.h264' err=InsufficientResources(0x80001000)

This is likely also causing Miracast to be broken.

lambdadroid commented 6 years ago

Changing this issue to cover the hardware accelerated codecs in general since they are entirely broken at the moment.