NVIDIA DRIVE OS Linux API Reference

5.1.0.2 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 260 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 275 of file nvmedia_parser.h.

uint8_t NvMediaDecRefFrame::uIDRFrame

value 0 or 1 : whether the frame is an IDR

Definition at line 265 of file nvmedia_parser.h.

uint8_t NvMediaDecRefFrame::uLTRefFrame

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

Definition at line 267 of file nvmedia_parser.h.

uint32_t NvMediaDecRefFrame::uLTRFrameIdx

LongTermFrameIdx of the frame.

Definition at line 277 of file nvmedia_parser.h.

uint32_t NvMediaDecRefFrame::uPictureOrderCnt

Picture order counter.

Definition at line 273 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 271 of file nvmedia_parser.h.

uint8_t NvMediaDecRefFrame::uPresentFlag

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

Definition at line 263 of file nvmedia_parser.h.


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