![Texas Instruments DM365 User Manual Download Page 65](http://html.mh-extra.com/html/texas-instruments/dm365/dm365_user-manual_1094517065.webp)
API Reference
4-19
Group or Enumeration
Class
Symbolic Constant Name
Description or Evaluation
IH264VENC_ERR_HANDLE_N
ULL
This fatal error is returned when input
handle is
NULL.
If the handle is
NULL
in
algFree
or
algInit
call this error
is returned to call function. If the
handle is
NULL
in a control call this
error is returned in
sStatus-
>videncStatus.extendedError
and control call returns
IVIDENC1_EFAIL
. If the handle is
NULL
in a process call this error is
returned in
outArgs-
>extendedError
and process call
returns
IVIDENC1_EFAIL
.
IH264VENC_ERR_INCORREC
T_HANDLE
This fatal error is returned when
incorrect codec handle is passed to
code API. If the handle is incorrectly
passed in
algFree
or
algInit
call
this error is returned to callee function.
If the handle is incorrectly passed in a
control call this error is returned in
sStatus-
>videncStatus.extendedError
and control call returns
IVIDENC1_EFAIL
. If the handle is
incorrectly passed in a process call this
error is returned in
outArgs-
>extendedError
and process call
returns
IVIDENC1_EFAIL
.
IH264VENC_ERR_MEMTAB_N
ULL
This fatal error is returned when
memtabs
passed to
algInit
or
algFree
are NULL or not aligned to
32bit word boundary.
IH264VENC_ERR_IVIDENC1
_INITPARAMS_SIZE
This fatal error is returned when size of
algParams
passed to
algInit
is not
set to size of
IVIDENC1_Params
or
size of
IH264VENC_Params
.
IH264VENC_ERR_MEMTABS_
BASE_NULL
This fatal error is returned when
base
pointer of
memTabs
passed to
algInit
are
NULL
.
IH264VENC_ERR_MEMTABS_
BASE_NOT_ALIGNED
This fatal error is returned when
base
pointer of
memTabs
passed to
algInit
are not aligned as per the
requested alignment specified in
algAlloc
.
IH264VENC_ERR_MEMTABS_
SIZE
This fatal error is returned when
size
of
memTabs
passed to
algInit
are
less than the requested size specified
in
algAlloc
.
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 ...