NVIDIA DRIVE OS Linux SDK API Reference

5.1.6.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaNalData Struct Reference

Detailed Description

This is used to get header info (SPS/PPS/VPS) using GetAttribute call.

HeaderInfo type is defined in NvMediaEncAttrType

Definition at line 1854 of file nvmedia_common.h.

Data Fields

uint32_t ulNalSize
 Nal size for header. More...
 
uint8_t data [MAX_NON_SLICE_DATA_SIZE]
 header data passed on this buffer More...
 

Field Documentation

uint8_t NvMediaNalData::data[MAX_NON_SLICE_DATA_SIZE]

header data passed on this buffer

Definition at line 1858 of file nvmedia_common.h.

uint32_t NvMediaNalData::ulNalSize

Nal size for header.

Definition at line 1856 of file nvmedia_common.h.


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