Jetson Linux API Reference

36.3 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 2471 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 2484 of file v4l2_nv_extensions.h.

◆ MaxQpI

__u32 _v4l2_ctrl_video_qp_range::MaxQpI

Maximum QP value for I frame.

Definition at line 2476 of file v4l2_nv_extensions.h.

◆ MaxQpP

__u32 _v4l2_ctrl_video_qp_range::MaxQpP

Maximum QP value for P frame.

Definition at line 2480 of file v4l2_nv_extensions.h.

◆ MinQpB

__u32 _v4l2_ctrl_video_qp_range::MinQpB

Minimum QP value for B frame.

Definition at line 2482 of file v4l2_nv_extensions.h.

◆ MinQpI

__u32 _v4l2_ctrl_video_qp_range::MinQpI

Minimum QP value for I frame.

Definition at line 2474 of file v4l2_nv_extensions.h.

◆ MinQpP

__u32 _v4l2_ctrl_video_qp_range::MinQpP

Minimum QP value for P frame.

Definition at line 2478 of file v4l2_nv_extensions.h.


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