![Texas Instruments DM365 User Manual Download Page 74](http://html.mh-extra.com/html/texas-instruments/dm365/dm365_user-manual_1094517074.webp)
API Reference
4-28
Field Data
type
Input/
Output
Description
dataEndianness XDAS_Int32
Input
Endianness of input data. See
XDM_DataFormat
enumeration for details.
Default value =
XDM_BYTE
.
maxInterFrameInterv
al
XDAS_Int32
Input
Distance from I-frame to P-frame:
1 - If no B-frames
2 - To insert one B-frame
This parameter is not supported as B-frames
are not supported. Set value = 1
inputChromaFormat XDAS_Int32
Input
Input chroma format. See
XDM_ChromaFormat
and
IH264VENC_ChromaFormat
enumeration
for details.
Set value as =
XDM_YUV_420SP
. Other
values are not supported.
inputContentType XDAS_Int32
Input
Input content type. See
IVIDEO_ContentType
enumeration for
details.
Default value =
IVIDEO_PROGRESSIVE
.
reconChromaFormat XDAS_Int32
Input
Chroma formats for the reconstruction
buffers.
Set value as =
XDM_YUV_420SP
. Other
values are not supported.
Note:
encodingPreset
: There are no tools which can cause perfromance
difference. Hence,
XDM_HIGH_QUALITY
and
XDM_HIGH_SPEED
will give
the same bitstream/perfromance.
The maximum video height and width supported are 2048 and 2048
pixels respectively.
For the supported
maxBitRate
values, see Annex A in
ISO/IEC 14496-
10
.
The following fields of
IVIDENC1_Params
data structure are level
dependent:
maxHeight
maxWidth
maxFrameRate
maxBitRate
To check the values supported for
maxHeight
and
maxWidth
use the
following expression:
maxFrameSizeinMbs
>= (
maxHeight*maxWidth) / 256
;
See Table A.1 – Level Limits in
ISO/IEC 14496-10
for the supported
maxFrameSizeinMbs
values.
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 ...