![]() |
NVIDIA DRIVE OS Linux API Reference5.1.0.2 Release |
Holds the embedded data buffer structure.
Definition at line 965 of file nvmedia_isc.h.
Data Fields | |
uint32_t | baseRegAddress |
Holds the address of the first register. More... | |
uint32_t | size |
Holds the data size. More... | |
uint32_t | bufferSize |
Holds the buffer size. More... | |
uint8_t * | data |
Holds the actual data. More... | |
uint32_t NvMediaISCEmbeddedDataBuffer::baseRegAddress |
Holds the address of the first register.
Definition at line 967 of file nvmedia_isc.h.
uint32_t NvMediaISCEmbeddedDataBuffer::bufferSize |
Holds the buffer size.
Definition at line 971 of file nvmedia_isc.h.
uint8_t* NvMediaISCEmbeddedDataBuffer::data |
Holds the actual data.
Definition at line 973 of file nvmedia_isc.h.
uint32_t NvMediaISCEmbeddedDataBuffer::size |
Holds the data size.
Definition at line 969 of file nvmedia_isc.h.