NVIDIA DRIVE OS Linux API Reference

5.1.6.1 Release
For Test and Development only

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

Detailed Description

Structure representing a packet element.

Definition at line 103 of file nvscistream.h.

Data Fields

uint32_t index
 Zero-based index of this buffer in the packet. More...
 
NvSciStreamPacket handle
 Handle for the packet. More...
 
NvSciBufObj buffer
 Refers to the NvSciBuf object belonging to this element. More...
 

Field Documentation

NvSciBufObj NvSciStreamElementDesc::buffer

Refers to the NvSciBuf object belonging to this element.

Definition at line 111 of file nvscistream.h.

NvSciStreamPacket NvSciStreamElementDesc::handle

Handle for the packet.

Definition at line 109 of file nvscistream.h.

uint32_t NvSciStreamElementDesc::index

Zero-based index of this buffer in the packet.

Definition at line 105 of file nvscistream.h.


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