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

/drivers/media/video/gspca/m5602/
H A Dm5602_s5k83a.c130 __s32 vflip, __s32 hflip);
268 __s32 vflip, hflip; local
280 s5k83a_get_vflip((struct gspca_dev *) sd, &vflip);
284 vflip = !vflip;
288 vflip, hflip);
297 s5k83a_get_vflip((struct gspca_dev *) sd, &vflip);
299 s5k83a_set_flip_real((struct gspca_dev *) sd, vflip, hflip);
449 __s32 vflip, __s32 hflip)
460 /* six bit is vflip, seve
448 s5k83a_set_flip_real(struct gspca_dev *gspca_dev, __s32 vflip, __s32 hflip) argument
516 __s32 vflip; local
[all...]
/drivers/media/video/
H A Dstk-webcam.h65 int vflip; member in struct:stk_video
H A Dmt9v011.c116 unsigned vflip:1; member in struct:mt9v011
365 if (core->vflip)
409 ctrl->value = core->vflip ? 1 : 0;
467 core->vflip = ctrl->value;
H A Dstk-webcam.c45 static bool vflip = 1; variable
46 module_param(vflip, bool, 0444);
47 MODULE_PARM_DESC(vflip, "Vertical image flip. Defaults to 1");
825 c->value = dev->vsettings.vflip;
845 dev->vsettings.vflip = c->value;
1281 dev->vsettings.vflip = vflip;
H A Dmt9m032.c137 struct v4l2_ctrl *vflip; member in struct:mt9m032::__anon1620
570 static int update_read_mode2(struct mt9m032 *sensor, bool vflip, bool hflip) argument
573 int reg_val = (vflip << MT9M032_READ_MODE2_VFLIP_SHIFT)
633 return update_read_mode2(sensor, sensor->vflip->val,
749 sensor->vflip = v4l2_ctrl_new_std(&sensor->ctrls,
H A Dnoon010pc30.c149 unsigned int vflip:1; member in struct:noon010_info
326 static int noon010_set_flip(struct v4l2_subdev *sd, int hflip, int vflip) argument
338 if (vflip)
344 info->vflip = vflip;
H A Dstk-sensor.c146 #define REG_MVFP 0x1e /* Mirror / vflip */
559 flip = (dev->vsettings.vflip?MVFP_FLIP:0)
563 && !dev->vsettings.vflip)
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);
1378 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
450 if (info->vflip)
/drivers/media/common/
H A Dsaa7146_hlp.c385 if( 0 != vv->vflip ) {
581 if ( 0 == vv->vflip ) {
606 if ( 0 != vv->vflip ) {
728 if( 0 != vv->vflip ) {
758 if( 0 != vv->vflip ) {
776 if( 0 != vv->vflip ) {
805 if( 0 != vv->vflip ) {
856 if( 0 != vv->vflip ) {
914 if( 0 != vv->vflip ) {
H A Dsaa7146_video.c628 c->value = vv->vflip;
704 vv->vflip = c->value;
/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
670 vflip = sd->ctrls[VFLIP].val;
672 vflip = !vflip;
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
72 __u8 vflip; member in struct:sd
404 sd->vflip = VFLIP_DEF;
473 data = (sd->hflip ? 0x04 : 0x00) | (sd->vflip ? 0x08 : 0x00);
778 sd->vflip = val;
788 *val = sd->vflip;
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
1575 vflip = !sd->ctrls[VFLIP].val;
1578 vflip = sd->ctrls[VFLIP].val;
1586 if (vflip) {
1601 if (vflip) {
1614 if (vflip)
[all...]
H A Dvc032x.c41 u8 vflip; member in struct:sd
3412 sd->vflip = VFLIP_DEF;
3576 u8 data[2], hflip, vflip; local
3581 vflip = sd->vflip;
3583 vflip = !vflip;
3592 | 0x01 * vflip;
3599 | OV7660_MVFP_VFLIP * vflip;
3606 | 0x40 * vflip
[all...]
/drivers/media/video/s5p-fimc/
H A Dfimc-reg.c49 if (ctx->vflip)
64 if (ctx->vflip)
H A Dfimc-core.h481 * @vflip: indicates image vertical flip if set
508 unsigned int vflip:1; member in struct:fimc_ctx
H A Dfimc-core.c796 ctx->vflip = ctrl->val;
894 ctx->vflip = ctx->ctrl_vflip->val;
898 ctx->vflip = 0;

Completed in 126 milliseconds