Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/media/atomisp/pci/
Dsh_css_param_shading.c85 sensor_height, in crop_and_interpolate() local
102 sensor_height = in_table->sensor_height; in crop_and_interpolate()
113 out_start_row = ((int)sensor_height - (int)cropped_height) / 2 - top_padding; in crop_and_interpolate()
136 ty = min(clamp(ty, 0, (int)sensor_height - 1), in crop_and_interpolate()
140 sy0 = min(src_y0 * in_cell_size, sensor_height - 1); in crop_and_interpolate()
141 sy1 = min(src_y1 * in_cell_size, sensor_height - 1); in crop_and_interpolate()
302 input_height = min(input_height, in_table->sensor_height); in prepare_shading_table()
315 result->sensor_height = in_table->sensor_height; in prepare_shading_table()
348 me->sensor_height = 0; in ia_css_shading_table_alloc()
Datomisp_compat_ioctl32.h165 __u32 sensor_height; member
Datomisp_cmd.c3646 shading_table->sensor_height = st->sensor_height; in atomisp_cp_lsc_table()
3653 old_table->sensor_height == shading_table->sensor_height && in atomisp_cp_lsc_table()
6206 shading_table->sensor_height = user_shading_table->sensor_height; in atomisp_set_shading_table()
/linux-5.19.10/drivers/media/i2c/et8ek8/
Det8ek8_mode.c35 .sensor_height = 1968,
136 .sensor_height = 1968,
192 .sensor_height = 1968,
248 .sensor_height = 1968,
304 .sensor_height = 1968,
360 .sensor_height = 1968,
415 .sensor_height = 1968,
471 .sensor_height = 1968,
527 .sensor_height = 1968,
Det8ek8_reg.h25 u16 sensor_height; member
/linux-5.19.10/drivers/media/usb/go7007/
Dgo7007-v4l2.c94 *height = go->board_info->sensor_height; 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()
188 height = sensor_height; in set_capture_size()
197 if (fmt->fmt.pix.height > sensor_height) in set_capture_size()
198 height = sensor_height; in set_capture_size()
208 height = sensor_height / 4; in set_capture_size()
211 height = sensor_height / 2; in set_capture_size()
214 height = sensor_height; in set_capture_size()
Dgo7007-priv.h85 int sensor_height; member
Dgo7007-driver.c729 go->height = board->sensor_height; in go7007_update_board()
Dgo7007-usb.c269 .sensor_height = 240,
/linux-5.19.10/drivers/staging/media/atomisp/pci/isp/kernels/sc/sc_1.0/
Dia_css_sc_types.h71 u32 sensor_height; /** Native sensor height in lines. member
/linux-5.19.10/drivers/media/usb/gspca/
Dw996Xcf.c439 sd->sensor_height = max_height; in w9968cf_set_crop_window()
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-5.19.10/drivers/staging/media/atomisp/include/linux/
Datomisp.h581 __u32 sensor_height; member