I know DM8148 EZSDK OpenMax VFPC DEI has at most two input and two output.
I want to use more than one DEI, so,
1. how many DEI component is support in DM8148. if more than one is support, Should I use different handle, or one handle but different port?
from the manual, It seems that only one DEI is support, which have two outpu.
I think the number of component is depend on hardware. and DM8148 only have two SC hardware. so only one DEI is support.
But the handle can be created multi-times, the multi-DEI is running in serial.
2.how many SC commonent is support in DM8148? if more than one is support, Should I use different handle, or one handle but different port?
3. how to make output port of comonent A connect input port of two diffent component.
OR can I split output, half to B and half to C.
OR I change the VLPB to copy buffer. this way, the buffer is copied and waste time and resources.
I am using DEI to do this, so I need more than DEI to work