Holds decoded reference frame information.
Definition at line 277 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 292 of file nvmedia_parser.h.
uint8_t NvMediaDecRefFrame::uIDRFrame |
value 0 or 1 : whether the frame is an IDR
Definition at line 282 of file nvmedia_parser.h.
uint8_t NvMediaDecRefFrame::uLTRefFrame |
value 0 or 1 : whether the frame is long term ref
Definition at line 284 of file nvmedia_parser.h.
uint32_t NvMediaDecRefFrame::uLTRFrameIdx |
LongTermFrameIdx of the frame.
Definition at line 294 of file nvmedia_parser.h.
uint32_t NvMediaDecRefFrame::uPictureOrderCnt |
Picture order counter.
Definition at line 290 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 288 of file nvmedia_parser.h.
uint8_t NvMediaDecRefFrame::uPresentFlag |
value 0 or 1 : whether the frame is present in DPB
Definition at line 280 of file nvmedia_parser.h.