Searched refs:sensor_height (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/media/i2c/et8ek8/ |
D | et8ek8_mode.c | 43 .sensor_height = 1968, 144 .sensor_height = 1968, 200 .sensor_height = 1968, 256 .sensor_height = 1968, 312 .sensor_height = 1968, 368 .sensor_height = 1968, 423 .sensor_height = 1968, 479 .sensor_height = 1968, 535 .sensor_height = 1968,
|
D | et8ek8_reg.h | 33 u16 sensor_height; member
|
/Linux-v4.19/drivers/media/usb/go7007/ |
D | go7007-v4l2.c | 102 *height = go->board_info->sensor_height; in get_resolution() 186 int sensor_height = 0, sensor_width = 0; in set_capture_size() local 192 get_resolution(go, &sensor_width, &sensor_height); in set_capture_size() 196 height = sensor_height; in set_capture_size() 205 if (fmt->fmt.pix.height > sensor_height) in set_capture_size() 206 height = sensor_height; in set_capture_size() 216 height = sensor_height / 4; in set_capture_size() 219 height = sensor_height / 2; in set_capture_size() 222 height = sensor_height; in set_capture_size()
|
D | go7007-priv.h | 93 int sensor_height; member
|
D | go7007-driver.c | 763 go->height = board->sensor_height; in go7007_update_board()
|
D | go7007-usb.c | 277 .sensor_height = 240,
|
/Linux-v4.19/drivers/media/usb/gspca/ |
D | w996Xcf.c | 445 sd->sensor_height = max_height; in w9968cf_set_crop_window()
|
D | ov519.c | 111 u16 sensor_height; member 4208 i2c_w(sd, 0x1a, vwebase + (sd->sensor_height >> vwscale)); in set_ov_sensor_window() 4218 sd->sensor_height = sd->gspca_dev.pixfmt.height; in sd_start()
|