package ti.sdo.ce.image

Abstract Image Algorithm Interfaces

This package contains interfaces implemented by all image 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/image/package.xdc
package ti.sdo.ce.image [1, 0, 3] {
 
    interface IIMGDEC;
    // IIMGDEC-compliant image decoder interface
    interface IIMGENC;
    // IIMGENC-compliant image decoder interface
    module IMGDECConfig;
    // 
    module IMGENCConfig;
    // 
}
generated on Mon, 20 Sep 2010 23:50:21 GMT