Hi all~

Now I want to input multiple channels video and to encode them. 
For this scheme, if I use VISA API, codec server which TI provided us with, I 
should call multiple VIDENC_create, 
VIDENC_process, VIDENC_control, VIDENC_delete for each channel. For this case, 
GPP is overloaded and codec server
can't be operated optimally. 

To maximize the codec performance, I plan to call codec server just one time 
and codec server can process multiple channel inputs automatically. In other 
words, instead of calling VISA API multiple times, codec server
can process multiple channel inputs. It seems that modification of codec server 
is possible, but VISA API-VIDENC_create, VIDENC_process, VIDENC_control, 
VIDENC_delete doesn't provide us with multiple channel arguments. 

So, I wonder that ...
1. Is it possible to process multiple input channels in codec server. 
2. If it is possible, what VISA function should I call for this? 
3. And is it possible to modify the VISA function. If it is possible, please 
teach or give the information.

 Best luck to you~
_______________________________________________
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to