Searched defs:vflip (Results 1 - 25 of 29) sorted by last modified time

12

/drivers/gpu/ipu-v3/
H A Dipu-common.c181 bool hflip, bool vflip)
205 vf ^= (u32)vflip;
213 bool hflip, bool vflip)
221 vf ^= (u32)vflip;
180 ipu_degrees_to_rot_mode(enum ipu_rotate_mode *mode, int degrees, bool hflip, bool vflip) argument
212 ipu_rot_mode_to_degrees(int *degrees, enum ipu_rotate_mode mode, bool hflip, bool vflip) argument
/drivers/media/i2c/
H A Dmt9m032.c155 struct v4l2_ctrl *vflip; member in struct:mt9m032::__anon2177
589 static int update_read_mode2(struct mt9m032 *sensor, bool vflip, bool hflip) argument
592 int reg_val = (vflip << MT9M032_READ_MODE2_VFLIP_SHIFT)
652 return update_read_mode2(sensor, sensor->vflip->val,
774 sensor->vflip = v4l2_ctrl_new_std(&sensor->ctrls,
H A Dmt9v011.c57 unsigned vflip:1; member in struct:mt9v011
306 if (core->vflip)
448 core->vflip = ctrl->val;
H A Dnoon010pc30.c148 unsigned int vflip:1; member in struct:noon010_info
325 static int noon010_set_flip(struct v4l2_subdev *sd, int hflip, int vflip) argument
337 if (vflip)
343 info->vflip = vflip;
H A Dov9650.c214 struct v4l2_ctrl *vflip; member in struct:ov965x_ctrls::__anon2185
813 if (ov965x->ctrls.vflip->val)
1029 ctrls->vflip = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_VFLIP, 0, 1, 1, 0);
H A Ds5k5baf.c266 struct v4l2_ctrl *vflip; member in struct:s5k5baf_ctrls::__anon2191
642 u16 flip = state->ctrls.vflip->val | (state->ctrls.vflip->val << 1);
1651 ctrls->vflip = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_VFLIP, 0, 1, 1, 0);
H A Ds5k6aa.c216 struct v4l2_ctrl *vflip; member in struct:s5k6aa_ctrls
472 unsigned int vflip = s5k6aa->ctrls.vflip->val ^ s5k6aa->inv_vflip; local
473 unsigned int flip = (horiz_flip ^ s5k6aa->inv_hflip) | (vflip << 1);
1375 ctrls->vflip = v4l2_ctrl_new_std(hdl, ops, V4L2_CID_VFLIP, 0, 1, 1, 0);
H A Dsr030pc30.c151 unsigned int vflip:1; member in struct:sr030pc30_info
370 if (info->vflip)
/drivers/media/i2c/smiapp/
H A Dsmiapp.h239 struct v4l2_ctrl *vflip; member in struct:smiapp_sensor
/drivers/media/platform/exynos-gsc/
H A Dgsc-core.h159 * @vflip: vertical flip
165 struct v4l2_ctrl *vflip; member in struct:gsc_ctrls
376 unsigned int vflip:1; member in struct:gsc_ctx
/drivers/media/platform/exynos4-is/
H A Dfimc-core.h449 * @vflip: vertical flip control
461 struct v4l2_ctrl *vflip; member in struct:fimc_ctrls
480 * @vflip: indicates image vertical flip if set
500 unsigned int vflip:1; member in struct:fimc_ctx
/drivers/media/platform/s3c-camif/
H A Dcamif-core.h208 * @vflip: apply vertical flip if set
234 u8 vflip; member in struct:camif_vp
/drivers/media/platform/vivid/
H A Dvivid-core.h251 bool vflip; member in struct:vivid_dev
H A Dvivid-tpg.h137 bool vflip; member in struct:tpg_data
422 static inline void tpg_s_vflip(struct tpg_data *tpg, bool vflip) argument
424 tpg->vflip = vflip;
429 return tpg->vflip;
/drivers/media/usb/gspca/m5602/
H A Dm5602_bridge.h162 struct { /* hflip/vflip cluster */
164 struct v4l2_ctrl *vflip; member in struct:sd::__anon2434
H A Dm5602_mt9m111.c154 sd->vflip = v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops, V4L2_CID_VFLIP,
255 int vflip; local
257 PDEBUG(D_CONF, "Set hvflip to %d %d", sd->hflip->val, sd->vflip->val);
261 vflip = !sd->vflip->val;
272 (hflip << 1) | vflip;
276 (hflip << 1) | vflip;
H A Dm5602_ov9650.c246 sd->vflip = v4l2_ctrl_new_std(hdl, &ov9650_ctrl_ops, V4L2_CID_VFLIP,
275 sd->vflip->val) ||
277 !sd->vflip->val))
491 int vflip = sd->vflip->val; local
493 PDEBUG(D_CONF, "Set hvflip to %d %d", hflip, vflip);
496 vflip = !vflip;
498 i2c_data = (hflip << 5) | (vflip << 4);
503 /* When vflip i
[all...]
H A Dm5602_s5k4aa.c353 sd->vflip = v4l2_ctrl_new_std(hdl, &s5k4aa_ctrl_ops, V4L2_CID_VFLIP,
392 int vflip = sd->vflip->val; local
394 PDEBUG(D_CONF, "Set hvflip %d %d", hflip, vflip);
405 vflip = !vflip;
408 data = (data & 0x7f) | (vflip << 7) | (hflip << 6);
427 if (vflip)
H A Dm5602_s5k83a.c48 __s32 vflip, __s32 hflip);
160 sd->vflip = v4l2_ctrl_new_std(hdl, &s5k83a_ctrl_ops, V4L2_CID_VFLIP,
177 __s32 vflip, hflip; local
190 vflip = sd->vflip->val;
193 vflip = !vflip;
197 vflip, hflip);
207 vflip = sd->vflip
307 s5k83a_set_flip_real(struct gspca_dev *gspca_dev, __s32 vflip, __s32 hflip) argument
344 int vflip = sd->vflip->val; local
[all...]
/drivers/media/usb/gspca/
H A Dov519.c69 struct { /* h/vflip control cluster */
71 struct v4l2_ctrl *vflip; member in struct:sd::__anon2437
593 #define OV7670_R1E_MVFP 0x1e /* Mirror / vflip */
4104 static void sethvflip(struct gspca_dev *gspca_dev, s32 hflip, s32 vflip) argument
4111 OV7670_MVFP_MIRROR * hflip | OV7670_MVFP_VFLIP * vflip,
4872 sethvflip(gspca_dev, ctrl->val, sd->vflip->val);
4924 sd->vflip = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
H A Dov534.c77 struct v4l2_ctrl *vflip; member in struct:sd
1013 static void sethvflip(struct gspca_dev *gspca_dev, s32 hflip, s32 vflip) argument
1023 if (vflip)
1031 if (vflip == 0)
1132 sethvflip(gspca_dev, ctrl->val, sd->vflip->val);
1236 sd->vflip = v4l2_ctrl_new_std(hdl, &ov534_ctrl_ops,
1368 v4l2_ctrl_g_ctrl(sd->vflip));
H A Dpac7302.c70 * 0x21 Bitfield: 0-1 unused, 2-3 vflip/hflip, 4-5 unknown, 6-7 unused
126 struct v4l2_ctrl *vflip; member in struct:sd::__anon2442
551 u8 data, hflip, vflip; local
556 vflip = sd->vflip->val;
558 vflip = !vflip;
561 data = (hflip ? 0x08 : 0x00) | (vflip ? 0x04 : 0x00);
685 sd->vflip = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
H A Dpac7311.c52 * 0x21 Bitfield: 0-1 unused, 2-3 vflip/hflip, 4-5 unknown, 6-7 unused
53 * Note setting vflip disabled leads to a much lower image quality,
54 * so we always vflip, and tell userspace to flip it back
349 static void sethvflip(struct gspca_dev *gspca_dev, s32 hflip, s32 vflip) argument
355 (vflip ? 0x08 : 0x00);
H A Dsn9c20x.c82 struct { /* h/vflip control cluster */
84 struct v4l2_ctrl *vflip; member in struct:sd::__anon2447
1365 static void set_hvflip(struct gspca_dev *gspca_dev, s32 hflip, s32 vflip) argument
1373 vflip = !vflip;
1381 if (vflip) {
1396 if (vflip) {
1409 if (vflip)
1420 if (vflip)
1427 if (vflip)
[all...]
H A Dsonixj.c46 struct { /* hflip/vflip control cluster */
47 struct v4l2_ctrl *vflip; member in struct:sd::__anon2450
1676 sd->vflip = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
1693 v4l2_ctrl_cluster(2, &sd->vflip);
2016 if (sd->vflip->val)
2022 if (!sd->vflip->val)
2028 if (sd->vflip->val)
2044 if (sd->vflip->val)

Completed in 258 milliseconds

12