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.

swms error

hi,all.when i link the dei to enc directly ,and then when run to  the swms it has error

[m3video] DECLINK:HEAPID:0 USED:120
[m3video] 23662: DECODE: Create ... DONE !!!
[m3video] 23662: IPC_OUT_M3 : Create in progress !!!
[m3video] 23663: IPC_OUT_M3 : Create Done !!!
[m3vpss ] UTILS: DMA: Allocated CH (TCC) = 59 (59)
[m3vpss ] UTILS: DMA: 0 of 1: Allocated PaRAM = 59 (0x49004760)
[m3vpss ] UTILS: DMA: Allocated CH (TCC) = 60 (60)
[m3vpss ] UTILS: DMA: 0 of 4: Allocated PaRAM = 60 (0x49004780)
[m3vpss ] UTILS: DMA: 1 of 4: Allocated PaRAM = 67 (0x49004860)
[m3vpss ] UTILS: DMA: 2 of 4: Allocated PaRAM = 160 (0x49005400)
[m3vpss ] UTILS: DMA: 3 of 4: Allocated PaRAM = 161 (0x49005420)
[m3vpss ] SWMS: instance 0, sc id 3, start win 0 end win 17
[m3vpss ] 23784: Assertion @ Line: 2559 in links_m3vpss/swMs/swMsLink_drv.c: pDrvObj->fvidHandle != NULL : failed !!!

 

the following is my smws configure:

swMsPrm[0].swMsInstId[0] = SYSTEM_SW_MS_SC_INST_VIP0_SC;
swMsPrm[1].swMsInstId[0] = SYSTEM_SW_MS_SC_INST_DEIHQ_SC_NO_DEI;
swMsPrm[0].numSwMsInst = 1;
swMsPrm[0].swMsInstStartWin[0] = 0;
swMsPrm[0].swMsInstStartWin[1] = 16;
swMsPrm[1].numSwMsInst = swMsPrm[0].numSwMsInst;
swMsPrm[1].swMsInstStartWin[0] = swMsPrm[0].swMsInstStartWin[0];
swMsPrm[1].swMsInstStartWin[1] = swMsPrm[0].swMsInstStartWin[1];

so how to fix it ?