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.

how to intergrate my codecs into openMax

How to intergrate my codecs into openMax(OMX), can someone give me some example,document, url or advices on this topic, i'm useing ezsdk5.3.

Thanks in advance.

  • Chris,

    Since EZSDK provides media controller in binary format, codecs are pre-integrated. To integrate your codec, you will need source code. Please contact your local FAE / TI support.

    Regards

    Vimal

  • Hi,

    It's possible to to invoke DSP C67x by calling OMX. OMX will use syslink to call the so called remote DSP core.

    'ti\omx\comp\vlpb' in omx is a good example. The key point is that you have to declare the ComponentInit() function in both Cortex-A8 and C67x side. See the expamle for more.