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.

SystemVideo_Ivahd2ChMap_Tbl 结构体



我在 设置usercase 下看到这个结构体.每次都不是一样的.

static SystemVideo_Ivahd2ChMap_Tbl systemVid_encDecIvaChMapTbl =
{
.isPopulated = 1,
.ivaMap[0] =
{
.EncNumCh = 4,
.EncChList = {0, 1, 2, 3,},
.DecNumCh = 0,
.DecChList = {0},
},
.ivaMap[1] =
{
.EncNumCh = 1,
.EncChList = {4,},
.DecNumCh = 0,
.DecChList = {0, },
},
.ivaMap[2] =
{
.EncNumCh = 0,
.EncChList = {0,},
.DecNumCh = 2,
.DecChList = {0, 1,},
},
};

想问一下,这个ivaMa[2]  是一共有3个IVAMAP ,下面的encNum ,encChlist ..DecNumCh ,
.DecChLis, 和实际应用环节有什么关系?