Home
last modified time | relevance | path

Searched refs:OPT_FAST_INFRARED (Results 1 - 3 of 3) sorted by relevance

/third_party/backends/backend/
H A Dpieusb_specific.c746 scanner->opt[OPT_FAST_INFRARED].name = "fast-infrared"; in sanei_pieusb_init_options()
747 scanner->opt[OPT_FAST_INFRARED].title = "Fast infrared scan"; in sanei_pieusb_init_options()
748 scanner->opt[OPT_FAST_INFRARED].desc = "Do not reposition scan head before scanning infrared line. Results in an infrared offset which may deteriorate IR dust and scratch removal."; in sanei_pieusb_init_options()
749 scanner->opt[OPT_FAST_INFRARED].type = SANE_TYPE_BOOL; in sanei_pieusb_init_options()
750 scanner->opt[OPT_FAST_INFRARED].unit = SANE_UNIT_NONE; in sanei_pieusb_init_options()
751 scanner->opt[OPT_FAST_INFRARED].constraint_type = SANE_CONSTRAINT_NONE; in sanei_pieusb_init_options()
752 scanner->val[OPT_FAST_INFRARED].b = SANE_FALSE; in sanei_pieusb_init_options()
753 scanner->opt[OPT_FAST_INFRARED].cap |= SANE_CAP_SOFT_SELECT; in sanei_pieusb_init_options()
1511 if (!scanner->val[OPT_FAST_INFRARED].b) { in sanei_pieusb_analyse_options()
1512 DBG (DBG_info_sane, "Option %s = %d ignored during preview\n", scanner->opt[OPT_FAST_INFRARED] in sanei_pieusb_analyse_options()
[all...]
H A Dpieusb_specific.h131 OPT_FAST_INFRARED, /* scan infrared channel faster but less accurate */ enumerator
H A Dpieusb.c589 case OPT_FAST_INFRARED: in sane_control_option()
673 case OPT_FAST_INFRARED: in sane_control_option()

Completed in 6 milliseconds