Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dapple.h168 OPT_CALIBRATION_VECTOR_GREEN, enumerator
H A Dapple.c1718 s->opt[OPT_CALIBRATION_VECTOR_GREEN].name = "calibration-vector-green"; in init_options()
1719 s->opt[OPT_CALIBRATION_VECTOR_GREEN].title = "Calibration Vector for Green"; in init_options()
1720 s->opt[OPT_CALIBRATION_VECTOR_GREEN].desc = "Calibration vector for the CCD array."; in init_options()
1721 s->opt[OPT_CALIBRATION_VECTOR_GREEN].type = SANE_TYPE_INT; in init_options()
1724 s->opt[OPT_CALIBRATION_VECTOR_GREEN].unit = SANE_UNIT_NONE; in init_options()
1725 s->opt[OPT_CALIBRATION_VECTOR_GREEN].size = 2700 * sizeof (SANE_Word); in init_options()
1726 s->opt[OPT_CALIBRATION_VECTOR_GREEN].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1727 s->opt[OPT_CALIBRATION_VECTOR_GREEN].constraint.range = &u8_range; in init_options()
1728 s->val[OPT_CALIBRATION_VECTOR_GREEN].wa = s->calibration_vector_green; in init_options()

Completed in 4 milliseconds