|
|
L4T Multimedia API Reference32.3.1 Release |
Holds the input parameters for hardware buffer creation.
Definition at line 351 of file nvbuf_utils.h.
Data Fields | |
| int32_t | width |
| width of the buffer. More... | |
| int32_t | height |
| height of the buffer. More... | |
| NvBufferPayloadType | payloadType |
| payload type of the buffer. More... | |
| int32_t | memsize |
| size of the memory. More... | |
| NvBufferLayout | layout |
| layout of the buffer. More... | |
| NvBufferColorFormat | colorFormat |
| colorformat of the buffer. More... | |
| NvBufferTag | nvbuf_tag |
| tag to associate with the buffer. More... | |
| NvBufferColorFormat _NvBufferCreateParams::colorFormat |
colorformat of the buffer.
Definition at line 364 of file nvbuf_utils.h.
| int32_t _NvBufferCreateParams::height |
height of the buffer.
Definition at line 356 of file nvbuf_utils.h.
| NvBufferLayout _NvBufferCreateParams::layout |
layout of the buffer.
Definition at line 362 of file nvbuf_utils.h.
| int32_t _NvBufferCreateParams::memsize |
size of the memory.
(Applicale for NvBufferPayload_MemHandle)
Definition at line 360 of file nvbuf_utils.h.
| NvBufferTag _NvBufferCreateParams::nvbuf_tag |
tag to associate with the buffer.
Definition at line 366 of file nvbuf_utils.h.
| NvBufferPayloadType _NvBufferCreateParams::payloadType |
payload type of the buffer.
Definition at line 358 of file nvbuf_utils.h.
| int32_t _NvBufferCreateParams::width |
width of the buffer.
Definition at line 354 of file nvbuf_utils.h.