Lines Matching refs:hflip
32 static int hflip = -1;
33 module_param(hflip, int, 0444);
34 MODULE_PARM_DESC(hflip, "Horizontal image flip (mirror). Defaults to 0");
66 * they mounted the webcam-module the wrong way up. So the hflip and vflip
836 dev->vsettings.hflip = !ctrl->val;
838 dev->vsettings.hflip = ctrl->val;
1316 if (hflip != -1)
1317 dev->vsettings.hflip = hflip;
1319 dev->vsettings.hflip = 1;
1321 dev->vsettings.hflip = 0;