Hi!
I use omap3530 and DVSDK_3_01_00 3_01_00_10.
I want my algorithm could be processed by DSP, so i try something.
First, I utilize GenCodecPkg that generates the "mymodule",
then I move it to "/home/dvsdk/dvsdk_3_01_00_10/cs1omap3530_1_01_00/packages/ti/sdo/codecs".
Second, I utilize GenServer, I want it to generate the "XXX.x64P" which could includes the "mymodule".
When I exploit the GenServer, In codec list I could find H.264 module(decode and encode), mpeg4 module (decode and encode), ...etc,
but I can't find "mymodule" which generated by GenCodecPkg.
So, what is the error, or there are other ways I could utilize to make my algorithm processed by DSP ?
Thanks for your reply.