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.