API Reference
4-39
║
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 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.3.5 Termination
API
Termination API is used to terminate the algorithm instance and free up the
memory space that it uses.
Содержание DM6467
Страница 1: ...H 264 1080p 30 BP Encoder on DM6467 User s Guide Literature Number SPRUGN8 October 2009 ...
Страница 10: ...x This page is intentionally left blank ...
Страница 12: ...xii This page is intentionally left blank ...
Страница 18: ...Introduction 1 6 This page is intentionally left blank ...
Страница 36: ...Sample Usage 3 10 This page is intentionally left blank ...