package ti.sdo.ce.examples.codecs.viddec2_copy |
 |
Simple Codec Engine compatible IVIDDEC2 "decoder", wrapping the video2_copy
codec distributed with xDAIS
This codec illustrates the simplest integration into the Codec
Engine. Only three files are required to integrate into the codec engine:
[
more ... ]
package ti.sdo.ce.examples.codecs.viddec2_copy [1, 0, 0] {
// VIDDEC2_COPY codec specification
}
DETAILS
This codec illustrates the simplest integration into the Codec
Engine. Only three files are required to integrate into the codec engine:
- package.xdc
-
This file is required to declare a name for this package and to
list all codec interfaces available.
- VIDDEC2_COPY.xdc
-
This file specifies a codec (named VIDDEC2_COPY) that is
provided by this package.
- VIDDEC2_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.
Integration into the Codec Engine requires no change to the codecs
libraries.
generated on Mon, 20 Sep 2010 23:50:12 GMT