Jetson Linux API Reference

32.7.5 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 2152 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 2165 of file v4l2_nv_extensions.h.

◆ MaxQpI

__u32 _v4l2_ctrl_video_qp_range::MaxQpI

Maximum QP value for I frame.

Definition at line 2157 of file v4l2_nv_extensions.h.

◆ MaxQpP

__u32 _v4l2_ctrl_video_qp_range::MaxQpP

Maximum QP value for P frame.

Definition at line 2161 of file v4l2_nv_extensions.h.

◆ MinQpB

__u32 _v4l2_ctrl_video_qp_range::MinQpB

Minimum QP value for B frame.

Definition at line 2163 of file v4l2_nv_extensions.h.

◆ MinQpI

__u32 _v4l2_ctrl_video_qp_range::MinQpI

Minimum QP value for I frame.

Definition at line 2155 of file v4l2_nv_extensions.h.

◆ MinQpP

__u32 _v4l2_ctrl_video_qp_range::MinQpP

Minimum QP value for P frame.

Definition at line 2159 of file v4l2_nv_extensions.h.


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