Home
last modified time | relevance | path

Searched refs:sensor_width (Results 1 – 13 of 13) sorted by relevance

/linux-6.1.9/drivers/staging/media/atomisp/pci/
Dsh_css_param_shading.c84 sensor_width, in crop_and_interpolate() local
101 sensor_width = in_table->sensor_width; in crop_and_interpolate()
110 in_cell_size = CEIL_DIV(sensor_width, table_width - 1); in crop_and_interpolate()
112 out_start_col = ((int)sensor_width - (int)cropped_width) / 2 - left_padding; in crop_and_interpolate()
169 tx = min(clamp(tx, 0, (int)sensor_width - 1), in crop_and_interpolate()
175 sx0 = min(src_x0 * in_cell_size, sensor_width - 1); in crop_and_interpolate()
176 sx1 = min(src_x1 * in_cell_size, sensor_width - 1); in crop_and_interpolate()
301 input_width = min(input_width, in_table->sensor_width); in prepare_shading_table()
314 result->sensor_width = in_table->sensor_width; in prepare_shading_table()
347 me->sensor_width = 0; in ia_css_shading_table_alloc()
Datomisp_compat_ioctl32.h151 __u32 sensor_width; member
Datomisp_cmd.c3231 shading_table->sensor_width = st->sensor_width; in atomisp_cp_lsc_table()
3238 old_table->sensor_width == shading_table->sensor_width && in atomisp_cp_lsc_table()
5630 shading_table->sensor_width = user_shading_table->sensor_width; in atomisp_set_shading_table()
/linux-6.1.9/drivers/media/i2c/et8ek8/
Det8ek8_mode.c34 .sensor_width = 2592,
135 .sensor_width = 2592,
191 .sensor_width = 2592,
247 .sensor_width = 2592,
303 .sensor_width = 2592,
359 .sensor_width = 2592,
414 .sensor_width = 2592,
470 .sensor_width = 2592,
526 .sensor_width = 2592,
Det8ek8_reg.h24 u16 sensor_width; member
/linux-6.1.9/drivers/media/usb/go7007/
Dgo7007-v4l2.c93 *width = go->board_info->sensor_width; in get_resolution()
178 int sensor_height = 0, sensor_width = 0; in set_capture_size() local
184 get_resolution(go, &sensor_width, &sensor_height); in set_capture_size()
187 width = sensor_width; in set_capture_size()
190 if (fmt->fmt.pix.width > sensor_width) in set_capture_size()
191 width = sensor_width; in set_capture_size()
206 if (width <= sensor_width / 4) { in set_capture_size()
207 width = sensor_width / 4; in set_capture_size()
209 } else if (width <= sensor_width / 2) { in set_capture_size()
210 width = sensor_width / 2; in set_capture_size()
[all …]
Dgo7007-priv.h84 int sensor_width; member
Dgo7007-driver.c728 go->width = board->sensor_width; in go7007_update_board()
Dgo7007-usb.c268 .sensor_width = 320,
/linux-6.1.9/drivers/staging/media/atomisp/pci/isp/kernels/sc/sc_1.0/
Dia_css_sc_types.h70 u32 sensor_width; /** Native sensor width in pixels. */ member
/linux-6.1.9/drivers/media/usb/gspca/
Dw996Xcf.c438 sd->sensor_width = max_width; in w9968cf_set_crop_window()
Dov519.c100 u16 sensor_width; member
4216 i2c_w(sd, 0x18, hwebase + (sd->sensor_width >> hwscale)); in set_ov_sensor_window()
4227 sd->sensor_width = sd->gspca_dev.pixfmt.width; in sd_start()
/linux-6.1.9/drivers/staging/media/atomisp/include/linux/
Datomisp.h580 __u32 sensor_width; member