#include <v4l2_nv_extensions.h>
Public Attributes | |
__u8 | KeyFrame |
Boolean value indicating if current frame is a key frame. | |
__u8 | EndofFrame |
Boolean value indicating end of frame in case of multi slice encoding. | |
__u16 | AvgQP |
Average QP value of the frame. | |
__u8 | bIsGoldenOrAlternateFrame |
Boolean value indicating if current frame is a golden or alternate frame. | |
__u32 | EncodedFrameBits |
Number of bits needed to encode the frame. | |
__u32 | FrameMinQP |
Minumum QP value in the frame. | |
__u32 | FrameMaxQP |
Maximum QP value in the frame. | |
__u32 | nCurrentRefFrameId |
Reference frame id used for Motion Estimation of current frame, ignored for IDR. | |
__u32 | nActiveRefFrames |
Number of active reference frames. |
To be used with V4L2_CID_MPEG_VIDEOENC_METADATA ioctl.
Definition at line 1087 of file v4l2_nv_extensions.h.
Boolean value indicating if current frame is a golden or alternate frame.
Definition at line 1096 of file v4l2_nv_extensions.h.
Boolean value indicating end of frame in case of multi slice encoding.
Definition at line 1092 of file v4l2_nv_extensions.h.
Boolean value indicating if current frame is a key frame.
Definition at line 1090 of file v4l2_nv_extensions.h.
Reference frame id used for Motion Estimation of current frame, ignored for IDR.
Definition at line 1105 of file v4l2_nv_extensions.h.