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.

请问8148中怎样把Host里的FSM state信息(一个int global变量)传给DSP的algLink呢?

创建的Link链路简化的示意图如下:

captureLink -> 通过IPC到Host ->VPSS LINK IPC FRAMES OUT-> DSP process link

在Host里有一个状态机记录设备的状态(global int),请问这个状态信息通常怎样可以发送到DSP process link?哪里有样例可以参考吗?

注:

1. 我查过了IPC的inter core communication,直觉是这个方案对于一个int的传送过于复杂了,不知直觉是否正确,这是标准方案吗?

2. 我试图使用AlgLink_tskMain(struct Utils_TskHndl *pTsk, Utils_MsgHndl * pMsg)里的pMsg来传递参数,但是怎么都找不到pMsg在sender方该怎么设置。

谢谢!