NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release

Detailed Description

Holds a encoder frames property.

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

Definition at line 69 of file nvmedia_iep_output_extradata.h.

Data Fields

uint32_t ulFrameId
 Unique Frame ID. More...
 
bool bIdrFrame
 Is the frame an IDR frame. More...
 
bool 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

bool NvMediaEncodeFrameFullProp::bIdrFrame

Is the frame an IDR frame.

Definition at line 73 of file nvmedia_iep_output_extradata.h.

◆ bLTRefFrame

bool NvMediaEncodeFrameFullProp::bLTRefFrame

Is the frame a Long Term Ref Frame.

Definition at line 75 of file nvmedia_iep_output_extradata.h.

◆ ulFrameId

uint32_t NvMediaEncodeFrameFullProp::ulFrameId

Unique Frame ID.

Definition at line 71 of file nvmedia_iep_output_extradata.h.

◆ ulFrameNum

uint32_t NvMediaEncodeFrameFullProp::ulFrameNum

Frame Number of the frame.

Definition at line 79 of file nvmedia_iep_output_extradata.h.

◆ ulLTRFrameIdx

uint32_t NvMediaEncodeFrameFullProp::ulLTRFrameIdx

LongTermFrameIdx of the picture.

Definition at line 81 of file nvmedia_iep_output_extradata.h.

◆ ulPictureOrderCnt

uint32_t NvMediaEncodeFrameFullProp::ulPictureOrderCnt

Picture order count of the frame.

Definition at line 77 of file nvmedia_iep_output_extradata.h.


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