NVIDIA DRIVE OS Linux SDK API Reference

6.0.5 Release

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 2688 of file nvscibuf.h.

Data Fields

NvSciBufAttrKey key
 NvSciBufAttrKey for which value needs to be set/retrieved. More...
 
const void * value
 Pointer to the value corresponding to the attribute. 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 2692 of file nvscibuf.h.

◆ len

size_t NvSciBufAttrKeyValuePair::len

Length of the value in bytes.

Definition at line 2699 of file nvscibuf.h.

◆ value

const void* NvSciBufAttrKeyValuePair::value

Pointer to the value corresponding to the attribute.

If the value is an array, the pointer points to the first element.

Definition at line 2696 of file nvscibuf.h.


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