metaonly module ti.xdais.dm.examples.videnc1_copy.VIDENC1_COPY |
 |
Video Encoder Algorithm
This video encoder implements the IVIDENC1 XDM interface.
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
metaonly module 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 Sep 2010 23:50:19 GMT