Searched refs:vflip (Results 1 - 25 of 92) sorted by relevance

1234

/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-m2m.h25 struct v4l2_ctrl *vflip; member in struct:mdp_m2m_ctrls
/linux-master/drivers/media/usb/gspca/m5602/
H A Dm5602_s5k83a.c168 __s32 vflip, __s32 hflip);
280 sd->vflip = v4l2_ctrl_new_std(hdl, &s5k83a_ctrl_ops, V4L2_CID_VFLIP,
297 __s32 vflip, hflip; local
310 vflip = sd->vflip->val;
313 vflip = !vflip;
317 vflip, hflip);
327 vflip = sd->vflip
427 s5k83a_set_flip_real(struct gspca_dev *gspca_dev, __s32 vflip, __s32 hflip) argument
464 int vflip = sd->vflip->val; local
[all...]
H A Dm5602_ov9650.c394 sd->vflip = v4l2_ctrl_new_std(hdl, &ov9650_ctrl_ops, V4L2_CID_VFLIP,
423 sd->vflip->val) ||
425 !sd->vflip->val))
639 int vflip = sd->vflip->val; local
641 gspca_dbg(gspca_dev, D_CONF, "Set hvflip to %d %d\n", hflip, vflip);
644 vflip = !vflip;
646 i2c_data = (hflip << 5) | (vflip << 4);
651 /* When vflip i
[all...]
H A Dm5602_mt9m111.c296 sd->vflip = v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops, V4L2_CID_VFLIP,
397 int vflip; local
400 sd->hflip->val, sd->vflip->val);
404 vflip = !sd->vflip->val;
415 (hflip << 1) | vflip;
419 (hflip << 1) | vflip;
H A Dm5602_bridge.h143 struct { /* hflip/vflip cluster */
145 struct v4l2_ctrl *vflip; member in struct:sd::__anon381
H A Dm5602_s5k4aa.c548 sd->vflip = v4l2_ctrl_new_std(hdl, &s5k4aa_ctrl_ops, V4L2_CID_VFLIP,
587 int vflip = sd->vflip->val; local
589 gspca_dbg(gspca_dev, D_CONF, "Set hvflip %d %d\n", hflip, vflip);
600 vflip = !vflip;
603 data = (data & 0x7f) | (vflip << 7) | (hflip << 6);
622 if (vflip)
H A Dm5602_ov7660.c292 sd->vflip = v4l2_ctrl_new_std(hdl, &ov7660_ctrl_ops, V4L2_CID_VFLIP,
397 sd->hflip->val, sd->vflip->val);
399 i2c_data = (sd->hflip->val << 5) | (sd->vflip->val << 4);
/linux-master/drivers/media/platform/st/sti/bdisp/
H A Dbdisp.h30 * @vflip: vertical flip
34 struct v4l2_ctrl *vflip; member in struct:bdisp_ctrls
86 * @vflip: vertical flip
93 unsigned int vflip:1; member in struct:bdisp_request
104 * @vflip: vertical flip
118 unsigned int vflip:1; member in struct:bdisp_ctx
/linux-master/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_core.h80 * @vflip: vertical flip
86 struct v4l2_ctrl *vflip; member in struct:mtk_mdp_ctrls
181 * @vflip: mirror the picture vertically
205 u32 vflip:1; member in struct:mtk_mdp_ctx
H A Dmtk_mdp_ipi.h106 int32_t vflip; /* 1 will enable the flip */ member in struct:mdp_config_misc
H A Dmtk_mdp_regs.c140 misc->vflip = ctx->ctrls.vflip->val;
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_rwpf.h54 struct v4l2_ctrl *vflip; member in struct:vsp1_rwpf::__anon1::__anon2
/linux-master/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.h47 int vflip; member in struct:bcm2835_mmal_dev
/linux-master/drivers/media/platform/sunxi/sun8i-rotate/
H A Dsun8i-rotate.h114 u32 vflip; member in struct:rotate_ctx
/linux-master/drivers/media/platform/rockchip/rga/
H A Drga.h63 u32 vflip; member in struct:rga_ctx
/linux-master/drivers/media/usb/gspca/
H A Dpac7302.c57 * 0x21 Bitfield: 0-1 unused, 2-3 vflip/hflip, 4-5 unknown, 6-7 unused
112 struct v4l2_ctrl *vflip; member in struct:sd::__anon195
537 u8 data, hflip, vflip; local
542 vflip = sd->vflip->val;
544 vflip = !vflip;
547 data = (hflip ? 0x08 : 0x00) | (vflip ? 0x04 : 0x00);
671 sd->vflip = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
/linux-master/drivers/media/i2c/
H A Dimx219.c331 struct v4l2_ctrl *vflip; member in struct:imx219
357 i = (i & ~3) | (imx219->vflip->val ? 2 : 0) |
419 imx219->hflip->val | imx219->vflip->val << 1, &ret);
527 imx219->vflip = v4l2_ctrl_new_std(ctrl_hdlr, &imx219_ctrl_ops,
529 if (imx219->vflip)
530 imx219->vflip->flags |= V4L2_CTRL_FLAG_MODIFY_LAYOUT;
716 /* vflip and hflip cannot change during streaming */
717 __v4l2_ctrl_grab(imx219->vflip, true);
738 __v4l2_ctrl_grab(imx219->vflip, false);
H A Dimx208.c280 struct v4l2_ctrl *vflip; member in struct:imx208
318 return codes[imx208->vflip->val][imx208->hflip->val];
470 imx208->vflip->val << 1);
735 /* vflip and hflip cannot change during streaming */
736 v4l2_ctrl_grab(imx208->vflip, enable);
899 imx208->vflip = v4l2_ctrl_new_std(ctrl_hdlr, &imx208_ctrl_ops,
901 if (imx208->vflip)
902 imx208->vflip->flags |= V4L2_CTRL_FLAG_MODIFY_LAYOUT;
/linux-master/drivers/staging/media/imx/
H A Dimx-media-csc-scaler.c64 bool vflip; member in struct:ipu_csc_scaler_ctx
623 bool hflip, vflip; local
628 vflip = ctx->vflip;
635 vflip = ctrl->val;
644 ret = ipu_degrees_to_rot_mode(&rot_mode, rotate, hflip, vflip);
699 ctx->vflip = vflip;
H A Dimx-ic-prpencvf.c88 bool vflip; member in struct:prp_priv
90 /* derived from rotation, hflip, vflip controls */
1077 bool hflip, vflip; local
1083 vflip = priv->vflip;
1090 vflip = (ctrl->val == 1);
1101 ret = ipu_degrees_to_rot_mode(&rot_mode, rotation, hflip, vflip);
1125 priv->vflip = vflip;
/linux-master/include/media/tpg/
H A Dv4l2-tpg.h206 bool vflip; member in struct:tpg_data
651 static inline void tpg_s_vflip(struct tpg_data *tpg, bool vflip) argument
653 tpg->vflip = vflip;
658 return tpg->vflip;
/linux-master/drivers/media/platform/amlogic/meson-ge2d/
H A Dge2d.c81 u32 vflip; member in struct:ge2d_ctx
271 (ctx->vflip ? GE2D_SRC1_X_REV : 0) |
751 ctx->vflip = ctrl->val;
760 ctx->vflip = 1;
764 ctx->vflip = 1;
768 ctx->vflip = 0;
772 ctx->vflip = 0;
/linux-master/include/media/drv-intf/
H A Dsaa7146_vv.h103 int vflip; member in struct:saa7146_vv
/linux-master/drivers/staging/media/tegra-video/
H A Dvi.h179 * @vflip: Vertical flip is enabled
232 bool vflip:1; member in struct:tegra_vi_channel
/linux-master/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-core.h216 bool vflip; member in struct:mxc_isi_video::__anon356
384 void mxc_isi_channel_set_flip(struct mxc_isi_pipe *pipe, bool hflip, bool vflip);

Completed in 310 milliseconds

1234