package ti.sdo.ce.video1

Abstract Video 1.0 algorithm interfaces

This package contains interfaces implemented by all video 1.0 decoder algorithms that support the Codec Engine. In addition, it provides APIs that clients can call to create and run these algorithms.
XDCspec declarations sourced in ti/sdo/ce/video1/package.xdc
package ti.sdo.ce.video1 [1, 0, 2] {
 
    interface IVIDDEC1;
    // IVIDDEC1-compliant video decoder interface
    interface IVIDENC1;
    // IVIDENC1-compliant video encoder interface
    module VIDDEC1Config;
    // 
    module VIDENC1Config;
    // 
}
generated on Mon, 20 Sep 2010 23:50:23 GMT