NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only

Detailed Description

This structure defines a key/value pair used to get or set the NvSciBufAttrKey(s) and their corresponding values from or to NvSciBufAttrList.

Note
An array of this structure need to be set in order to allocate a buffer.

Definition at line 1262 of file nvscibuf.h.

Data Fields

NvSciBufAttrKey key
 NvSciBufAttrKey for which value needs to be set/retrieved. More...
 
const void * value
 Memory which contains the value corresponding to the key. More...
 
size_t len
 Length of the value in bytes. More...
 

Field Documentation

◆ key

NvSciBufAttrKey NvSciBufAttrKeyValuePair::key

NvSciBufAttrKey for which value needs to be set/retrieved.

This member is initialized to any one of the NvSciBufAttrKey other than NvSciBufAttrKey_LowerBound and NvSciBufAttrKey_UpperBound

Definition at line 1266 of file nvscibuf.h.

◆ len

size_t NvSciBufAttrKeyValuePair::len

Length of the value in bytes.

Definition at line 1272 of file nvscibuf.h.

◆ value

const void* NvSciBufAttrKeyValuePair::value

Memory which contains the value corresponding to the key.

Definition at line 1269 of file nvscibuf.h.


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