Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dpieusb_specific.c836 scanner->opt[OPT_CLEAN_IMAGE].name = "clean-image"; in sanei_pieusb_init_options()
837 scanner->opt[OPT_CLEAN_IMAGE].title = "Clean image"; in sanei_pieusb_init_options()
838 scanner->opt[OPT_CLEAN_IMAGE].desc = "Detect and remove dust and scratch artifacts"; in sanei_pieusb_init_options()
839 scanner->opt[OPT_CLEAN_IMAGE].type = SANE_TYPE_BOOL; in sanei_pieusb_init_options()
840 scanner->opt[OPT_CLEAN_IMAGE].unit = SANE_UNIT_NONE; in sanei_pieusb_init_options()
841 scanner->val[OPT_CLEAN_IMAGE].w = SANE_FALSE; in sanei_pieusb_init_options()
1319 if (scanner->val[OPT_CLEAN_IMAGE].b) /* (scanner->processing & POST_SW_DIRT) */ in sanei_pieusb_post()
1517 if (scanner->val[OPT_CLEAN_IMAGE].b) { in sanei_pieusb_analyse_options()
1518 DBG (DBG_info_sane, "Option %s = %d ignored during preview\n", scanner->opt[OPT_CLEAN_IMAGE].name, scanner->val[OPT_CLEAN_IMAGE] in sanei_pieusb_analyse_options()
[all...]
H A Dpieusb.c593 case OPT_CLEAN_IMAGE: in sane_control_option()
683 case OPT_CLEAN_IMAGE: in sane_control_option()
1257 } else if (strcmp(mode, SANE_VALUE_SCAN_MODE_COLOR) == 0 && scanner->val[OPT_CLEAN_IMAGE].b) { in sane_start()
1271 if ((scanner->val[OPT_CORRECT_INFRARED].b || scanner->val[OPT_CLEAN_IMAGE].b) && !scanner->val[OPT_PREVIEW].b && infrared_post_processing_relevant) { in sane_start()
1292 if (scanner->buffer.colors == PLANES && (strcmp(mode,SANE_VALUE_SCAN_MODE_COLOR) == 0 && scanner->val[OPT_CLEAN_IMAGE].b)) { in sane_start()
H A Dpieusb_specific.h144 OPT_CLEAN_IMAGE, /* detect and remove dust and scratch artifacts */ enumerator

Completed in 6 milliseconds