Hello all:
When I input the H264 bitstream to the hardware decoder, It will output the OMX_TI_COLOR_FormatYUV420PackedSemiPlanar data.
I can get the size of output data throuth calling function _iomx->getParameter(_node, OMX_IndexParamPortDefinition, &def, sizeof(def)) .
However there are crops around the output data. Now How can I get the crop size and How can I get the size of input bitstream.
All the above are based on android 4.0 and Omap 4460.
Thank you.
regards,
Wenliang Chang