Hello,We want to use DM8168+C6678*2 to achieve a H.265 encode/decode user case.
PCIe X-bus?
DM8168<------------------->C6678<------------->C6678
And now we think the above diagram shows what we need.
We use DM8168 to push YUV data to C6678,and C6678 returns H.265 stream.Or DM8168 to push H.265 stream to C6678,then C6678 returns YUV data,and latter is a decode case.
Our target is to encode 720P30*2 H.265 LD streams+decode 720P30*2 H.265 LD streams simultaneously or
encode 1080P30*1 H.265 LD stream+decode 1080P30*1 H.265 LD stream simultaneously.
And it exceeds the capability of single C6678 device.So,how to connect two C6678.WIth X bus?Hyperlink or SRIO or SGMII?
And if we want to use two C6678 to encode/decode,do we need to use MultiCore Navigator to do something?such as order core0 to dispatch task,core 3 to encode a block of video?