NVIDIA DRIVE OS Linux SDK API Reference

5.2.3 Release
For Test and Development only

Detailed Description

Holds a codec-specific extradata output.

Definition at line 93 of file nvmedia_iep_output_extradata.h.

Data Fields

struct {
   NvMediaEncodeH26xFrameType   eFrameType
 Frame type of the encoded frame. More...
 
   NvMediaBool   bRefPic
 Is this a reference frame. More...
 
   NvMediaBool   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...
 
   NvMediaBool   bRefPic
 Is this a reference frame. More...
 
   NvMediaBool   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

NvMediaBool NvMediaEncodeCodecExData::bIntraRefresh

Is this an intra refresh frame.

Definition at line 101 of file nvmedia_iep_output_extradata.h.

◆ bRefPic

NvMediaBool NvMediaEncodeCodecExData::bRefPic

Is this a reference frame.

Definition at line 99 of file nvmedia_iep_output_extradata.h.

◆ eFrameType

NvMediaEncodeH26xFrameType NvMediaEncodeCodecExData::eFrameType

Frame type of the encoded frame.

Definition at line 97 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 122 of file nvmedia_iep_output_extradata.h.

◆ uInterCU32x32Count

uint32_t NvMediaEncodeCodecExData::uInterCU32x32Count

Count of the number of inter 32x32 CUs.

Definition at line 118 of file nvmedia_iep_output_extradata.h.

◆ uInterCU8x8Count

uint32_t NvMediaEncodeCodecExData::uInterCU8x8Count

Count of the number of inter 8x8 CUs.

Definition at line 126 of file nvmedia_iep_output_extradata.h.

◆ uInterMBCount

uint32_t NvMediaEncodeCodecExData::uInterMBCount

Count of the number of inter MBs.

Definition at line 105 of file nvmedia_iep_output_extradata.h.

◆ uIntraCU16x16Count

uint32_t NvMediaEncodeCodecExData::uIntraCU16x16Count

Count of the number of intra 16x16 CUs.

Definition at line 120 of file nvmedia_iep_output_extradata.h.

◆ uIntraCU32x32Count

uint32_t NvMediaEncodeCodecExData::uIntraCU32x32Count

Count of the number of intra 32x32 CUs.

Definition at line 116 of file nvmedia_iep_output_extradata.h.

◆ uIntraCU8x8Count

uint32_t NvMediaEncodeCodecExData::uIntraCU8x8Count

Count of the number of intra 8x8 CUs.

Definition at line 124 of file nvmedia_iep_output_extradata.h.

◆ uIntraMBCount

uint32_t NvMediaEncodeCodecExData::uIntraMBCount

Count of the number of intra MBs.

Definition at line 103 of file nvmedia_iep_output_extradata.h.


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