Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dapple.h163 OPT_CALIBRATION_VECTOR, enumerator
H A Dapple.c1692 s->opt[OPT_CALIBRATION_VECTOR].name = "calibration-vector"; in init_options()
1693 s->opt[OPT_CALIBRATION_VECTOR].title = "Calibration Vector"; in init_options()
1694 s->opt[OPT_CALIBRATION_VECTOR].desc = "Calibration vector for the CCD array."; in init_options()
1695 s->opt[OPT_CALIBRATION_VECTOR].type = SANE_TYPE_INT; in init_options()
1697 s->opt[OPT_CALIBRATION_VECTOR].cap |= SANE_CAP_INACTIVE; in init_options()
1698 s->opt[OPT_CALIBRATION_VECTOR].unit = SANE_UNIT_NONE; in init_options()
1699 s->opt[OPT_CALIBRATION_VECTOR].size = 2550 * sizeof (SANE_Word); in init_options()
1700 s->opt[OPT_CALIBRATION_VECTOR].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1701 s->opt[OPT_CALIBRATION_VECTOR].constraint.range = &u8_range; in init_options()
1702 s->val[OPT_CALIBRATION_VECTOR] in init_options()
[all...]

Completed in 3 milliseconds