Hello There:
I'm trying to create encoders and decoders to process 8 video incoming signals using the TMS320DM648 DVDP evaluation board, however the maximum number I can create before I have an error is 1 decoder and 6 encoders. I'm using only one codec engine to create the handlers.
I'm using ce = Engine_open(engineName, NULL, NULL) to open the engine and VIDENC_create(encEng, encoderName, &encInitialPar) to create the encoders.
1.- Is there any restrictions on the number of codec handlers that you can create?
2.- How can I create the 8 encoder and decoder handlers?
Thank you;
Gabriel Quintana