package ti.sdo.ce.video2

Abstract Video algorithm interfaces

This package contains interfaces implemented by all video encoder and 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/video2/package.xdc
package ti.sdo.ce.video2 [1, 0, 3] {
 
    interface IVIDDEC2;
    // IVIDDEC2-compliant video decoder interface
    interface IVIDENC2;
    // IVIDENC2-compliant video encoder interface
    module VIDDEC2Config;
    module VIDENC2Config;
}
generated on Fri, 24 Feb 2012 03:47:08 GMT