Lines Matching refs:height
313 u16 width, height; in stk1135_configure_mt9m112() local
320 height = gspca_dev->pixfmt.height; in stk1135_configure_mt9m112()
321 if (width <= 640 && height <= 512) { /* context A (half readout speed)*/ in stk1135_configure_mt9m112()
323 sensor_write(gspca_dev, 0x1aa, height); in stk1135_configure_mt9m112()
330 sensor_write(gspca_dev, 0x1a4, height); in stk1135_configure_mt9m112()
445 u16 width, height; in sd_start() local
460 height = gspca_dev->pixfmt.height; in sd_start()
463 reg_w(gspca_dev, STK1135_REG_CIEPO + 2, height & 0xff); in sd_start()
464 reg_w(gspca_dev, STK1135_REG_CIEPO + 3, height >> 8); in sd_start()
621 fmt->fmt.pix.height = clamp(fmt->fmt.pix.height, 32U, 1024U); in stk1135_try_fmt()
624 fmt->fmt.pix.height += (fmt->fmt.pix.height & 1); in stk1135_try_fmt()
627 fmt->fmt.pix.sizeimage = fmt->fmt.pix.width * fmt->fmt.pix.height; in stk1135_try_fmt()