Hi all,
My target is to build a program which can decode 16ch D1 h264 stream on DM816x.
My SDK version is dm816x-evm_5_01_01_80.
I used the decode_display example in http://e2e.ti.com/support/dsp/integra_dsparm/f/625/t/121270.aspx?PageIndex=1 as template.
My program worked normal when the count of channel is 2.
However I met the some problems after increasing the number of decoder up to 16. The program just hung when try to allocate the 3rd decoder output buffer.
Is there any limitation about allocating decoder input/output port buffer?
Thanks in advance,
Best regards,
Cryu