Home
last modified time | relevance | path

Searched refs:bitdepth_list (Results 1 - 3 of 3) sorted by relevance

/third_party/backends/backend/
H A Dmicrotek2.c2121 md->bitdepth_list[++i] = (SANE_Int) MD_DEPTHVAL_4; in init_options()
2124 md->bitdepth_list[++i] = (SANE_Int) MD_DEPTHVAL_8; in init_options()
2126 md->bitdepth_list[++i] = (SANE_Int) MD_DEPTHVAL_10; in init_options()
2128 md->bitdepth_list[++i] = (SANE_Int) MD_DEPTHVAL_12; in init_options()
2130 md->bitdepth_list[++i] = (SANE_Int) MD_DEPTHVAL_14; in init_options()
2132 md->bitdepth_list[++i] = (SANE_Int) MD_DEPTHVAL_16; in init_options()
2134 md->bitdepth_list[0] = i; in init_options()
2135 if ( md->bitdepth_list[1] == (SANE_Int) MD_DEPTHVAL_8 ) in init_options()
2136 val[OPT_BITDEPTH].w = md->bitdepth_list[1]; in init_options()
2138 val[OPT_BITDEPTH].w = md->bitdepth_list[ in init_options()
[all...]
H A Dartec_eplus48u.c194 static SANE_Word bitdepth_list[] = { variable
2769 s->opt[OPT_BIT_DEPTH].constraint.word_list = bitdepth_list; in init_options()
2770 s->val[OPT_BIT_DEPTH].w = bitdepth_list[1]; in init_options()
3970 s->opt[OPT_BIT_DEPTH].constraint.word_list = bitdepth_list; in sane_control_option()
H A Dmicrotek2.h955 SANE_Int bitdepth_list[MD_DEPTHVAL_NUMS + 1]; member

Completed in 12 milliseconds