From the reply to this post: http://e2e.ti.com/support/dsp/integra_dsparm/f/625/p/110293/405986.aspx and from the code in openmax test bench (G711 encoder) in EZSDK 5_01_01_80 [ti-ezsdk_dm816x-evm_5_01_01_80/example-applications/omtb_01_00_00_02/packages/ti/sdo/omtb/dm816x/dspC67x/src] , it seems that DSP OpenMAX audio component will be running on c674x DSP in Netra to provide MP3, AAC audio encoding/decoding.
DSP Openmax component SYS/BIOS task will have to be configured by DSP codec engine server integrator for priority level, trace level, stack size, so it runs well with other VISA based xDM algorithms (c6accel, IUniversal, Custom Codecs etc.)1 running on the DSP codec engine server.
This to me means DSP codec server integrator's role will have to change.
When will the user guide2 be updated to provide help for such an integration?
Will there be DSP examples of Codec server + OpenMAX in the EzSDK?
Regards
RV
1We currently include xDM algorithm in GenServer generated server.cfg file and add different codecs (c6accel, IUniversal, video analytics etc.). Finally we do a xdc build to get DSP Codec Engine server binary. These are then callable from linux client application running on ARM A8.
2 http://processors.wiki.ti.com/index.php/Codec_Engine_Server_Integrator_User's_Guide.