GloDroidCommunity / raspberry-pi

Android 14 for the Raspberry PI 4 series based on the GloDroid project
Apache License 2.0
28 stars 5 forks source link

Enable hardware video decoding #11

Closed rsglobal closed 1 year ago

rsglobal commented 1 year ago

RPI4 has the following HW decoders:

H264 up to 1080p
H265 up to 4k

The current implementation uses CPU to copy/detile buffers, thus limiting H265 decoding to 1080p.

Kudos to Michael Goffioul for ffmpeg_codec2 HAL design, jc-kynesim for ffmpeg patches, Konsta(Lineage-RPI) and Michał Gapiński(Tesla Android) for Android integration.