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.

systemVid_encDecIvaChMapTbl

hi all.now my encdecIvaChMap is following:

i want to know whether this configure can compatible 1enc+2dec(1080P60)or 2enc+1dec(1080p)or2enc+16dec(CIF)?

because now my app sometimes run for some time will have the Segmentation fault,but it is normal ever before,so what is wrong with that ?

.isPopulated = 1,
.ivaMap[0] =
{
.EncNumCh = 1,
.EncChList = {0},
.DecNumCh = 0,
.DecChList = { 0},
},
.ivaMap[1] =
{
.EncNumCh = 1,
.EncChList = {1},
.DecNumCh = 8,
.DecChList = {1,3,5,7,9,11,13,15},
},
.ivaMap[2] =
{
.EncNumCh = 0,
.EncChList = {0},
.DecNumCh = 8,
.DecChList = {0,2,4,6,8,10,12,14},
},

tks