#include <v4l2_nv_extensions.h>
Public Attributes | |
__u32 | bPresent |
Boolean value indicating if the frame is present in DPB. | |
__u32 | bIdrFrame |
Boolean value indicating if the frame is an IDR. | |
__u32 | bLTRefFrame |
Boolean value indicating if the frame is a long term reference frame. | |
__u32 | bPredicted |
Boolean value indicating if it is a predicted frame. | |
__u32 | nPictureOrderCnt |
Picture order count of the frame. | |
__u32 | nFrameNum |
Frame number. | |
__u32 | nLTRFrameIdx |
Long Term Frame Index of the frame. |
Definition at line 842 of file v4l2_nv_extensions.h.
Boolean value indicating if the frame is an IDR.
Definition at line 847 of file v4l2_nv_extensions.h.
Boolean value indicating if the frame is a long term reference frame.
Definition at line 849 of file v4l2_nv_extensions.h.
Boolean value indicating if it is a predicted frame.
Definition at line 851 of file v4l2_nv_extensions.h.
Boolean value indicating if the frame is present in DPB.
Definition at line 845 of file v4l2_nv_extensions.h.