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.

about ipcframeOutHost

hi,

    A8 (  video frame data  )----VICP( encoder )----------A8(bits stream)

 How can I  config the chain by using sysLink  ?

I  configure the chanin as following :       ipcframeOutHost--ipcFrameInRtos--enc---ipcbitsOutRtos----ipcBitsInHost,

but I find the ipcFrameOutHost Link haven't  its own buffer!

anyone can help me? Thanks!

  • Yes ipcFramesOutHost does not allocate buffers. The application can allocate a physically contiguous buffer by some means (cmem/allocate from ShareRegion heap in SR0 via Vsys_allocBuf()) etc and pass the buffer to ipcFramesOutHost .Note that the physical address of the buffer should be populated by the application before sending it to ipcFrameOutHost.