Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dapple.h169 OPT_CALIBRATION_VECTOR_BLUE, enumerator
H A Dapple.c1731 s->opt[OPT_CALIBRATION_VECTOR_BLUE].name = "calibration-vector-blue"; in init_options()
1732 s->opt[OPT_CALIBRATION_VECTOR_BLUE].title = "Calibration Vector for Blue"; in init_options()
1733 s->opt[OPT_CALIBRATION_VECTOR_BLUE].desc = "Calibration vector for the CCD array."; in init_options()
1734 s->opt[OPT_CALIBRATION_VECTOR_BLUE].type = SANE_TYPE_INT; in init_options()
1736 s->opt[OPT_CALIBRATION_VECTOR_BLUE].cap |= SANE_CAP_INACTIVE; in init_options()
1737 s->opt[OPT_CALIBRATION_VECTOR_BLUE].unit = SANE_UNIT_NONE; in init_options()
1738 s->opt[OPT_CALIBRATION_VECTOR_BLUE].size = 2700 * sizeof (SANE_Word); in init_options()
1739 s->opt[OPT_CALIBRATION_VECTOR_BLUE].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1740 s->opt[OPT_CALIBRATION_VECTOR_BLUE].constraint.range = &u8_range; in init_options()
1741 s->val[OPT_CALIBRATION_VECTOR_BLUE] in init_options()
[all...]

Completed in 3 milliseconds