package ti.sdo.ce.examples.codecs.videnc1_copy

Codec Engine VIDENC1-compliant codec

This package simply wraps the IVIDENC1-compliant example copy codec distributed with XDAIS. [ more ... ]
XDCspec declarations sourced in ti/sdo/ce/examples/codecs/videnc1_copy/package.xdc
 
package ti.sdo.ce.examples.codecs.videnc1_copy [1, 0, 0] {
 
    module VIDENC1_COPY;
    // VIDENC1_COPY codec specification
}
DETAILS
This package simply wraps the IVIDENC1-compliant example copy codec distributed with XDAIS.
This codec illustrates the simplest integration into the Codec Engine. Only three files are required to integrate into CE:
package.xdc
This file is required to declare a name for this package and to list all codec interfaces available.
VIDENC1_COPY.xdc
This file specifies a codec (named VIDENC1_COPY) that is provided by this package.
VIDENC1_COPY.xs
This file implements the functions required by the ICodec interface; these functions enable the codec to describe its non-functional requirements such as stack size. A package dependency (the 'requires' statement above) is established allowing the XDAIS package to provide the [unmodified] codec library while this package provides merely the CE-specific metadata necessary for integration.
generated on Fri, 24 Feb 2012 03:46:51 GMT