4-45
4.2.1.13
XDM_Point
║
Description
This structure specifies the two dimensional point.
║
Fields
Field
Data Type
Input/
Output
Description
X
XDAS_Int32
Input
X field of the frame
Y
XDAS_Int32
Input
Y field of the frame
4.2.1.14
XDM_Rect
║
Description
This structure defines the region in the image that is to be encoded.
║
Fields
Field
Data Type
Input/
Output
Description
topLeft
XDM_Point
Input
Top left corner of the frame.
See
XDM_Point
data structure for details.
bottomRight
XDM_Point
Input
Bottom right corner of the frame.
See
XDM_Point
data structure for details.
4.2.1.15
XDM_DataSyncDesc
║
Description
This structure provides the descriptor for the chunk of data being transferred in one call to
putData
or
getData
.
║
Fields
Field
Data Type
Input/
Output
Description
size
XDAS_Int32
Input/Ou
tput
Size of this structure
scatteredBlo
cksFlag
XDAS_Int32
Input/Ou
tput
Flag indicating whether the individual data blocks
may be scattered in memory.
*baseAddr
XDAS_Int32
Input/Ou
tput
Base address of single data block or pointer to an
array of data block addresses of size
numBlocks
.