Searched defs:vflip (Results 26 - 29 of 29) sorted by relevance

12

/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/i2c/
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);
/drivers/media/platform/vivid/
H A Dvivid-core.h251 bool vflip; member in struct:vivid_dev
/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,

Completed in 261 milliseconds

12