NVIDIA DRIVE OS Linux SDK API Reference

5.1.9.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaDecRefFrame Struct Reference

Detailed Description

Holds decoded reference frame information.

Definition at line 261 of file nvmedia_parser.h.

Data Fields

uint8_t uPresentFlag
 value 0 or 1 : whether the frame is present in DPB More...
 
uint8_t uIDRFrame
 value 0 or 1 : whether the frame is an IDR More...
 
uint8_t uLTRefFrame
 value 0 or 1 : whether the frame is long term ref More...
 
uint8_t uPredicted
 value 0 or 1 : whether the frame is motion predicted for the current frame as specified in slice header More...
 
uint32_t uPictureOrderCnt
 Picture order counter. More...
 
uint32_t uFrameNum
 Frame Num. More...
 
uint32_t uLTRFrameIdx
 LongTermFrameIdx of the frame. More...
 

Field Documentation

uint32_t NvMediaDecRefFrame::uFrameNum

Frame Num.

Definition at line 276 of file nvmedia_parser.h.

uint8_t NvMediaDecRefFrame::uIDRFrame

value 0 or 1 : whether the frame is an IDR

Definition at line 266 of file nvmedia_parser.h.

uint8_t NvMediaDecRefFrame::uLTRefFrame

value 0 or 1 : whether the frame is long term ref

Definition at line 268 of file nvmedia_parser.h.

uint32_t NvMediaDecRefFrame::uLTRFrameIdx

LongTermFrameIdx of the frame.

Definition at line 278 of file nvmedia_parser.h.

uint32_t NvMediaDecRefFrame::uPictureOrderCnt

Picture order counter.

Definition at line 274 of file nvmedia_parser.h.

uint8_t NvMediaDecRefFrame::uPredicted

value 0 or 1 : whether the frame is motion predicted for the current frame as specified in slice header

Definition at line 272 of file nvmedia_parser.h.

uint8_t NvMediaDecRefFrame::uPresentFlag

value 0 or 1 : whether the frame is present in DPB

Definition at line 264 of file nvmedia_parser.h.


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