![Texas Instruments DM365 User Manual Download Page 102](http://html.mh-extra.com/html/texas-instruments/dm365/dm365_user-manual_1094517102.webp)
API Reference
4-56
4.5.2 Constant
4.5.2.1 IH264VENC_TI_MAXNUMBLOCKS
║
Description
This MACRO defines max value of numBlocks accepted by encoder when
operated in IH264VNC_TI_SLICEMODE outputData mode
4.5.3
Typdef
4.5.3.1 IH264VENC_TI_DataSyncHandle
║
Description
This typedefs is handle that identifies DataSync FIFO. Fields
Field Data
type
Input/
Output
Description
IH264VENC_TI_Dat
aSyncHandle
Void *
Input
This handle is provided by the application to
handle DataSync Fifo. Encoder passes this
handle back to application when providing
output data via callback
4.5.3.2
IH264VENC_TI_DataSyncPutGetFxn
Typedef to pointer to callback module used by encoder to signal "data
ready" to consumer and to get the space for next set of data. Consumer
need to define this API. Returns the successor failure status. Valid return
value is XDM_EOK or XDM_EFAIL.
║
Name
IH264VENC_TI_DataSyncPutGetFxn
.
║
Synopsis
typedef XDAS_Int32 (*
IH264VENC_TI_DataSyncPutGetFxn)(IH264VENC_TI_DataSyncHandl
e dataSyncHandle, IH264VENC_TI_DataSyncDesc dataSyncDesc);
║
Arguments
IH264VENC_TI_DataSyncHandle dataSyncHandle /* Handle of
dataSync provided by application */
║
Arguments
IH264VENC_TI_DataSyncDesc *dataSyncDesc /*
dataSyncDescriptor containing encoded slice to be provided
to application */
║
Return Value
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 ...