![Texas Instruments DM365 Скачать руководство пользователя страница 113](http://html.mh-extra.com/html/texas-instruments/dm365/dm365_user-manual_1094517113.webp)
API Reference
4-67
The following conditions must be true prior to calling this function;
otherwise, its operation is undefined.
process()
can only be called after a successful return from
algInit()
and
algActivate()
.
handle
must be a valid handle for the algorithm’s instance object.
Buffer descriptor for input and output buffers must be valid.
Input buffers must have valid input data.
║
Post conditions
The following conditions are true immediately after returning from this
function.
If the process operation is successful, the return value from this operation
is equal to
IALG_EOK
; otherwise it is equal to either
IALG_EFAIL
or an
algorithm specific return value.
║
Example
See test application file, h264encoderapp.c available in the \client\test\src
sub-directory.
║
See Also
algInit(),
algDeactivate(),
control()
Note:
A video encoder or decoder cannot be pre-empted by any other
video encoder or decoder instance. That is, you cannot perform task
switching while encode/decode of a particular frame is in progress.
Pre-emption can happen only at frame boundaries and after
algDeactivate()
is called.
The input data is YUV 4:2:0 SP. The encoder output is H.264
encoded bit stream.
Содержание DM365
Страница 10: ...x This page is intentionally left blank ...
Страница 12: ...xii This page is intentionally left blank ...
Страница 24: ...Introduction 1 12 This page is intentionally left blank ...
Страница 34: ...Installation Overview 2 10 This page is intentionally left blank ...
Страница 116: ...API Reference 4 70 This page is intentionally left blank ...
Страница 120: ...Error Description B 2 This page is intentionally left blank ...
Страница 124: ...ARM926 TCM Buffer Usage By Codec D 2 This page is intentionally left blank ...
Страница 126: ...Simple Two pass Encoding Sample Usage E 2 Case 1 Case 2 Case 3 Case 4 Frame Skip ...
Страница 130: ...Simple Two pass Encoding Sample Usage E 6 This page is intentionally left blank ...