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.c79 sensor_height, in crop_and_interpolate()
96 sensor_height = in_table->sensor_height; in crop_and_interpolate()
107 out_start_row = ((int)sensor_height - (int)cropped_height) / 2 - top_padding; in crop_and_interpolate()
132 ty = min(clamp(ty, 0, (int)sensor_height - 1), in crop_and_interpolate()
136 sy0 = min(src_y0 * in_cell_size, sensor_height - 1); in crop_and_interpolate()
137 sy1 = min(src_y1 * in_cell_size, sensor_height - 1); in crop_and_interpolate()
297 input_height = min(input_height, in_table->sensor_height); in prepare_shading_table()
312 result->sensor_height = in_table->sensor_height; in prepare_shading_table()
77 sensor_height, crop_and_interpolate() local
[all...]
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()
4499 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