QOMX_COLOR_FormatYUV420PackedSemiPlanar64x32Tile2m

2019-03-01 02:20发布

问题:

I need to handle YUV data from H/W decoding output on Android.

Actually, I'm using Nexus4 and the decoding output format is QOMX_COLOR_FormatYUV420PackedSemiPlanar64x32Tile2m8ka type.

But I need YUV420 Planar format data, it need to be converted.

Could you share the converting function or any way?