![Texas Instruments DM365 User Manual Download Page 111](http://html.mh-extra.com/html/texas-instruments/dm365/dm365_user-manual_1094517111.webp)
API Reference
4-65
4.6.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’s 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 DM365
Page 10: ...x This page is intentionally left blank ...
Page 12: ...xii This page is intentionally left blank ...
Page 24: ...Introduction 1 12 This page is intentionally left blank ...
Page 34: ...Installation Overview 2 10 This page is intentionally left blank ...
Page 116: ...API Reference 4 70 This page is intentionally left blank ...
Page 120: ...Error Description B 2 This page is intentionally left blank ...
Page 124: ...ARM926 TCM Buffer Usage By Codec D 2 This page is intentionally left blank ...
Page 126: ...Simple Two pass Encoding Sample Usage E 2 Case 1 Case 2 Case 3 Case 4 Frame Skip ...
Page 130: ...Simple Two pass Encoding Sample Usage E 6 This page is intentionally left blank ...