|
|
L4T Multimedia API Reference32.3.1 Release |
Holds coordinates for a rectangle.
Definition at line 312 of file nvbuf_utils.h.
Data Fields | |
| uint32_t | top |
| rectangle top. More... | |
| uint32_t | left |
| rectangle left. More... | |
| uint32_t | width |
| rectangle width. More... | |
| uint32_t | height |
| rectangle height. More... | |
| uint32_t NvBufferRect::height |
rectangle height.
Definition at line 321 of file nvbuf_utils.h.
| uint32_t NvBufferRect::left |
rectangle left.
Definition at line 317 of file nvbuf_utils.h.
| uint32_t NvBufferRect::top |
rectangle top.
Definition at line 315 of file nvbuf_utils.h.
| uint32_t NvBufferRect::width |
rectangle width.
Definition at line 319 of file nvbuf_utils.h.