Holds coordinates for a rectangle.
Definition at line 380 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 389 of file nvbuf_utils.h.
uint32_t NvBufferRect::left |
rectangle left.
Definition at line 385 of file nvbuf_utils.h.
uint32_t NvBufferRect::top |
rectangle top.
Definition at line 383 of file nvbuf_utils.h.
uint32_t NvBufferRect::width |
rectangle width.
Definition at line 387 of file nvbuf_utils.h.