I add a omx component which is similar to adec., And add my algorithm.
I have several probelms:
1. how to trace DSP side.
I know DSP trace can be done by trace_utils in DM6467, how to do that in DM8148?
2. I think maybe it's better to debug in arm.
So, If I wanna put DSP algorithm running in arm, what should I to do. Can the Codec enigne run on A8host without modification?
In the OMX examples, it seems that vlpb can run on both side.
I think the following need to be done to make DSP algorimthm running in arm.
a. app makefile :
COMP_LIST_c6xdsp -= module_name
COMP_LIST_a8host += module_name
b. COMP makefile:
SRCS_a8host += module_source.c
SRCS_c6xdsp += module_source.c
c. omx, domx BUILD_module_name_ related MACROS