Searched refs:p_fwht_params (Results 1 – 1 of 1) sorted by relevance
115 struct v4l2_ctrl_fwht_params *p_fwht_params; in std_init_compound() local175 p_fwht_params = p; in std_init_compound()176 p_fwht_params->version = V4L2_FWHT_VERSION; in std_init_compound()177 p_fwht_params->width = 1280; in std_init_compound()178 p_fwht_params->height = 720; in std_init_compound()179 p_fwht_params->flags = V4L2_FWHT_FL_PIXENC_YUV | in std_init_compound()987 struct v4l2_ctrl_fwht_params *p_fwht_params; in std_validate_compound() local1056 p_fwht_params = p; in std_validate_compound()1057 if (p_fwht_params->version < V4L2_FWHT_VERSION) in std_validate_compound()1059 if (!p_fwht_params->width || !p_fwht_params->height) in std_validate_compound()