struct v4l2_ctrl_h264_scaling_matrix - H264 scaling matrices @scaling_list_4x4: scaling matrix after applying the inverse scanning process. Expected list order is Intra Y, Intra Cb, Intra Cr, Inter Y, Inter Cb, Inter Cr. The values on each scaling list are expected in raster scan or...
char name[V4L2_DEVICE_NAME_SIZE]; void (*notify)(struct v4l2_subdev *sd, unsigned int notification, void *arg); struct v4l2_ctrl_handler *ctrl_handler; struct v4l2_prio_state prio; struct mutex ioctl_lock; struct kref ref; void (*release)(struct v4l2_device *v4l2_dev); }; [cpp]...
__u32 v4l2_enc_enable_ext_rate_ctrl_::nsessionMaxQP Max QP per session when external picture RC enabled. Definition at line 2285 of file v4l2_nv_extensions.h. The documentation for this struct was generated from the following file: libv4l2/include/linux/v4l2_nv_extensions.h Advanc...
#define V4L2_CTRL_ID_MASK (0x0fffffff) #define V4L2_CTRL_ID2CLASS(id) ((id) & 0x0fff0000UL) #define V4L2_CTRL_DRIVER_PRIV(id) (((id) & 0xffff) >= 0x1000) +#define V4L2_CTRL_MAX_DIMS (8) enum v4l2_ctrl_type { V4L2_CTRL_TYPE_INTEGER = 1, @@ -1298,6 +1299,23 @@ ...
(), v4l2_receive_frame(), v4l2_receive_packet(), v4l2_send_frame(), v4l2_try_start(), vaapi_encode_alloc_output_buffer(), vaapi_encode_clear_old(), vaapi_encode_config_attributes(), vaapi_encode_create_recon_frames(), vaapi_encode_free_output_buffer(), vaapi_encode_get_next(), ...