Hi,各位:
请教一个问题,TI DM8168中间的协处理器之间的关系是怎样的?比如SystemVideo_Ivahd2ChMap_Tbl这个表中间的参数填写需要遵循一个什么样的规则么?谢谢!!
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.
Hi,各位:
请教一个问题,TI DM8168中间的协处理器之间的关系是怎样的?比如SystemVideo_Ivahd2ChMap_Tbl这个表中间的参数填写需要遵循一个什么样的规则么?谢谢!!
/**
\brief Data structure to assign the video channles to any single IVA-HD
*/
typedef struct SystemVideo_Ivahd2ChMap {
UInt32 EncNumCh;
/**< Number of Encoder channels */
UInt32 EncChList[SYSTEMVIDEO_MAX_IVACH];
/**< Encoder channel list */
UInt32 DecNumCh;
/**< Number of Decoder channels */
UInt32 DecChList[SYSTEMVIDEO_MAX_IVACH];
/**< Decoder channel list */
} SystemVideo_Ivahd2ChMap;