Home
last modified time | relevance | path

Searched refs:OPT_BLACK_LEVEL (Results 1 - 4 of 4) sorted by relevance

/third_party/backends/backend/
H A Dqcam.c1397 s->opt[OPT_BLACK_LEVEL].name = SANE_NAME_BLACK_LEVEL; in init_options()
1398 s->opt[OPT_BLACK_LEVEL].title = SANE_TITLE_BLACK_LEVEL; in init_options()
1399 s->opt[OPT_BLACK_LEVEL].desc = SANE_DESC_BLACK_LEVEL in init_options()
1402 s->opt[OPT_BLACK_LEVEL].type = SANE_TYPE_INT; in init_options()
1403 s->opt[OPT_BLACK_LEVEL].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
1404 s->opt[OPT_BLACK_LEVEL].constraint.range = &u8_range; in init_options()
1405 s->val[OPT_BLACK_LEVEL].w = 0; in init_options()
1582 s->opt[OPT_BLACK_LEVEL].cap |= SANE_CAP_INACTIVE; in sane_open()
1717 case OPT_BLACK_LEVEL: in sane_control_option()
1767 case OPT_BLACK_LEVEL in sane_control_option()
[all...]
H A Dqcam.h125 OPT_BLACK_LEVEL, enumerator
H A Dartec_eplus48u.c681 int black_level = s->val[OPT_BLACK_LEVEL].w; in copy_scan_line()
2773 s->opt[OPT_BLACK_LEVEL].name = SANE_NAME_BLACK_LEVEL; in init_options()
2774 s->opt[OPT_BLACK_LEVEL].title = SANE_TITLE_BLACK_LEVEL; in init_options()
2775 s->opt[OPT_BLACK_LEVEL].desc = SANE_DESC_BLACK_LEVEL; in init_options()
2776 s->opt[OPT_BLACK_LEVEL].type = SANE_TYPE_INT; in init_options()
2777 s->opt[OPT_BLACK_LEVEL].unit = SANE_UNIT_NONE; in init_options()
2778 s->opt[OPT_BLACK_LEVEL].constraint_type = SANE_CONSTRAINT_RANGE; in init_options()
2779 s->opt[OPT_BLACK_LEVEL].constraint.range = &blacklevel_range; in init_options()
2780 s->opt[OPT_BLACK_LEVEL].cap |= SANE_CAP_INACTIVE; in init_options()
2781 s->val[OPT_BLACK_LEVEL] in init_options()
[all...]
H A Dartec_eplus48u.h90 OPT_BLACK_LEVEL, enumerator

Completed in 8 milliseconds