Hi all,
In my case when I set following parameters,
the function allocateBuffersOnPort() will be failed.
tInPortDef.nPortIndex = PORT_INDEX_IN;//0
tInPortDef.format.video.nStride =4096;
I can only set tInPortDef.format.video.nStride= (tInPortDef.format.video.nFrameWidth+15)/16*16;
How it happens in my case?
It is based on android 4.0 omap4460.
regards,
changwenliang
allocateBuffersOnPort