This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ARM only codec using dvsdk

Hi,

I have dvsdk setup for dm6467T and OMAP3EVM and I am able to use TI' decode demo application which uses codec server (cs.x64P)
If I want to use my audio codec and run it on ARM, then what procedure I need to follow ?

I have gone through
http://processors.wiki.ti.com/index.php/Configuring_Codec_Engine_in_Arm_apps_with_createFromServer#Adding_local_codecs_to_engine_configured_with_createFromServer.28.29

But I don't get info about arm side executable . ( x64P is server exe which runs of DSP so what is the equivalent of that if I want my codec to run on ARM side)

Other Questions are
1)While generating codec combo,I use >>make genpackage and >> make genserver from ceutils, to create my own codec package and codec servers, Is there Package creation utility that creates codec package for ARM only ?
If there is no separate procedure then  Where to give path for arm codec library

2)app_local.xv5T is available in  dvsdk_3_10_00_16/codec_engine_2_25_01_06/examples/ti/sdo/ce/examples/apps/audio1_copy/sync/bin/ti_platforms_evmDM6467T. I can run it and can see audio copy logs  But I am not able to find out which codec is accessed by this application

3)It is possible to modify  default Decode demo application (by making changes in decode_xv5T.c or other files )which can use ARM side codec.

  • Amogh,

    Are you planning to continue using the DSP codecs and in addition you want to add ARM codecs?  Or do you want to throw away the DSP codecs completely and use only ARM codecs?

    Grab the latest version of Codec Engine from here (currently 2.26.01).  The GenCodecPkg has been updated to add ARM support.  It's not required that you use that integrate that version of Codec Engine into your DVSDK.  You can simply create your package and then use that.

    Brad