Hello Sir
I am using IpcFrame LINK to receive YUV video from PCIe, my chain is as shown below:
IpcFramesOutLinkHLOS ---IpcFramesInLinkRTOS(VPSS)---Capture---Swms---Display
OSA DMA (2 Dimention) being adopted to copy video frames from A8 to Shared Region in ipcFrame threads
I encounter one problem in a run, (but not always, just one time) after a few minutes, program down, printing following information :
[host] IPC_FRAMESOUTLINK:!WARNING!.Commands not being processed by link.TimeSinceLastPutFull:266639,TimeSinceLastGetFree:266639
[host] IPC_FRAMESOUTLINK:!WARNING!.Commands not being processed by link.TimeSinceLastPutFull:266651,TimeSinceLastGetFree:266651
[host] IPC_FRAMESOUTLINK:!WARNING!.Commands not being processed by link.TimeSinceLastPutFull:267608,TimeSinceLastGetFree:267608
[host] IPC_FRAMESOUTLINK:!WARNING!.Commands not being processed by link.TimeSinceLastPutFull:267608,TimeSinceLastGetFree:267608
[host] IPC_FRAMESOUTLINK:!WARNING!.Commands not being processed by link.TimeSinceLastPutFull:267618,TimeSinceLastGetFree:267618
I wanna know what does these information mean, and how can I resolve it?
Appreciate for your timely response!