Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dcoolscan.h96 OPT_IRED_RED, enumerator
H A Dcoolscan.c3214 scanner->opt[OPT_IRED_RED].name = "IRED cor. red"; in init_options()
3215 scanner->opt[OPT_IRED_RED].title ="IRED cor. red"; in init_options()
3216 scanner->opt[OPT_IRED_RED].desc = "Correction of infrared from red"; in init_options()
3217 scanner->opt[OPT_IRED_RED].type = SANE_TYPE_INT; in init_options()
3218 scanner->opt[OPT_IRED_RED].unit = SANE_UNIT_NONE; in init_options()
3219 scanner->opt[OPT_IRED_RED].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
3220 scanner->opt[OPT_IRED_RED].constraint.range = &gamma_range_8; in init_options()
3221 scanner->opt[OPT_IRED_RED].cap |= SANE_CAP_ADVANCED; in init_options()
3223 { scanner->opt[OPT_IRED_RED].cap |= SANE_CAP_INACTIVE; in init_options()
3554 case OPT_IRED_RED in sane_control_option()
[all...]

Completed in 5 milliseconds