Home
last modified time | relevance | path

Searched refs:sensor_height (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_param_shading.c77 sensor_height, in crop_and_interpolate() local
94 sensor_height = in_table->sensor_height; in crop_and_interpolate()
105 out_start_row = ((int)sensor_height - (int)cropped_height) / 2 - top_padding; in crop_and_interpolate()
128 ty = min(clamp(ty, 0, (int)sensor_height - 1), in crop_and_interpolate()
132 sy0 = min(src_y0 * in_cell_size, sensor_height - 1); in crop_and_interpolate()
133 sy1 = min(src_y1 * in_cell_size, sensor_height - 1); in crop_and_interpolate()
292 input_height = min(input_height, in_table->sensor_height); in prepare_shading_table()
305 result->sensor_height = in_table->sensor_height; in prepare_shading_table()
338 me->sensor_height = 0; in ia_css_shading_table_alloc()
H A Datomisp_cmd.c2405 shading_table->sensor_height = st->sensor_height; in atomisp_cp_lsc_table()
2412 old_table->sensor_height == shading_table->sensor_height && in atomisp_cp_lsc_table()
4489 shading_table->sensor_height = user_shading_table->sensor_height; in atomisp_set_shading_table()
/linux/drivers/media/usb/go7007/
H A Dgo7007-priv.h85 int sensor_height; member
H A Dgo7007-driver.c731 go->height = board->sensor_height; in go7007_update_board()
H A Dgo7007-usb.c269 .sensor_height = 240,
/linux/drivers/media/usb/gspca/
H A Dw996Xcf.c439 sd->sensor_height = max_height; in w9968cf_set_crop_window()
H A Dov519.c101 u16 sensor_height; member
4218 i2c_w(sd, 0x1a, vwebase + (sd->sensor_height >> vwscale)); in set_ov_sensor_window()
4228 sd->sensor_height = sd->gspca_dev.pixfmt.height; in sd_start()
/linux/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h514 __u32 sensor_height; member