API Reference
4-36
4.3.4 Data Processing API
Data processing API is used for processing the input data.
║
Name
algActivate()
– initialize scratch memory buffers prior to processing.
║
Synopsis
Void algActivate(IALG_Handle handle);
║
Arguments
IALG_Handle handle; /* algorithm instance handle */
║
Return Value
Void
║
Description
algActivate()
initializes any of the instance scratch buffers using the
persistent memory that is part of the algorithm instance object.
The first (and only) argument to
algActivate()
is an algorithm instance
handle. This handle is used by the algorithm to identify various buffers that
must be initialized prior to calling any of the algorithm processing methods.
For more details, see
TMS320 DSP Algorithm Standard API Reference.
(literature number SPRU360).
║
See Also
algDeactivate()
Summary of Contents for DM6467
Page 1: ...H 264 1080p 30 BP Encoder on DM6467 User s Guide Literature Number SPRUGN8 October 2009 ...
Page 10: ...x This page is intentionally left blank ...
Page 12: ...xii This page is intentionally left blank ...
Page 18: ...Introduction 1 6 This page is intentionally left blank ...
Page 36: ...Sample Usage 3 10 This page is intentionally left blank ...