We designed a custom DM8168 board.In the board,we use FPGA to transfer video stream data to DM8168.
16Bit YUV 4:2:2
Video ASIC————————> FPGA————————>DM8168
We want DM8168 to use this video,such like being used by scaler,or being codeced to H.264 data.
Can FPGA just be used as a "Bridge"?I mean the FPGA don't change the video buffer data format.
If so,does DM8168 has to pay a BIG CPU load for processing or converting the raw video format to a specific format which can be directly used by DM8168?