package ti.sdo.ce.video2.split

Abstract Video split algorithm interfaces

This package contains interfaces implemented by all video 1.20 decoder split 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/split/package.xdc
package ti.sdo.ce.video2.split [1, 0, 0] {
 
    interface IVIDDEC2BACK;
    // Video decode split algorithm (BACK) configuration interface for xDM IVIDDEC2BACK interface
    interface IVIDDEC2FRONT;
    // Video decode split (FRONT) algorithm configuration interface for xDM IVIDDEC2FRONT interface
    module VIDDEC2BACKConfig;
    // 
}
generated on Mon, 20 Sep 2010 23:50:22 GMT