Searched refs:hue (Results 1 - 25 of 60) sorted by relevance

123

/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-meta-out.h12 s16 hue; member in struct:vivid_meta_out_buf
H A Dvivid-meta-out.c171 v4l2_ctrl_s_ctrl(dev->hue, meta->hue);
173 dprintk(dev, 2, " %s brightness %u contrast %u saturation %u hue %d\n",
175 meta->saturation, meta->hue);
/linux-master/drivers/media/usb/gspca/gl860/
H A Dgl860-mi1320.c209 sd->vcur.hue = 0;
221 sd->vmax.hue = 5 + 1;
287 sd->vold.hue = -1;
372 s32 hue = sd->vcur.hue; local
466 if (hue != sd->vold.hue) {
468 if (hue < 0 || hue > sd->vmax.hue)
[all...]
H A Dgl860-ov2640.c180 sd->vcur.hue = 0;
191 sd->vmax.hue = 254 + 2;
245 sd->vold.hue = -1;
345 s32 hue = sd->vcur.hue; local
413 if (hue != sd->vold.hue) {
414 sd->vold.hue = hue;
415 if (hue <
[all...]
H A Dgl860-ov9655.c199 sd->vcur.hue = 0;
208 sd->vmax.hue = 0 + 1;
239 sd->vold.hue = -1;
350 s32 hue = sd->vcur.hue; local
361 if (hue != sd->vold.hue) {
362 sd->vold.hue = hue;
363 sd->swapRB = (hue !
[all...]
H A Dgl860.h39 u16 hue; member in struct:sd_gl860
H A Dgl860.c66 sd->vcur.hue = ctrl->val;
126 if (sd->vmax.hue)
128 0, sd->vmax.hue, 1, sd->vcur.hue);
H A Dgl860-mi2020.c360 sd->vcur.hue = 0;
372 sd->vmax.hue = 0 + 1; /* 200, not done by hardware */
423 sd->vold.hue = -1;
631 s32 hue = (sd->vcur.hue > 0); local
780 if (hue != sd->vold.hue) {
781 sd->swapRB = hue;
782 sd->vold.hue = hue;
[all...]
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Doverlay.c47 struct drm_property *hue; member in struct:nouveau_plane::__anon346
54 int hue; member in struct:nouveau_plane
221 u32 chroma = ((sin_mul(plane->hue, plane->saturation) & 0xffff) << 16) |
222 (cos_mul(plane->hue, plane->saturation) & 0xffff);
257 else if (property == nv_plane->props.hue)
258 nv_plane->hue = value;
313 plane->props.hue = drm_property_create_range(
314 device, 0, "hue", 0, 359);
320 !plane->props.hue ||
336 plane->hue
[all...]
H A Dtvnv17.h79 int hue; member in struct:nv17_tv_encoder
/linux-master/include/media/tpg/
H A Dv4l2-tpg.h158 s16 hue; member in struct:tpg_data
327 s16 hue)
329 hue = clamp_t(s16, hue, -128, 128);
330 if (tpg->hue == hue)
332 tpg->hue = hue;
326 tpg_s_hue(struct tpg_data *tpg, s16 hue) argument
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-isp.h84 /* Adjust - hue */
85 struct v4l2_ctrl *hue; member in struct:fimc_isp_ctrls
H A Dfimc-is-param.h578 s32 hue; member in struct:param_isp_adjust
796 s32 hue; member in struct:is_tune_isp
/linux-master/drivers/media/usb/hdpvr/
H A Dhdpvr.h57 u8 hue; member in struct:hdpvr_options
H A Dhdpvr-core.c147 dev->options.hue = 0xf;
259 .hue = 0x80,
H A Dhdpvr-control.c172 hdpvr_config_call(dev, CTRL_HUE, dev->options.hue);
/linux-master/drivers/media/i2c/
H A Dov7670.c143 * tweaked to adjust hue and saturation.
229 /* saturation/hue cluster */
231 struct v4l2_ctrl *hue; member in struct:ov7670_info::__anon1083
1363 int matrix[CMATRIX_LEN], int sat, int hue)
1372 * Then, if need be, rotate the hue value.
1374 if (hue != 0) {
1378 sinth = ov7670_sine(hue);
1379 costh = ov7670_cosine(hue);
1392 static int ov7670_s_sat_hue(struct v4l2_subdev *sd, int sat, int hue) argument
1397 ov7670_calc_cmatrix(info, matrix, sat, hue);
1362 ov7670_calc_cmatrix(struct ov7670_info *info, int matrix[CMATRIX_LEN], int sat, int hue) argument
[all...]
H A Dalvium-csi2.h288 u64 hue:1; member in struct:alvium_avail_feat
364 struct v4l2_ctrl *hue; member in struct:alvium_ctrls
/linux-master/drivers/gpu/drm/gud/
H A Dgud_connector.c312 old_state->tv.hue != new_state->tv.hue)
469 return &state->hue;
/linux-master/drivers/gpu/drm/
H A Ddrm_atomic_state_helper.c568 state->tv.hue = val;
616 old_conn_state->tv.hue != new_conn_state->tv.hue)
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821-medusa-video.c593 int medusa_set_hue(struct cx25821_dev *dev, int hue, int decoder) argument
599 if ((hue > VIDEO_PROCAMP_MAX) || (hue < VIDEO_PROCAMP_MIN)) {
603 ret_val = mapM(VIDEO_PROCAMP_MIN, VIDEO_PROCAMP_MAX, hue,
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw-internal.h353 VCREATE_DATA(hue);
/linux-master/drivers/media/usb/gspca/
H A Dspca561.c27 struct { /* hue/contrast control cluster */
29 struct v4l2_ctrl *hue; member in struct:sd::__anon1162
621 setwhite(gspca_dev, v4l2_ctrl_g_ctrl(sd->hue),
765 /* hue/contrast control cluster for 72a */
766 setwhite(gspca_dev, sd->hue->val, ctrl->val);
769 /* just plain hue control for 12a */
820 sd->hue = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_g450.c51 "hue",
54 }, offsetof(struct matrox_fb_info, altout.tvo_params.hue) },
542 minfo->hw.maven.regs[0x25] = minfo->altout.tvo_params.hue;
/linux-master/drivers/leds/
H A Dleds-blinkm.c51 u8 hue; /* HSB hue */ member in struct:blinkm_data
54 u8 next_hue; /* HSB hue */
371 data->hue = data->next_hue;

Completed in 383 milliseconds

123