Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dcoolscan3.c216 SANE_Bool preview, negative, infrared, autoload, autofocus, ae, aewb; member
461 o.name = "infrared"; in sane_open()
462 o.title = "Read infrared channel"; in sane_open()
463 o.desc = "Read infrared channel in addition to scan colors"; in sane_open()
1013 s->infrared = SANE_FALSE; in sane_open()
1096 *(SANE_Word *) v = s->infrared; in sane_control_option()
1256 s->infrared = *(SANE_Word *) v; in sane_control_option()
1439 if (s->infrared) { in sane_get_parameters()
2884 if (s->infrared) in cs3_convert_options()
2892 s->infrared in cs3_convert_options()
[all...]
H A Dcoolscan2.c251 SANE_Bool preview, negative, infrared; member
507 o.name = "infrared"; in sane_open()
508 o.title = "Read infrared channel"; in sane_open()
509 o.desc = "Read infrared channel in addition to scan colours"; in sane_open()
1022 s->infrared = 0; in sane_open()
1108 *(SANE_Word *) v = s->infrared; in sane_control_option()
1261 s->infrared = *(SANE_Word *) v; in sane_control_option()
2729 if ((s->infrared) && (s->infrared_stage == CS2_INFRARED_OFF)) in cs2_convert_options()
2734 if (s->infrared) in cs2_convert_options()
2975 if (i_colour == 3) /* infrared */ in cs2_scan()
[all...]

Completed in 10 milliseconds