![Texas Instruments DM365 User Manual Download Page 114](http://html.mh-extra.com/html/texas-instruments/dm365/dm365_user-manual_1094517114.webp)
API Reference
4-68
║
Name
algDeactivate()
– save all persistent data to non-scratch memory
║
Synopsis
Void algDeactivate(IALG_Handle handle);
║
Arguments
IALG_Handle handle; /* algorithm instance handle */
║
Return Value
Void
║
Description
algDeactivate()
saves any persistent information to non-scratch buffers
using the persistent memory that is part of the algorithm’s instance object.
The first (and only) argument to
algDeactivate()
is an algorithm
instance handle. This handle is used by the algorithm to identify various
buffers that must be saved prior to next cycle of
algActivate()
and
processing.
For more details, see
TMS320 DSP Algorithm Standard API Reference
(literature number SPRU360).
║
See Also
algActivate()
4.6.5 Termination
API
Termination API is used to terminate the algorithm instance and free up the
memory space that it uses.
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 ...