Jetson Linux API Reference

32.7.4 Release
_v4l2_ctrl_video_qp_range Struct Reference

Detailed Description

Holds the encoder frame min/max QP parameters.

Must be used with V4L2_CID_MPEG_VIDEOENC_QP_RANGE IOCTL.

Definition at line 2231 of file v4l2_nv_extensions.h.

Data Fields

__u32 MinQpI
 Minimum QP value for I frame. More...
 
__u32 MaxQpI
 Maximum QP value for I frame. More...
 
__u32 MinQpP
 Minimum QP value for P frame. More...
 
__u32 MaxQpP
 Maximum QP value for P frame. More...
 
__u32 MinQpB
 Minimum QP value for B frame. More...
 
__u32 MaxQpB
 Maximum QP value for B frame. More...
 

Field Documentation

◆ MaxQpB

__u32 _v4l2_ctrl_video_qp_range::MaxQpB

Maximum QP value for B frame.

Definition at line 2244 of file v4l2_nv_extensions.h.

◆ MaxQpI

__u32 _v4l2_ctrl_video_qp_range::MaxQpI

Maximum QP value for I frame.

Definition at line 2236 of file v4l2_nv_extensions.h.

◆ MaxQpP

__u32 _v4l2_ctrl_video_qp_range::MaxQpP

Maximum QP value for P frame.

Definition at line 2240 of file v4l2_nv_extensions.h.

◆ MinQpB

__u32 _v4l2_ctrl_video_qp_range::MinQpB

Minimum QP value for B frame.

Definition at line 2242 of file v4l2_nv_extensions.h.

◆ MinQpI

__u32 _v4l2_ctrl_video_qp_range::MinQpI

Minimum QP value for I frame.

Definition at line 2234 of file v4l2_nv_extensions.h.

◆ MinQpP

__u32 _v4l2_ctrl_video_qp_range::MinQpP

Minimum QP value for P frame.

Definition at line 2238 of file v4l2_nv_extensions.h.


The documentation for this struct was generated from the following file: