Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dmicrotek2.c2136 val[OPT_BITDEPTH].w = md->bitdepth_list[1]; in init_options()
2138 val[OPT_BITDEPTH].w = md->bitdepth_list[2]; in init_options()
2222 option_size = (int) pow(2.0, (double) val[OPT_BITDEPTH].w ); in init_options()
2402 sod[OPT_BITDEPTH].name = SANE_NAME_BIT_DEPTH; in init_options()
2403 sod[OPT_BITDEPTH].title = SANE_TITLE_BIT_DEPTH; in init_options()
2404 sod[OPT_BITDEPTH].desc = SANE_DESC_BIT_DEPTH; in init_options()
2405 sod[OPT_BITDEPTH].type = SANE_TYPE_INT; in init_options()
2406 sod[OPT_BITDEPTH].unit = SANE_UNIT_BIT; in init_options()
2407 sod[OPT_BITDEPTH].size = sizeof(SANE_Int); in init_options()
2410 sod[OPT_BITDEPTH] in init_options()
[all...]
H A Dmicrotek2.h524 OPT_BITDEPTH, enumerator

Completed in 8 milliseconds