Back to Jetson Inference

Jetson Inference: _NvBufferCreateParams Struct Reference

docs/html/struct__NvBufferCreateParams.html

latest3.8 KB
Original Source

| | Jetson Inference

DNN Vision Library |

Public Attributes | List of all members

_NvBufferCreateParams Struct Reference [Buffer Manager](group ee nvbuffering__group.html)

Holds the input parameters for hardware buffer creation. More...

#include <nvbuf_utils.h>

|

Public Attributes

| | int32_t | width | | | width of the buffer. More...
| | | | int32_t | height | | | height of the buffer. More...
| | | | [NvBufferPayloadType](group ee nvbuffering__group.html#gac974d52b75557ea676df309b5e0d3106) | payloadType | | | payload type of the buffer. More...
| | | | int32_t | memsize | | | size of the memory. More...
| | | | [NvBufferLayout](group ee nvbuffering__group.html#gaafbd12ab7003d1090eb4a5791758198e) | layout | | | layout of the buffer. More...
| | | | [NvBufferColorFormat](group ee nvbuffering__group.html#gaae53b45fe3f04b8f9135cb80baeac6e4) | colorFormat | | | colorformat of the buffer. More...
| | | | [NvBufferTag](group ee nvbuffering__group.html#ga3cecbec1537b307aad9cf2cbe66dca1f) | nvbuf_tag | | | tag to associate with the buffer. More...
| | |

Detailed Description

Holds the input parameters for hardware buffer creation.

Member Data Documentation

colorFormat

| [NvBufferColorFormat](group ee nvbuffering__group.html#gaae53b45fe3f04b8f9135cb80baeac6e4) _NvBufferCreateParams::colorFormat |

colorformat of the buffer.

height

| int32_t _NvBufferCreateParams::height |

height of the buffer.

layout

| [NvBufferLayout](group ee nvbuffering__group.html#gaafbd12ab7003d1090eb4a5791758198e) _NvBufferCreateParams::layout |

layout of the buffer.

memsize

| int32_t _NvBufferCreateParams::memsize |

size of the memory.

(Applicale for NvBufferPayload_MemHandle)

nvbuf_tag

| [NvBufferTag](group ee nvbuffering__group.html#ga3cecbec1537b307aad9cf2cbe66dca1f) _NvBufferCreateParams::nvbuf_tag |

tag to associate with the buffer.

payloadType

| [NvBufferPayloadType](group ee nvbuffering__group.html#gac974d52b75557ea676df309b5e0d3106) _NvBufferCreateParams::payloadType |

payload type of the buffer.

width

| int32_t _NvBufferCreateParams::width |

width of the buffer.


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