Lines Matching refs:hue
142 * tweaked to adjust hue and saturation.
235 /* saturation/hue cluster */
237 struct v4l2_ctrl *hue;
1366 int matrix[CMATRIX_LEN], int sat, int hue)
1375 * Then, if need be, rotate the hue value.
1377 if (hue != 0) {
1381 sinth = ov7670_sine(hue);
1382 costh = ov7670_cosine(hue);
1395 static int ov7670_s_sat_hue(struct v4l2_subdev *sd, int sat, int hue)
1400 ov7670_calc_cmatrix(info, matrix, sat, hue);
1603 info->saturation->val, info->hue->val);
1950 info->hue = v4l2_ctrl_new_std(&info->hdl, &ov7670_ctrl_ops,