hello,
I have question about how to get/dump raw decoded yuv data in ics, thanks in advance.
In ICS, I use gst-openmax, and decoded buffers could got from FillBufferDone , in OMX_BUFFERHEADERTYPE, field pBuffer is ANativeWindowBuffer,
I have tried to write the ANativeWindowBuffer->handle to files, but it seams not raw yuv data, maybe also wrappered.
I donot know how to extract the raw yuv data from it.
thanks.