metaonly module ti.xdais.dm.examples.videnc1_copy.VIDENC1_COPY

Video Encoder Algorithm

This video encoder implements the IVIDENC1 XDM interface.
XDCspec summary sourced in ti/xdais/dm/examples/videnc1_copy/VIDENC1_COPY.xdc
metaonly module VIDENC1_COPY {  ...
XDCscript usage meta-domain
var VIDENC1_COPY = xdc.useModule('ti.xdais.dm.examples.videnc1_copy.VIDENC1_COPY');
module-wide config parameters
 
XDCspec declarations sourced in ti/xdais/dm/examples/videnc1_copy/VIDENC1_COPY.xdc
 
metaonly module VIDENC1_COPY {
module-wide config parameters
    config Bool useDMA// Enable DMA acceleration = false;
}
 
config VIDENC1_COPY.useDMA  // module-wide

Enable DMA acceleration

XDCscript usage meta-domain
VIDENC1_COPY.useDMA = Bool false;
 
DETAILS
This config flag can be used to enable DMA in this algorithm.
Note that this feature is not available on all targets this codec supports. If you set this to true, this package will test whether DMA is available for the requested target. If it's not available, a warning will be printed, and the codec will fall back to using the memcpy based implementation.
generated on Sun, 29 Aug 2010 18:57:18 GMT