Searched refs:sensor_height (Results 1 - 6 of 6) sorted by path

/drivers/media/usb/go7007/
H A Dgo7007-driver.c758 go->height = board->sensor_height;
H A Dgo7007-priv.h93 int sensor_height; member in struct:go7007_board_info
H A Dgo7007-usb.c277 .sensor_height = 240,
H A Dgo7007-v4l2.c102 *height = go->board_info->sensor_height;
186 int sensor_height = 0, sensor_width = 0; local
192 get_resolution(go, &sensor_width, &sensor_height);
196 height = sensor_height;
205 if (fmt->fmt.pix.height > sensor_height)
206 height = sensor_height;
216 height = sensor_height / 4;
219 height = sensor_height / 2;
222 height = sensor_height;
/drivers/media/usb/gspca/
H A Dov519.c115 u16 sensor_height; member in struct:sd
4227 i2c_w(sd, 0x1a, vwebase + (sd->sensor_height >> vwscale));
4237 sd->sensor_height = sd->gspca_dev.pixfmt.height;
H A Dw996Xcf.c440 sd->sensor_height = max_height;

Completed in 89 milliseconds