package ti.sdo.ce.examples.apps.universal_copy    

Codec Engine "universal copy" example app

This example app utilizes an algorithm that implement the XDM IUNIVERSAL interface. [ more ... ]
XDCspec declarations sourced in ti/sdo/ce/examples/apps/universal_copy/package.xdc
package ti.sdo.ce.examples.apps.universal_copy [1, 0, 0] {
 
}
DETAILS
This example app utilizes an algorithm that implement the XDM IUNIVERSAL interface.
This example builds using the XDC build tools, and is portable to several execution environments. The following files are included in this package:
package.xdc
This file is required to declare a globally unique name for this package.
package.bld
This file is the build script describing the application to the XDC built tools.
makefile
A usability makefile wrapper around the XDC build tools.
local.cfg
The XDC configuration file for this executable, when configured to run "local" codecs. This is the typical configuration for single processor excution environments.
remote.cfg
The XDC configuration file for this executable, when configured to run "remote" codecs on a heterogeneous multicore HLOS + BIOS environment.
remotemc.cfg
The XDC configuration file for this executable, when configured to run "remote" codecs on a homogeneous multicore BIOS environment.
app.c
The primary source file for this executable.
main_*.c
The execution runtime-specific entry point for this executable. This isolates any runtime-specific startup code from the generic application.
generated on Fri, 24 Feb 2012 03:47:01 GMT