because there are only two dei component, so I want to know how one component handle to hanle multi channel.
give a example like this, DEI have two input port, have four output port, outport channel 0 and channel 2 connect to NF component, dei output channel 1 and channel 3 are connect to SCALE component. the output port of NF component are connect to ENC0 and ENC1.
channel 1 output nv12 -------
channel 0 yuyv ------------ channel 3 output nv12 --------- SCALE
DEI channel 0 output yuyv ----------
channel 1 yuyv -------------- channel 2 output yuyv ----------- NF ------enc(0,1)
can anyone to give some code to solve this problem?