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.

numVipInst & numSubChains

Hi,

Mcfw examples In RDK2.8 always have this code:

capturePrm.numVipInst               = 2*numSubChains; /* Need to change based on actual HD video decoder */

What does numSubChains mean? Why numVipInst should be 2 times of numSubChains?

  • numSubChains refers to the number of DEI instances . numVipInst is numSubChains * 2 for the 16 channel progrssive DVR usecase as each DEI channel is fed 8 channels.

    and there are 4 vipinstances corresponding to 4 TVP 5158 (each TVP 5158 captures 4 channels). I dont think you need to use this formula if you are creating your own usecase. You can explicitlyset number of vipInstances