Holds the params to configure encoder for external rps control to be used with V4L2_CID_MPEG_VIDEOENC_ENABLE_EXTERNAL_RPS_CONTROL IOCTL.
Definition at line 2002 of file v4l2_nv_extensions.h.
Data Fields | |
__u8 | bEnableExternalRPS |
Boolean value indicating if enabled External RPS control. More... | |
__u8 | bGapsInFrameNumAllowed |
Boolean value indicating if allowed gap in frame number. More... | |
__u32 | nH264FrameNumBits |
__u32 | nH265PocLsbBits |
__u8 v4l2_enc_enable_ext_rps_ctrl_::bEnableExternalRPS |
Boolean value indicating if enabled External RPS control.
Definition at line 2005 of file v4l2_nv_extensions.h.
__u8 v4l2_enc_enable_ext_rps_ctrl_::bGapsInFrameNumAllowed |
Boolean value indicating if allowed gap in frame number.
Definition at line 2007 of file v4l2_nv_extensions.h.
__u32 v4l2_enc_enable_ext_rps_ctrl_::nH264FrameNumBits |
Definition at line 2009 of file v4l2_nv_extensions.h.
__u32 v4l2_enc_enable_ext_rps_ctrl_::nH265PocLsbBits |
Definition at line 2011 of file v4l2_nv_extensions.h.