Holds the coordinates of a rectangle.
Definition at line 158 of file nvbufsurftransform.h.
Data Fields | |
uint32_t | top |
Holds the rectangle top. More... | |
uint32_t | left |
Holds the rectangle left side. More... | |
uint32_t | width |
Holds the rectangle width. More... | |
uint32_t | height |
Holds the rectangle height. More... | |
void * | reserved [STRUCTURE_PADDING] |
Reserved fields for future expansion. More... | |
uint32_t NvBufSurfTransformRect::height |
Holds the rectangle height.
Definition at line 167 of file nvbufsurftransform.h.
uint32_t NvBufSurfTransformRect::left |
Holds the rectangle left side.
Definition at line 163 of file nvbufsurftransform.h.
void* NvBufSurfTransformRect::reserved[STRUCTURE_PADDING] |
Reserved fields for future expansion.
Definition at line 169 of file nvbufsurftransform.h.
uint32_t NvBufSurfTransformRect::top |
Holds the rectangle top.
Definition at line 161 of file nvbufsurftransform.h.
uint32_t NvBufSurfTransformRect::width |
Holds the rectangle width.
Definition at line 165 of file nvbufsurftransform.h.