Searched refs:xskip (Results 1 - 2 of 2) sorted by relevance

/drivers/media/i2c/soc_camera/
H A Dmt9t031.c80 u16 xskip; member in struct:mt9t031
202 struct v4l2_rect *rect, u16 xskip, u16 yskip)
210 xbin = min(xskip, (u16)3);
220 * the selected xskip. Failing to conform to this requirement produces
241 xskip, yskip, rect->width, rect->height, rect->left, rect->top);
253 if (yskip != mt9t031->yskip || xskip != mt9t031->xskip) {
257 ((xbin - 1) << 4) | (xskip - 1));
290 mt9t031->xskip = xskip;
201 mt9t031_set_params(struct i2c_client *client, struct v4l2_rect *rect, u16 xskip, u16 yskip) argument
360 u16 xskip, yskip; local
[all...]
/drivers/media/i2c/
H A Dmt9p031.c390 unsigned int xskip; local
418 xskip = DIV_ROUND_CLOSEST(crop->width, format->width);
420 xbin = 1 << (ffs(xskip) - 1);
424 ((xbin - 1) << 4) | (xskip - 1));

Completed in 83 milliseconds