package ti.sdo.ce.examples.codecs.imgdec_copy |
 |
Codec Engine IMGDEC-compliant codec
This codec illustrates the simplest integration into the Codec
Engine. Only three files are required to integrate into CE:
[
more ... ]
package ti.sdo.ce.examples.codecs.imgdec_copy [1, 0, 0] {
// IMGDEC_COPY codec specification
}
DETAILS
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.
- IMGDEC_COPY.xdc
-
This file specifies a codec (named IMGDEC_COPY) that is
provided by this package.
- IMGDEC_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.
All other files in this package are simply the implementation of the codec
as specified by XDM's IIMGDEC interface. Integration into CE
requires no change to the codecs sources.
As the IIMGDEC interface is deprecated, the XDAIS product doesn't provide
an example of an algorithm that implements the IIMGDEC interface. This
package serves two purposes:
- Simple reference implementation of an algorithm that implements the
IIMGDEC interface
- Example of a package that both provides an algorithm's XDAIS/XDM
libraries and implements the ti.sdo.ce.ICodec interface.
generated on Tue, 17 Jan 2012 07:28:46 GMT