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... | |
bool NvMediaEncodeFrameFullProp::bIdrFrame |
Is the frame an IDR frame.
Definition at line 73 of file nvmedia_iep_output_extradata.h.
bool NvMediaEncodeFrameFullProp::bLTRefFrame |
Is the frame a Long Term Ref Frame.
Definition at line 75 of file nvmedia_iep_output_extradata.h.
uint32_t NvMediaEncodeFrameFullProp::ulFrameId |
Unique Frame ID.
Definition at line 71 of file nvmedia_iep_output_extradata.h.
uint32_t NvMediaEncodeFrameFullProp::ulFrameNum |
Frame Number of the frame.
Definition at line 79 of file nvmedia_iep_output_extradata.h.
uint32_t NvMediaEncodeFrameFullProp::ulLTRFrameIdx |
LongTermFrameIdx of the picture.
Definition at line 81 of file nvmedia_iep_output_extradata.h.
uint32_t NvMediaEncodeFrameFullProp::ulPictureOrderCnt |
Picture order count of the frame.
Definition at line 77 of file nvmedia_iep_output_extradata.h.