Hi ,
In the TMS320DM36x VICP Algorithms and Codecs Integration doc,
8 Getting Over Limitations of DMA Channels Usage
2. Open edma.h and update the #defines DM365_DMACH2EVENT_MAP0 and
DM365_DMACH2EVENT_MAP1. --------------------> update to what ?
Could you help about the group ID. How to put the H264, JPEG, DEI together?
Is below OK?
{name: "h264enc", mod: H264ENC, local: true, groupId: 1},
{name: "jpegenc", mod: JPEGENC, local: true, groupId: 1},
{name: "dei", mod: DEI, local: true, groupId: 1},
or
{name: "h264enc", mod: H264ENC, local: true, groupId: 1},
{name: "jpegenc", mod: JPEGENC, local: true, groupId: 1},
{name: "dei", mod: DEI, local: true, groupId: 2},
or
{name: "h264enc", mod: H264ENC, local: true, groupId: 1},
{name: "jpegenc", mod: JPEGENC, local: true, groupId: 2},
{name: "dei", mod: DEI, local: true, groupId: 2},
which one is best?
Thanks