Searched refs:sensor_height (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/staging/media/atomisp/pci/ |
A D | sh_css_param_shading.c | 85 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() 134 ty = min(clamp(ty, 0, (int)sensor_height - 1), in crop_and_interpolate() 138 sy0 = min(src_y0 * in_cell_size, sensor_height - 1); in crop_and_interpolate() 139 sy1 = min(src_y1 * in_cell_size, sensor_height - 1); in crop_and_interpolate() 305 input_height = min(input_height, in_table->sensor_height); in prepare_shading_table() 318 result->sensor_height = in_table->sensor_height; in prepare_shading_table() 349 me->sensor_height = 0; in ia_css_shading_table_alloc()
|
A D | atomisp_compat_ioctl32.h | 165 __u32 sensor_height; member
|
A D | atomisp_cmd.c | 3649 shading_table->sensor_height = st->sensor_height; in atomisp_cp_lsc_table() 3656 old_table->sensor_height == shading_table->sensor_height && in atomisp_cp_lsc_table() 6123 shading_table->sensor_height = user_shading_table->sensor_height; in atomisp_set_shading_table()
|
/linux/drivers/media/i2c/et8ek8/ |
A D | et8ek8_mode.c | 35 .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,
|
A D | et8ek8_reg.h | 25 u16 sensor_height; member
|
/linux/drivers/media/usb/go7007/ |
A D | go7007-v4l2.c | 94 *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()
|
A D | go7007-priv.h | 85 int sensor_height; member
|
A D | go7007-driver.c | 729 go->height = board->sensor_height; in go7007_update_board()
|
A D | go7007-usb.c | 269 .sensor_height = 240,
|
/linux/drivers/staging/media/atomisp/pci/isp/kernels/sc/sc_1.0/ |
A D | ia_css_sc_types.h | 71 u32 sensor_height; /** Native sensor height in lines. member
|
/linux/drivers/media/usb/gspca/ |
A D | w996Xcf.c | 439 sd->sensor_height = max_height; in w9968cf_set_crop_window()
|
A D | ov519.c | 101 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/ |
A D | atomisp.h | 581 __u32 sensor_height; member
|
Completed in 43 milliseconds