Hi, what are the options for accessing the IVA-HD engine to do accelerated H.264 encoding under Android?
I've already become familiar with how to do H.264 under "plain vanilla" Linux using the gst-ducati plugin:
https://software-dl.ti.com/processor-sdk-linux/esd/docs/06_03_00_106/linux/Foundational_Components_Multimedia_IVAHD.html
On Android, naively using the MediaCodec API produces very slow results (~2.5 FPS at 720p), which suggests a SW encoding path is being used.
Are there any examples available of how to encode H.264 at a better frame under Android? Thanks!