NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release

Detailed Description

Holds a codec-specific extradata output.

Definition at line 104 of file nvmedia_iep_output_extradata.h.

Data Fields

struct {
   NvMediaEncodeH26xFrameType   eFrameType
 Frame type of the encoded frame. More...
 
   bool   bRefPic
 Is this a reference frame. More...
 
   bool   bIntraRefresh
 Is this an intra refresh frame. More...
 
   uint32_t   uIntraMBCount
 Count of the number of intra MBs. More...
 
   uint32_t   uInterMBCount
 Count of the number of inter MBs. More...
 
h264Extradata
 Holds output for codec type H264. More...
 
struct {
   NvMediaEncodeH26xFrameType   eFrameType
 Frame type of the encoded frame. More...
 
   bool   bRefPic
 Is this a reference frame. More...
 
   bool   bIntraRefresh
 Is this an intra refresh frame. More...
 
   uint32_t   uIntraCU32x32Count
 Count of the number of intra 32x32 CUs. More...
 
   uint32_t   uInterCU32x32Count
 Count of the number of inter 32x32 CUs. More...
 
   uint32_t   uIntraCU16x16Count
 Count of the number of intra 16x16 CUs. More...
 
   uint32_t   uInterCU16x16Count
 Count of the number of inter 16x16 CUs. More...
 
   uint32_t   uIntraCU8x8Count
 Count of the number of intra 8x8 CUs. More...
 
   uint32_t   uInterCU8x8Count
 Count of the number of inter 8x8 CUs. More...
 
h265Extradata
 Holds output for codec type H265. More...
 

Field Documentation

◆ bIntraRefresh

bool NvMediaEncodeCodecExData::bIntraRefresh

Is this an intra refresh frame.

Definition at line 112 of file nvmedia_iep_output_extradata.h.

◆ bRefPic

bool NvMediaEncodeCodecExData::bRefPic

Is this a reference frame.

Definition at line 110 of file nvmedia_iep_output_extradata.h.

◆ eFrameType

NvMediaEncodeH26xFrameType NvMediaEncodeCodecExData::eFrameType

Frame type of the encoded frame.

Definition at line 108 of file nvmedia_iep_output_extradata.h.

◆ h264Extradata

struct { ... } NvMediaEncodeCodecExData::h264Extradata

Holds output for codec type H264.

◆ h265Extradata

struct { ... } NvMediaEncodeCodecExData::h265Extradata

Holds output for codec type H265.

◆ uInterCU16x16Count

uint32_t NvMediaEncodeCodecExData::uInterCU16x16Count

Count of the number of inter 16x16 CUs.

Definition at line 133 of file nvmedia_iep_output_extradata.h.

◆ uInterCU32x32Count

uint32_t NvMediaEncodeCodecExData::uInterCU32x32Count

Count of the number of inter 32x32 CUs.

Definition at line 129 of file nvmedia_iep_output_extradata.h.

◆ uInterCU8x8Count

uint32_t NvMediaEncodeCodecExData::uInterCU8x8Count

Count of the number of inter 8x8 CUs.

Definition at line 137 of file nvmedia_iep_output_extradata.h.

◆ uInterMBCount

uint32_t NvMediaEncodeCodecExData::uInterMBCount

Count of the number of inter MBs.

Definition at line 116 of file nvmedia_iep_output_extradata.h.

◆ uIntraCU16x16Count

uint32_t NvMediaEncodeCodecExData::uIntraCU16x16Count

Count of the number of intra 16x16 CUs.

Definition at line 131 of file nvmedia_iep_output_extradata.h.

◆ uIntraCU32x32Count

uint32_t NvMediaEncodeCodecExData::uIntraCU32x32Count

Count of the number of intra 32x32 CUs.

Definition at line 127 of file nvmedia_iep_output_extradata.h.

◆ uIntraCU8x8Count

uint32_t NvMediaEncodeCodecExData::uIntraCU8x8Count

Count of the number of intra 8x8 CUs.

Definition at line 135 of file nvmedia_iep_output_extradata.h.

◆ uIntraMBCount

uint32_t NvMediaEncodeCodecExData::uIntraMBCount

Count of the number of intra MBs.

Definition at line 114 of file nvmedia_iep_output_extradata.h.


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