NVIDIA DRIVE OS Linux SDK API Reference

5.2.3 Release
For Test and Development only
NvMediaEncodeFrameFullProp Struct Reference

Detailed Description

Holds a Video encoder frames property.

This is passed to client as outputextra data. This is valid when external RPS control parameter is valid.

Definition at line 58 of file nvmedia_iep_output_extradata.h.

Data Fields

uint32_t ulFrameId
 Unique Frame ID. More...
 
NvMediaBool bIdrFrame
 Is the frame an IDR frame. More...
 
NvMediaBool bLTRefFrame
 Is the frame a Long Term Ref Frame. More...
 
uint32_t ulPictureOrderCnt
 Picture order count of the frame. More...
 
uint32_t ulFrameNum
 Frame Number of the frame. More...
 
uint32_t ulLTRFrameIdx
 LongTermFrameIdx of the picture. More...
 

Field Documentation

◆ bIdrFrame

NvMediaBool NvMediaEncodeFrameFullProp::bIdrFrame

Is the frame an IDR frame.

Definition at line 62 of file nvmedia_iep_output_extradata.h.

◆ bLTRefFrame

NvMediaBool NvMediaEncodeFrameFullProp::bLTRefFrame

Is the frame a Long Term Ref Frame.

Definition at line 64 of file nvmedia_iep_output_extradata.h.

◆ ulFrameId

uint32_t NvMediaEncodeFrameFullProp::ulFrameId

Unique Frame ID.

Definition at line 60 of file nvmedia_iep_output_extradata.h.

◆ ulFrameNum

uint32_t NvMediaEncodeFrameFullProp::ulFrameNum

Frame Number of the frame.

Definition at line 68 of file nvmedia_iep_output_extradata.h.

◆ ulLTRFrameIdx

uint32_t NvMediaEncodeFrameFullProp::ulLTRFrameIdx

LongTermFrameIdx of the picture.

Definition at line 70 of file nvmedia_iep_output_extradata.h.

◆ ulPictureOrderCnt

uint32_t NvMediaEncodeFrameFullProp::ulPictureOrderCnt

Picture order count of the frame.

Definition at line 66 of file nvmedia_iep_output_extradata.h.


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