Home
last modified time | relevance | path

Searched refs:p_fwht_params (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c112 struct v4l2_ctrl_fwht_params *p_fwht_params; in std_init_compound() local
166 p_fwht_params = p; in std_init_compound()
167 p_fwht_params->version = V4L2_FWHT_VERSION; in std_init_compound()
168 p_fwht_params->width = 1280; in std_init_compound()
169 p_fwht_params->height = 720; in std_init_compound()
170 p_fwht_params->flags = V4L2_FWHT_FL_PIXENC_YUV | in std_init_compound()
807 struct v4l2_ctrl_fwht_params *p_fwht_params; in std_validate_compound() local
872 p_fwht_params = p; in std_validate_compound()
873 if (p_fwht_params->version < V4L2_FWHT_VERSION) in std_validate_compound()
875 if (!p_fwht_params->width || !p_fwht_params->height) in std_validate_compound()
/linux/include/media/
H A Dv4l2-ctrls.h72 struct v4l2_ctrl_fwht_params *p_fwht_params; member
/linux/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c1751 params = ctrl->p_new.p_fwht_params; in vicodec_try_ctrl()
1802 params = ctrl->p_new.p_fwht_params; in vicodec_s_ctrl()
/linux/include/uapi/linux/
H A Dvideodev2.h1860 struct v4l2_ctrl_fwht_params __user *p_fwht_params; member
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-ext-ctrls.rst227 - ``p_fwht_params``