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 1535 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... | |
| 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 1539 of file nvscibuf.h.
| size_t NvSciBufAttrKeyValuePair::len | 
Length of the value in bytes.
Definition at line 1545 of file nvscibuf.h.
| const void* NvSciBufAttrKeyValuePair::value | 
Memory which contains the value corresponding to the key.
Definition at line 1542 of file nvscibuf.h.