![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
Holds decoded reference frame information.
Definition at line 259 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... | |
uint32_t NvMediaDecRefFrame::uFrameNum |
Frame Num.
Definition at line 274 of file nvmedia_parser.h.
uint8_t NvMediaDecRefFrame::uIDRFrame |
value 0 or 1 : whether the frame is an IDR
Definition at line 264 of file nvmedia_parser.h.
uint8_t NvMediaDecRefFrame::uLTRefFrame |
value 0 or 1 : whether the frame is long term ref
Definition at line 266 of file nvmedia_parser.h.
uint32_t NvMediaDecRefFrame::uLTRFrameIdx |
LongTermFrameIdx of the frame.
Definition at line 276 of file nvmedia_parser.h.
uint32_t NvMediaDecRefFrame::uPictureOrderCnt |
Picture order counter.
Definition at line 272 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 270 of file nvmedia_parser.h.
uint8_t NvMediaDecRefFrame::uPresentFlag |
value 0 or 1 : whether the frame is present in DPB
Definition at line 262 of file nvmedia_parser.h.