Home
last modified time | relevance | path

Searched refs:resy_max (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/backend/
H A Dcoolscan3.c205 unsigned int resy_optical, resy_min, resy_max, *resy_list, member
1022 s->resy = s->resy_max; in sane_open()
2483 s->resy_max = 256 * s->recv_buf[42] + s->recv_buf[43]; in cs3_full_inquiry()
2494 s->frame_offset = s->resy_max * 1.5 + 1; /* works for LS-30, maybe not for others */ in cs3_full_inquiry()
2508 floor(s->resy_max / (double) s->resy_min); in cs3_full_inquiry()
2515 s->resy_list[pitch - 1] = s->resy_max / pitch; in cs3_full_inquiry()
2525 s->resy_min, s->resy_max); in cs3_full_inquiry()
2807 s->real_pitchy = s->resy_max / s->real_resy; in cs3_convert_options()
2810 s->real_resy = s->resy_max / s->real_pitchy; in cs3_convert_options()
H A Dcoolscan2.c241 unsigned int resy_optical, resy_min, resy_max, *resy_list, resy_n_list; member
1027 s->resy = s->resy_max; in sane_open()
2437 s->resy_max = 256 * s->recv_buf[42] + s->recv_buf[43]; in cs2_full_inquiry()
2448 s->frame_offset = s->resy_max * 1.5 + 1; /* works for LS-30, maybe not for others */ in cs2_full_inquiry()
2459 s->resy_n_list = pitch_max = floor (s->resy_max / (double) s->resy_min); in cs2_full_inquiry()
2464 s->resy_list[pitch - 1] = s->resy_max / pitch; in cs2_full_inquiry()
2656 s->real_pitchy = s->resy_max / s->real_resy; in cs2_convert_options()
2659 s->real_resy = s->resy_max / s->real_pitchy; in cs2_convert_options()

Completed in 7 milliseconds