Jetson Linux API Reference

32.7.4 Release
_NvBufferCreateParams Struct Reference

Detailed Description

Holds the input parameters for hardware buffer creation.

Definition at line 403 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...
 

Field Documentation

◆ colorFormat

NvBufferColorFormat _NvBufferCreateParams::colorFormat

colorformat of the buffer.

Definition at line 416 of file nvbuf_utils.h.

◆ height

int32_t _NvBufferCreateParams::height

height of the buffer.

Definition at line 408 of file nvbuf_utils.h.

◆ layout

NvBufferLayout _NvBufferCreateParams::layout

layout of the buffer.

Definition at line 414 of file nvbuf_utils.h.

◆ memsize

int32_t _NvBufferCreateParams::memsize

size of the memory.

(Applicale for NvBufferPayload_MemHandle)

Definition at line 412 of file nvbuf_utils.h.

◆ nvbuf_tag

NvBufferTag _NvBufferCreateParams::nvbuf_tag

tag to associate with the buffer.

Definition at line 418 of file nvbuf_utils.h.

◆ payloadType

NvBufferPayloadType _NvBufferCreateParams::payloadType

payload type of the buffer.

Definition at line 410 of file nvbuf_utils.h.

◆ width

int32_t _NvBufferCreateParams::width

width of the buffer.

Definition at line 406 of file nvbuf_utils.h.


The documentation for this struct was generated from the following file: