Jetson Linux Multimedia API Reference

32.4.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
_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 1809 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

__u32 _v4l2_ctrl_video_qp_range::MaxQpB

Maximum QP value for B frame.

Definition at line 1822 of file v4l2_nv_extensions.h.

__u32 _v4l2_ctrl_video_qp_range::MaxQpI

Maximum QP value for I frame.

Definition at line 1814 of file v4l2_nv_extensions.h.

__u32 _v4l2_ctrl_video_qp_range::MaxQpP

Maximum QP value for P frame.

Definition at line 1818 of file v4l2_nv_extensions.h.

__u32 _v4l2_ctrl_video_qp_range::MinQpB

Minimum QP value for B frame.

Definition at line 1820 of file v4l2_nv_extensions.h.

__u32 _v4l2_ctrl_video_qp_range::MinQpI

Minimum QP value for I frame.

Definition at line 1812 of file v4l2_nv_extensions.h.

__u32 _v4l2_ctrl_video_qp_range::MinQpP

Minimum QP value for P frame.

Definition at line 1816 of file v4l2_nv_extensions.h.


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