Searched refs:sensor_height (Results 1 – 15 of 15) sorted by relevance
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_param_shading.c | 86 sensor_height, in crop_and_interpolate() local 103 sensor_height = in_table->sensor_height; in crop_and_interpolate() 114 out_start_row = ((int)sensor_height - (int)cropped_height) / 2 - top_padding; in crop_and_interpolate() 137 ty = min(clamp(ty, 0, (int)sensor_height - 1), in crop_and_interpolate() 141 sy0 = min(src_y0 * in_cell_size, sensor_height - 1); in crop_and_interpolate() 142 sy1 = min(src_y1 * in_cell_size, sensor_height - 1); in crop_and_interpolate() 301 input_height = min(input_height, in_table->sensor_height); in prepare_shading_table() 314 result->sensor_height = in_table->sensor_height; in prepare_shading_table() 347 me->sensor_height = 0; in ia_css_shading_table_alloc()
|
H A D | atomisp_compat_ioctl32.h | 120 __u32 sensor_height; member
|
H A D | atomisp_cmd.c | 2530 shading_table->sensor_height = st->sensor_height; in atomisp_cp_lsc_table() 2537 old_table->sensor_height == shading_table->sensor_height && in atomisp_cp_lsc_table() 4508 shading_table->sensor_height = user_shading_table->sensor_height; in atomisp_set_shading_table()
|
/openbmc/linux/drivers/media/i2c/et8ek8/ |
H 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,
|
H A D | et8ek8_reg.h | 25 u16 sensor_height; member
|
/openbmc/linux/drivers/media/usb/go7007/ |
H 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()
|
H A D | go7007-priv.h | 85 int sensor_height; member
|
H A D | go7007-driver.c | 731 go->height = board->sensor_height; in go7007_update_board()
|
H A D | go7007-usb.c | 269 .sensor_height = 240,
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/sc/sc_1.0/ |
H A D | ia_css_sc_types.h | 71 u32 sensor_height; /** Native sensor height in lines. member
|
/openbmc/linux/drivers/media/i2c/ |
H A D | ov4689.c | 84 u32 sensor_height; member 220 .sensor_height = 1536, 449 sel->r.height = mode->sensor_height; in ov4689_get_selection()
|
H A D | st-vgxy61.c | 394 u16 sensor_height; member 754 sel->r.height = sensor->sensor_height; in vgxy61_get_selection() 1782 sensor->sensor_height = VGX761_HEIGHT; in vgxy61_fill_sensor_param() 1789 sensor->sensor_height = VGX661_HEIGHT; in vgxy61_fill_sensor_param()
|
/openbmc/linux/drivers/media/usb/gspca/ |
H A D | w996Xcf.c | 439 sd->sensor_height = max_height; in w9968cf_set_crop_window()
|
H 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()
|
/openbmc/linux/drivers/staging/media/atomisp/include/linux/ |
H A D | atomisp.h | 526 __u32 sensor_height; member
|