Home
last modified time | relevance | path

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

/third_party/backends/backend/
H A Dqcam.c461 switch (s->val[OPT_XFER_SCALE].w) in qc_setscanmode()
484 switch (s->val[OPT_XFER_SCALE].w) in qc_setscanmode()
1343 s->opt[OPT_XFER_SCALE].name = "transfer-scale"; in init_options()
1344 s->opt[OPT_XFER_SCALE].title = "Transfer scale"; in init_options()
1345 s->opt[OPT_XFER_SCALE].desc = in init_options()
1352 s->opt[OPT_XFER_SCALE].type = SANE_TYPE_INT; in init_options()
1353 s->opt[OPT_XFER_SCALE].constraint_type = SANE_CONSTRAINT_WORD_LIST; in init_options()
1354 s->opt[OPT_XFER_SCALE].constraint.word_list = xfer_scale_list; in init_options()
1355 s->val[OPT_XFER_SCALE].w = xfer_scale_list[1]; in init_options()
1714 case OPT_XFER_SCALE in sane_control_option()
[all...]
H A Dqcam.h112 OPT_XFER_SCALE, /* transfer-scale */ enumerator

Completed in 3 milliseconds