Hello !
running run_mcfw_demo script in DM8168 board , choose 5 (decode+ display), reads 6 channels 1080p video files, the problem is as follows:
1. The program is how to read 6 channels 1080p video files at the same time, decoding, and display? A8, M3VIDEO and M3VPSS core is how to exchange data? Can you give me an explanation of the process in more detail ?
2.2. VdecVdis_bitsRdGetEmptyBitBufs (& emptyBufList, resId);
VdecVdis_bitsRdReadData (& emptyBufList, resId);
VdecVdis_bitsRdSendFullBitBufs (& emptyBufList); what are these three functions do detailed ?