Jetson Linux API Reference

32.7.4 Release
_v4l2_ctrl_video_init_qp Struct Reference

Detailed Description

Holds the encoder init QP parameters.

Must be used with V4L2_CID_MPEG_VIDEOENC_INIT_FRAME_QP IOCTL.

Definition at line 2252 of file v4l2_nv_extensions.h.

Data Fields

__u32 IInitQP
 Initial QP value for I frame. More...
 
__u32 PInitQP
 Initial QP value for P frame. More...
 
__u32 BInitQP
 Initial QP value for B frame. More...
 

Field Documentation

◆ BInitQP

__u32 _v4l2_ctrl_video_init_qp::BInitQP

Initial QP value for B frame.

Definition at line 2259 of file v4l2_nv_extensions.h.

◆ IInitQP

__u32 _v4l2_ctrl_video_init_qp::IInitQP

Initial QP value for I frame.

Definition at line 2255 of file v4l2_nv_extensions.h.

◆ PInitQP

__u32 _v4l2_ctrl_video_init_qp::PInitQP

Initial QP value for P frame.

Definition at line 2257 of file v4l2_nv_extensions.h.


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