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.

Algorithm .c file in codec example

Other Parts Discussed in Thread: OMAP-L138

Hi.

I am using omap-L138 DVSDK.

There is an algorithm file in the viddec sample codec named viddec_copy.c

 

Is there a same one for the iunversal sample codec which i can edit.

Thanks

  • Amy,

    You can find the universal_copy.c file in the package ti.xdais.dm.examples.universal_copy.

    The viddec_copy codec sample is a single package that contains the codec library and the packaging needed for integration with Codec Engine.  The universal_copy codec example, on the other hand, illustrates the case where you have one package containing the codec library, and another package for integration with Codec Engine.  If you want to create a codec package based on universal_copy, you may try using the GenCodecPackage wizard, which comes with Codec Engine.  Here is a link to documentation on GenCodecPackage

    http://processors.wiki.ti.com/index.php/Codec_Engine_GenCodecPkg_Wizard_FAQ

    The wizard will ask you the type of Codec Package you want to create (from an existing codec library, or from scratch), and the type of interface.  You can choose IUNIVERSAL for the interface.

    Best regards,

        Janet