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.

IpcOutM3Link skipping the complete input frames

Other Parts Discussed in Thread: DM385

Hi All,

I was working on DM385 custom board with IPNC RDK 3.5 version.

My usecase is like

IpcBitsOutHost->IpcBitsInVideo->decId->IpcOutM3Video->ipcInM3Vpss->displayId

I am feeding input buffer to IpcBitsOutHost from *.avi file. In the chain link displaylink displaying single frame only.

In debug messages telling IpcOutM3Video skipping complete all frames.

please see the below messages.

]  *** DECODE Statistics ***
 [m3video]
 [m3video]  Elasped Time           : 17 secs
 [m3video]
 [m3video]
 [m3video]  CH  | In Recv In User  Out
 [m3video]  Num | FPS     Skip FPS FPS
 [m3video]  -----------------------------------
 [m3video]    0 |      37        0  37
 [m3video]
 [m3video] Multi Channel Decode Average Submit Batch Size
 [m3video] Max Submit Batch Size : 12
 [m3video] IVAHD_0 Average Batch Size : 1
 [m3video] IVAHD_0 Max achieved Batch Size : 1
 [m3video]
 [m3video]
 [m3video]  *** IpcOutM3 Statistics ***
 [m3video]
 [m3video]  Elasped Time           : 17 secs
 [m3video]  Total Fields Processed : 635
 [m3video]  Total Fields FPS       : 37 FPS
 [m3video]
 [m3video]
 [m3video]  CH  | In Recv In Process In Skip
 [m3video]  Num | FPS     FPS        FPS
 [m3video]  --------------------------------
 [m3video]    0 |      37          0      37

can you please suggest me, what is root cause of this issue?.

Regards,

Kolanchi.