Searched refs:hflip (Results 1 - 19 of 19) sorted by relevance

/drivers/media/video/gspca/m5602/
H A Dm5602_s5k83a.c130 __s32 vflip, __s32 hflip);
268 __s32 vflip, hflip; local
281 s5k83a_get_hflip((struct gspca_dev *) sd, &hflip);
285 hflip = !hflip;
288 vflip, hflip);
298 s5k83a_get_hflip((struct gspca_dev *) sd, &hflip);
299 s5k83a_set_flip_real((struct gspca_dev *) sd, vflip, hflip);
449 __s32 vflip, __s32 hflip)
460 /* six bit is vflip, seven is hflip */
448 s5k83a_set_flip_real(struct gspca_dev *gspca_dev, __s32 vflip, __s32 hflip) argument
483 __s32 hflip; local
[all...]
/drivers/media/video/
H A Dstk-webcam.h64 int hflip; member in struct:stk_video
H A Dmt9v011.c115 unsigned hflip:1; member in struct:mt9v011
362 if (core->hflip)
406 ctrl->value = core->hflip ? 1 : 0;
463 core->hflip = ctrl->value;
H A Dmt9m032.c136 struct v4l2_ctrl *hflip; member in struct:mt9m032::__anon1620
570 static int update_read_mode2(struct mt9m032 *sensor, bool vflip, bool hflip) argument
574 | (hflip << MT9M032_READ_MODE2_HFLIP_SHIFT)
634 sensor->hflip->val);
746 sensor->hflip = v4l2_ctrl_new_std(&sensor->ctrls,
764 v4l2_ctrl_cluster(2, &sensor->hflip);
H A Dstk-webcam.c41 static bool hflip = 1; variable
42 module_param(hflip, bool, 0444);
43 MODULE_PARM_DESC(hflip, "Horizontal image flip (mirror). Defaults to 1");
822 c->value = dev->vsettings.hflip;
842 dev->vsettings.hflip = c->value;
1282 dev->vsettings.hflip = hflip;
H A Dnoon010pc30.c148 unsigned int hflip:1; member in struct:noon010_info
326 static int noon010_set_flip(struct v4l2_subdev *sd, int hflip, int vflip) argument
336 if (hflip)
343 info->hflip = hflip;
H A Dsr030pc30.c150 unsigned int hflip:1; member in struct:sr030pc30_info
448 if (info->hflip)
834 info->hflip = 1;
H A Dstk-sensor.c560 | (dev->vsettings.hflip?MVFP_MIRROR:0);
H A Ds5k6aa.c215 struct v4l2_ctrl *hflip; member in struct:s5k6aa_ctrls
1377 ctrls->hflip = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_HFLIP, 0, 1, 1, 0);
1379 v4l2_ctrl_cluster(2, &ctrls->hflip);
/drivers/media/video/gspca/
H A Dpac7302.c46 0x21 Bitfield: 0-1 unused, 2-3 vflip/hflip, 4-5 unknown, 6-7 unused
665 u8 data, hflip, vflip; local
667 hflip = sd->ctrls[HFLIP].val;
669 hflip = !hflip;
675 data = (hflip ? 0x08 : 0x00) | (vflip ? 0x04 : 0x00);
H A Dpac7311.c46 0x21 Bitfield: 0-1 unused, 2-3 vflip/hflip, 4-5 unknown, 6-7 unused
71 __u8 hflip; member in struct:sd
403 sd->hflip = HFLIP_DEF;
473 data = (sd->hflip ? 0x04 : 0x00) | (sd->vflip ? 0x08 : 0x00);
760 sd->hflip = val;
770 *val = sd->hflip;
H A Dsn9c20x.c1297 /* disable hflip and vflip */
1313 /* disable hflip and vflip */
1343 /* disable hflip and vflip */
1473 /* disable hflip and vflip */
1569 u8 value, tslb, hflip, vflip; local
1574 hflip = !sd->ctrls[HFLIP].val;
1577 hflip = sd->ctrls[HFLIP].val;
1584 if (hflip)
1599 if (hflip)
1612 if (hflip)
[all...]
H A Dxirlink_cit.c73 u8 hflip; member in struct:sd
1046 sd->hflip = HFLIP_DEFAULT;
1539 if (sd->hflip)
3184 sd->hflip = val;
3199 *val = sd->hflip;
H A Dvc032x.c40 u8 hflip; member in struct:sd
3411 sd->hflip = HFLIP_DEF;
3576 u8 data[2], hflip, vflip; local
3578 hflip = sd->hflip;
3580 hflip = !hflip;
3591 data[1] = 0x02 * hflip
3598 data[0] |= OV7660_MVFP_MIRROR * hflip
3605 data[0] = 0x80 * hflip
[all...]
/drivers/media/video/s5p-fimc/
H A Dfimc-reg.c47 if (ctx->hflip)
62 if (ctx->hflip)
H A Dfimc-core.h480 * @hflip: indicates image horizontal flip if set
507 unsigned int hflip:1; member in struct:fimc_ctx
H A Dfimc-core.c792 ctx->hflip = ctrl->val;
893 ctx->hflip = ctx->ctrl_hflip->val;
897 ctx->hflip = 0;
/drivers/media/common/
H A Dsaa7146_video.c632 c->value = vv->hflip;
697 vv->hflip = c->value;
H A Dsaa7146_hlp.c543 calculate_h_scale_registers(dev, vv->standard->h_pixels, width, vv->hflip, &hps_ctrl, &hps_v_gain, &hps_h_prescale, &hps_h_scale);

Completed in 946 milliseconds