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

1234

/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-m2m.h24 struct v4l2_ctrl *hflip; member in struct:mdp_m2m_ctrls
/linux-master/drivers/media/usb/gspca/m5602/
H A Dm5602_s5k83a.c168 __s32 vflip, __s32 hflip);
278 sd->hflip = v4l2_ctrl_new_std(hdl, &s5k83a_ctrl_ops, V4L2_CID_HFLIP,
288 v4l2_ctrl_cluster(2, &sd->hflip);
297 __s32 vflip, hflip; local
309 hflip = sd->hflip->val;
314 hflip = !hflip;
317 vflip, hflip);
326 hflip
427 s5k83a_set_flip_real(struct gspca_dev *gspca_dev, __s32 vflip, __s32 hflip) argument
463 int hflip = sd->hflip->val; local
[all...]
H A Dm5602_mt9m111.c294 sd->hflip = v4l2_ctrl_new_std(hdl, &mt9m111_ctrl_ops, V4L2_CID_HFLIP,
305 v4l2_ctrl_cluster(2, &sd->hflip);
396 int hflip; local
400 sd->hflip->val, sd->vflip->val);
403 hflip = !sd->hflip->val;
415 (hflip << 1) | vflip;
419 (hflip << 1) | vflip;
H A Dm5602_ov9650.c392 sd->hflip = v4l2_ctrl_new_std(hdl, &ov9650_ctrl_ops, V4L2_CID_HFLIP,
405 v4l2_ctrl_cluster(2, &sd->hflip);
638 int hflip = sd->hflip->val; local
641 gspca_dbg(gspca_dev, D_CONF, "Set hvflip to %d %d\n", hflip, vflip);
646 i2c_data = (hflip << 5) | (vflip << 4);
H A Dm5602_s5k4aa.c546 sd->hflip = v4l2_ctrl_new_std(hdl, &s5k4aa_ctrl_ops, V4L2_CID_HFLIP,
556 v4l2_ctrl_cluster(2, &sd->hflip);
586 int hflip = sd->hflip->val; local
589 gspca_dbg(gspca_dev, D_CONF, "Set hvflip %d %d\n", hflip, vflip);
599 hflip = !hflip;
603 data = (data & 0x7f) | (vflip << 7) | (hflip << 6);
611 if (hflip)
H A Dm5602_ov7660.c290 sd->hflip = v4l2_ctrl_new_std(hdl, &ov7660_ctrl_ops, V4L2_CID_HFLIP,
301 v4l2_ctrl_cluster(2, &sd->hflip);
397 sd->hflip->val, sd->vflip->val);
399 i2c_data = (sd->hflip->val << 5) | (sd->vflip->val << 4);
H A Dm5602_bridge.h143 struct { /* hflip/vflip cluster */
144 struct v4l2_ctrl *hflip; member in struct:sd::__anon381
H A Dm5602_po1030.c263 sd->hflip = v4l2_ctrl_new_std(hdl, &po1030_ctrl_ops, V4L2_CID_HFLIP,
275 v4l2_ctrl_cluster(2, &sd->hflip);
453 sd->hflip->val, sd->vflip->val);
458 i2c_data = (0x3f & i2c_data) | (sd->hflip->val << 7) |
/linux-master/drivers/media/platform/st/sti/bdisp/
H A Dbdisp.h29 * @hflip: horizontal flip
33 struct v4l2_ctrl *hflip; member in struct:bdisp_ctrls
85 * @hflip: horizontal flip
92 unsigned int hflip:1; member in struct:bdisp_request
103 * @hflip: horizontal flip
117 unsigned int hflip:1; member in struct:bdisp_ctx
/linux-master/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_core.h79 * @hflip: horizontal flip
85 struct v4l2_ctrl *hflip; member in struct:mtk_mdp_ctrls
180 * @hflip: mirror the picture horizontally
204 u32 hflip:1; member in struct:mtk_mdp_ctx
H A Dmtk_mdp_ipi.h105 int32_t hflip; /* 1 will enable the flip */ member in struct:mdp_config_misc
H A Dmtk_mdp_regs.c139 misc->hflip = ctx->ctrls.hflip->val;
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_rwpf.h55 struct v4l2_ctrl *hflip; member in struct:vsp1_rwpf::__anon1::__anon2
/linux-master/drivers/staging/vc04_services/bcm2835-camera/
H A Dbcm2835-camera.h46 int hflip; member in struct:bcm2835_mmal_dev
/linux-master/include/media/tpg/
H A Dv4l2-tpg.h205 bool hflip; member in struct:tpg_data
637 static inline void tpg_s_hflip(struct tpg_data *tpg, bool hflip) argument
639 if (tpg->hflip == hflip)
641 tpg->hflip = hflip;
648 return tpg->hflip;
/linux-master/drivers/media/usb/gspca/
H A Dpac7311.c39 * 0x21 Bitfield: 0-1 unused, 2-3 vflip/hflip, 4-5 unknown, 6-7 unused
67 struct v4l2_ctrl *hflip; member in struct:sd
336 static void sethvflip(struct gspca_dev *gspca_dev, s32 hflip, s32 vflip) argument
341 data = (hflip ? 0x04 : 0x00) |
388 sethvflip(gspca_dev, sd->hflip->val, 1);
419 sd->hflip = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
443 sethvflip(gspca_dev, v4l2_ctrl_g_ctrl(sd->hflip), 1);
H A Dpac7302.c57 * 0x21 Bitfield: 0-1 unused, 2-3 vflip/hflip, 4-5 unknown, 6-7 unused
111 struct v4l2_ctrl *hflip; member in struct:sd::__anon195
537 u8 data, hflip, vflip; local
539 hflip = sd->hflip->val;
541 hflip = !hflip;
547 data = (hflip ? 0x08 : 0x00) | (vflip ? 0x04 : 0x00);
669 sd->hflip = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
684 v4l2_ctrl_cluster(2, &sd->hflip);
[all...]
/linux-master/drivers/media/platform/sunxi/sun8i-rotate/
H A Dsun8i-rotate.h113 u32 hflip; member in struct:rotate_ctx
/linux-master/drivers/media/platform/rockchip/rga/
H A Drga.h62 u32 hflip; member in struct:rga_ctx
/linux-master/drivers/media/i2c/
H A Dimx219.c332 struct v4l2_ctrl *hflip; member in struct:imx219
358 (imx219->hflip->val ? 1 : 0);
419 imx219->hflip->val | imx219->vflip->val << 1, &ret);
522 imx219->hflip = v4l2_ctrl_new_std(ctrl_hdlr, &imx219_ctrl_ops,
524 if (imx219->hflip)
525 imx219->hflip->flags |= V4L2_CTRL_FLAG_MODIFY_LAYOUT;
716 /* vflip and hflip cannot change during streaming */
718 __v4l2_ctrl_grab(imx219->hflip, true);
739 __v4l2_ctrl_grab(imx219->hflip, false);
H A Dimx208.c281 struct v4l2_ctrl *hflip; member in struct:imx208
318 return codes[imx208->vflip->val][imx208->hflip->val];
469 imx208->hflip->val |
735 /* vflip and hflip cannot change during streaming */
737 v4l2_ctrl_grab(imx208->hflip, enable);
895 imx208->hflip = v4l2_ctrl_new_std(ctrl_hdlr, &imx208_ctrl_ops,
897 if (imx208->hflip)
898 imx208->hflip->flags |= V4L2_CTRL_FLAG_MODIFY_LAYOUT;
/linux-master/drivers/staging/media/imx/
H A Dimx-media-csc-scaler.c63 bool hflip; member in struct:ipu_csc_scaler_ctx
623 bool hflip, vflip; local
627 hflip = ctx->hflip;
632 hflip = ctrl->val;
644 ret = ipu_degrees_to_rot_mode(&rot_mode, rotate, hflip, vflip);
698 ctx->hflip = hflip;
/linux-master/drivers/media/platform/amlogic/meson-ge2d/
H A Dge2d.c80 u32 hflip; member in struct:ge2d_ctx
270 (ctx->hflip ? GE2D_SRC1_Y_REV : 0) |
748 ctx->hflip = ctrl->val;
759 ctx->hflip = 0;
763 ctx->hflip = 1;
767 ctx->hflip = 1;
771 ctx->hflip = 0;
/linux-master/include/media/drv-intf/
H A Dsaa7146_vv.h104 int hflip; member in struct:saa7146_vv
/linux-master/drivers/staging/media/tegra-video/
H A Dvi.h178 * @hflip: Horizontal flip is enabled
231 bool hflip:1; member in struct:tegra_vi_channel

Completed in 277 milliseconds

1234