NVIDIA DRIVE OS Linux SDK API Reference

6.0.5 Release
NvMediaDlaBinaryLoadable Struct Reference

Detailed Description

Holds attributes for populating binary loadables for NvMediaDla.

Definition at line 129 of file nvmedia_dla.h.

Data Fields

const uint8_t * loadable
 Pointer to in-memory loadable. More...
 
uint64_t loadableSize
 Size (in bytes) of in-memory loadable. More...
 

Field Documentation

◆ loadable

const uint8_t* NvMediaDlaBinaryLoadable::loadable

Pointer to in-memory loadable.

Valid value must be non NULL.

Definition at line 131 of file nvmedia_dla.h.

◆ loadableSize

uint64_t NvMediaDlaBinaryLoadable::loadableSize

Size (in bytes) of in-memory loadable.

Valid value must not be 0U.

Definition at line 133 of file nvmedia_dla.h.


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