![Texas Instruments DM365 User Manual Download Page 94](http://html.mh-extra.com/html/texas-instruments/dm365/dm365_user-manual_1094517094.webp)
API Reference
4-48
Note:
TimeStamp
is included only when
IH264VENC_DynamicParams-
>EnablePicTimSEI
is set to 1.
4.2.2.4 IH264VENC_Status
║
Description
This structure defines parameters that describe the status of the H.264
Encoder and any other implementation specific parameters. The status
parameters are defined in the XDM data structure,
IVIDENC1_Status
.
║
Fields
Field Data
type
Input/
Output
Description
videncStatus IVIDENC1_Status
Input/Output See
IVIDENC1_Status
data structure for
details.
4.2.2.5 IH264VENC_OutArgs
║
Description
This structure defines the run-time output arguments for the H.264 Encoder
instance object.
║
Fields
Field Data
type
Input/
Output
Description
videncOutArgs IVIDENC1_OutAr
gs
Output See
IVIDENC1_OutArgs
data structure for
details.
numPackets XDAS_Int32
Output
Total number of packets/slices in the encoded
frame. The size of the packet is part of
outBufs
memory of the process call.
offsetUserDat
a
XDAS_Int32
Output
This is the offset in the bit-stream for user data
insertion.
The offset (bytes) is with respect to the output
buffer where the encoded frame is dumped after
the
process()
call. Application should move to
this offset and place the user data of
lengthUserData
.
Codec only adds placeholder in bit-stream for user
data insertion. Actual user data insertion has to be
done by the application.
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 ...