Home
last modified time | relevance | path

Searched refs:p_hevc_slice_params (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/media/
Dv4l2-ctrls.h82 struct v4l2_ctrl_hevc_slice_params *p_hevc_slice_params; member
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
Dv4l2-ctrls.c1777 struct v4l2_ctrl_hevc_slice_params *p_hevc_slice_params; in std_validate_compound() local
1918 p_hevc_slice_params = p; in std_validate_compound()
1920 if (p_hevc_slice_params->num_active_dpb_entries > in std_validate_compound()
1924 zero_padding(p_hevc_slice_params->pred_weight_table); in std_validate_compound()
1926 for (i = 0; i < p_hevc_slice_params->num_active_dpb_entries; in std_validate_compound()
1929 &p_hevc_slice_params->dpb[i]; in std_validate_compound()
1934 zero_padding(*p_hevc_slice_params); in std_validate_compound()