Searched refs:sensor_width (Results 1 – 13 of 13) sorted by relevance
/linux-5.19.10/drivers/staging/media/atomisp/pci/ |
D | sh_css_param_shading.c | 84 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()
|
D | atomisp_compat_ioctl32.h | 164 __u32 sensor_width; member
|
D | atomisp_cmd.c | 3645 shading_table->sensor_width = st->sensor_width; in atomisp_cp_lsc_table() 3652 old_table->sensor_width == shading_table->sensor_width && in atomisp_cp_lsc_table() 6205 shading_table->sensor_width = user_shading_table->sensor_width; in atomisp_set_shading_table()
|
/linux-5.19.10/drivers/media/i2c/et8ek8/ |
D | et8ek8_mode.c | 34 .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,
|
D | et8ek8_reg.h | 24 u16 sensor_width; member
|
/linux-5.19.10/drivers/media/usb/go7007/ |
D | go7007-v4l2.c | 93 *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 …]
|
D | go7007-priv.h | 84 int sensor_width; member
|
D | go7007-driver.c | 728 go->width = board->sensor_width; in go7007_update_board()
|
D | go7007-usb.c | 268 .sensor_width = 320,
|
/linux-5.19.10/drivers/staging/media/atomisp/pci/isp/kernels/sc/sc_1.0/ |
D | ia_css_sc_types.h | 70 u32 sensor_width; /** Native sensor width in pixels. */ member
|
/linux-5.19.10/drivers/media/usb/gspca/ |
D | w996Xcf.c | 438 sd->sensor_width = max_width; in w9968cf_set_crop_window()
|
D | ov519.c | 100 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-5.19.10/drivers/staging/media/atomisp/include/linux/ |
D | atomisp.h | 580 __u32 sensor_width; member
|