This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Facing error while state change from loaded to idle in Capture_encode demo

I am using ezsdk_dm816x-evm_5_02_02_60_setuplinux Netra package with omx-ti816x-src_05_02_00_15

and linux-2.6.37-psp04.00.00.12.

I am working on File in File out of capture_encode demo.

If I run it on Netra board,After OMX initialisation and gethandle of encoder component, I am facing error while state changing from loaded to idle (on m3 side).

After keeping shared dumps I got to know that state transition is done but event notification is not coming to client and waiting for buffers to allocate.

I am using shared address for buffer allocation and using that address allocating memory through omx_usebuffer api.

I am getting error SharedRegion_getId as SharedRegion_INVALIDREGIONID in OmxRpc_stubUseBuffer(DmmDelegate_mapBuffer)).

I am using shared address 0xB3D00000.

Can you please suggest which shared address I can use for buffer allocation.