package ti.sdo.ce.video

Abstract Video Algorithm Interfaces

This package contains interfaces implemented by all video 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/video/package.xdc
package ti.sdo.ce.video [1, 0, 3] {
 
    interface IVIDDEC;
    // IVIDDEC-compliant video decoder interface
    interface IVIDENC;
    // IVIDENC-compliant video encoder interface
    module VIDDECConfig;
    // 
    module VIDENCConfig;
    // 
}
generated on Mon, 20 Sep 2010 23:50:22 GMT