NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only
NvMediaISCEmbeddedDataBuffer Struct Reference

Detailed Description

Holds the embedded data buffer structure.

Deprecated:
Use the new structure NvMediaISCEmbeddedDataChunk instead.

Definition at line 1542 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...
 

Field Documentation

◆ baseRegAddress

uint32_t NvMediaISCEmbeddedDataBuffer::baseRegAddress

Holds the address of the first register.

Definition at line 1544 of file nvmedia_isc.h.

◆ bufferSize

uint32_t NvMediaISCEmbeddedDataBuffer::bufferSize

Holds the buffer size.

Definition at line 1548 of file nvmedia_isc.h.

◆ data

uint8_t* NvMediaISCEmbeddedDataBuffer::data

Holds the actual data.

Definition at line 1550 of file nvmedia_isc.h.

◆ size

uint32_t NvMediaISCEmbeddedDataBuffer::size

Holds the data size.

Definition at line 1546 of file nvmedia_isc.h.


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