Jetson Linux Multimedia API Reference

32.4.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
_NvBufferCreateParams Struct Reference

Detailed Description

Holds the input parameters for hardware buffer creation.

Definition at line 389 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

NvBufferColorFormat _NvBufferCreateParams::colorFormat

colorformat of the buffer.

Definition at line 402 of file nvbuf_utils.h.

int32_t _NvBufferCreateParams::height

height of the buffer.

Definition at line 394 of file nvbuf_utils.h.

NvBufferLayout _NvBufferCreateParams::layout

layout of the buffer.

Definition at line 400 of file nvbuf_utils.h.

int32_t _NvBufferCreateParams::memsize

size of the memory.

(Applicale for NvBufferPayload_MemHandle)

Definition at line 398 of file nvbuf_utils.h.

NvBufferTag _NvBufferCreateParams::nvbuf_tag

tag to associate with the buffer.

Definition at line 404 of file nvbuf_utils.h.

NvBufferPayloadType _NvBufferCreateParams::payloadType

payload type of the buffer.

Definition at line 396 of file nvbuf_utils.h.

int32_t _NvBufferCreateParams::width

width of the buffer.

Definition at line 392 of file nvbuf_utils.h.


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