![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Holds the embedded data buffer structure.
Definition at line 944 of file nvmedia_isc.h.
Data Fields | |
uint32_t | baseRegAddress |
Holds the 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 the actual data. More... | |
uint32_t NvMediaISCEmbeddedDataBuffer::baseRegAddress |
Holds the the address of the first register.
Definition at line 946 of file nvmedia_isc.h.
uint32_t NvMediaISCEmbeddedDataBuffer::bufferSize |
Holds the buffer size.
Definition at line 950 of file nvmedia_isc.h.
uint8_t* NvMediaISCEmbeddedDataBuffer::data |
Holds the the actual data.
Definition at line 952 of file nvmedia_isc.h.
uint32_t NvMediaISCEmbeddedDataBuffer::size |
Holds the data size.
Definition at line 948 of file nvmedia_isc.h.