Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dplustek.h234 OPT_OVR_BLUEGAIN, enumerator
H A Dplustek.c1030 s->opt[OPT_OVR_BLUEGAIN].name = "blue-gain"; in init_options()
1031 s->opt[OPT_OVR_BLUEGAIN].title = SANE_I18N("Blue gain"); in init_options()
1032 s->opt[OPT_OVR_BLUEGAIN].desc = SANE_I18N("Blue gain value of the AFE"); in init_options()
1033 s->opt[OPT_OVR_BLUEGAIN].type = SANE_TYPE_INT; in init_options()
1034 s->opt[OPT_OVR_BLUEGAIN].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1035 s->opt[OPT_OVR_BLUEGAIN].constraint.range = &gain_range; in init_options()
1036 s->val[OPT_OVR_BLUEGAIN].w = adj->bgain; in init_options()
1902 case OPT_OVR_BLUEGAIN: in sane_control_option()
2132 case OPT_OVR_BLUEGAIN: in sane_control_option()

Completed in 4 milliseconds