Searched refs:line_distance (Results 1 - 9 of 9) sorted by relevance
/third_party/backends/backend/ |
H A D | epson2-ops.c | 1208 unsigned int lines = s->params.lines + (2 * s->line_distance); in e2_set_scanning_parameters() 1209 int top = s->top - (1 * s->line_distance); in e2_set_scanning_parameters() 1387 * Calculate correction for line_distance in D1 scanner: in e2_init_parameters() 1388 * Start line_distance lines earlier and add line_distance lines at the end in e2_init_parameters() 1390 * Because the actual line_distance is not yet calculated we have to do this in e2_init_parameters() 1403 s->line_distance = in e2_init_parameters() 1406 if (s->line_distance != 0) { in e2_init_parameters() 1945 if (s->color_shuffle_line >= s->line_distance) { in color_shuffle() 1949 s->line_distance] in color_shuffle() [all...] |
H A D | epson.c | 4285 s->params.lines -= 4 * s->line_distance; in sane_get_parameters() 4291 4 * s->line_distance, s->params.lines); in sane_get_parameters() 4818 * Calculate correction for line_distance in D1 scanner: in sane_start() 4819 * Start line_distance lines earlier and add line_distance lines at the end in sane_start() 4821 * Because the actual line_distance is not yet calculated we have to do this in sane_start() 4833 s->line_distance = s->hw->max_line_distance * ndpi / s->hw->optical_res; in sane_start() 4834 if (s->line_distance != 0) in sane_start() 4862 /* start the scan 2*line_distance earlier */ in sane_start() 4863 top -= 2 * s->line_distance; in sane_start() [all...] |
H A D | epson.h | 252 SANE_Int line_distance; /* current line distance */ member
|
H A D | epson2.h | 393 SANE_Int line_distance; /* current line distance */ member
|
H A D | hp3900_types.c | 611 SANE_Int line_distance; member
|
H A D | hp3900_debug.c | 208 sensor->rgb_order[1], sensor->rgb_order[2], sensor->line_distance, in dbg_sensor()
|
H A D | hp3900_rts8822.c | 1381 (dev->sensorcfg->line_distance * scan2.resolution_y) / in Arrange_Colour() 1423 if ((((dev->sensorcfg->line_distance * scan2.resolution_y) * in Arrange_Colour() 6590 (dev->sensorcfg->line_distance * scan2.resolution_y) / in Arrange_Compose() 6625 if ((((dev->sensorcfg->line_distance * scan2.resolution_y) * in Arrange_Compose() 8691 (dev->sensorcfg->line_distance * scancfg->resolution_y) / in RTS_Setup_Line_Distances() 8723 (dev->sensorcfg->line_distance * scan2.resolution_y) * 2; in RTS_Setup_Line_Distances() 8735 ((dev->sensorcfg->line_distance * 2) + in RTS_Setup_Line_Distances() 8739 dev->sensorcfg->line_distance * scan2.resolution_y; in RTS_Setup_Line_Distances()
|
H A D | epson2.c | 2225 for (i = 0; i < s->line_distance * 2 + 1; i++) { in sane_start()
|
H A D | mustek.c | 3036 line_distance (Mustek_Scanner * s) in line_distance() function 3056 DBG (3, "line_distance: got factor=%d, (r/g/b)=(%d/%d/%d)\n", in line_distance() 3179 DBG (4, "line_distance: fixed up to factor=%d, (r/g/b)=(%d/%d/%d)\n", in line_distance() 3206 DBG (4, "line_distance: max_value = %d, peak_res = %d, ld.quant = " in line_distance() 6509 status = line_distance (s); in sane_start()
|
Completed in 35 milliseconds