NVIDIA DRIVE OS Linux SDK API Reference

5.1.9.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 472 of file nvmedia_common_encode.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 476 of file nvmedia_common_encode.h.

uint32_t NvMediaNalData::ulNalSize

Nal size for header.

Definition at line 474 of file nvmedia_common_encode.h.


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