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

Video Encoder Algorithm

This video encoder implements the IVIDENC1 XDM interface.
XDCscript usage meta-domain sourced in ti/xdais/dm/examples/videnc1_copy/VIDENC1_COPY.xdc
var VIDENC1_COPY = xdc.useModule('ti.xdais.dm.examples.videnc1_copy.VIDENC1_COPY');
module-wide config parameters
 
 
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 Mon, 20 May 2013 19:15:11 GMT