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... | |
bool NvMediaEncodeCodecExData::bIntraRefresh |
Is this an intra refresh frame.
Definition at line 112 of file nvmedia_iep_output_extradata.h.
bool NvMediaEncodeCodecExData::bRefPic |
Is this a reference frame.
Definition at line 110 of file nvmedia_iep_output_extradata.h.
NvMediaEncodeH26xFrameType NvMediaEncodeCodecExData::eFrameType |
Frame type of the encoded frame.
Definition at line 108 of file nvmedia_iep_output_extradata.h.
struct { ... } NvMediaEncodeCodecExData::h264Extradata |
Holds output for codec type H264.
struct { ... } NvMediaEncodeCodecExData::h265Extradata |
Holds output for codec type H265.
uint32_t NvMediaEncodeCodecExData::uInterCU16x16Count |
Count of the number of inter 16x16 CUs.
Definition at line 133 of file nvmedia_iep_output_extradata.h.
uint32_t NvMediaEncodeCodecExData::uInterCU32x32Count |
Count of the number of inter 32x32 CUs.
Definition at line 129 of file nvmedia_iep_output_extradata.h.
uint32_t NvMediaEncodeCodecExData::uInterCU8x8Count |
Count of the number of inter 8x8 CUs.
Definition at line 137 of file nvmedia_iep_output_extradata.h.
uint32_t NvMediaEncodeCodecExData::uInterMBCount |
Count of the number of inter MBs.
Definition at line 116 of file nvmedia_iep_output_extradata.h.
uint32_t NvMediaEncodeCodecExData::uIntraCU16x16Count |
Count of the number of intra 16x16 CUs.
Definition at line 131 of file nvmedia_iep_output_extradata.h.
uint32_t NvMediaEncodeCodecExData::uIntraCU32x32Count |
Count of the number of intra 32x32 CUs.
Definition at line 127 of file nvmedia_iep_output_extradata.h.
uint32_t NvMediaEncodeCodecExData::uIntraCU8x8Count |
Count of the number of intra 8x8 CUs.
Definition at line 135 of file nvmedia_iep_output_extradata.h.
uint32_t NvMediaEncodeCodecExData::uIntraMBCount |
Count of the number of intra MBs.
Definition at line 114 of file nvmedia_iep_output_extradata.h.