This structure defines a key/value pair used to get or set the NvSciBufAttrKey(s) and their corresponding values from or to NvSciBufAttrList.
Definition at line 3079 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... | |
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 3083 of file nvscibuf.h.
size_t NvSciBufAttrKeyValuePair::len |
Length of the value in bytes.
Definition at line 3090 of file nvscibuf.h.
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 3087 of file nvscibuf.h.