/third_party/backends/backend/ |
H A D | sm3840.c | 343 s->sm3840_params.bpp = s->value[OPT_BIT_DEPTH].w; in sane_get_parameters() 415 case OPT_BIT_DEPTH: in sane_control_option() 445 case OPT_BIT_DEPTH: in sane_control_option() 698 s->options_list[OPT_BIT_DEPTH].name = SANE_NAME_BIT_DEPTH; in initialize_options_list() 699 s->options_list[OPT_BIT_DEPTH].title = SANE_TITLE_BIT_DEPTH; in initialize_options_list() 700 s->options_list[OPT_BIT_DEPTH].desc = SANE_DESC_BIT_DEPTH; in initialize_options_list() 701 s->options_list[OPT_BIT_DEPTH].type = SANE_TYPE_INT; in initialize_options_list() 702 s->options_list[OPT_BIT_DEPTH].unit = SANE_UNIT_NONE; in initialize_options_list() 703 s->options_list[OPT_BIT_DEPTH].constraint_type = SANE_CONSTRAINT_WORD_LIST; in initialize_options_list() 704 s->options_list[OPT_BIT_DEPTH] in initialize_options_list() [all...] |
H A D | snapscan-options.c | 624 po[OPT_BIT_DEPTH].name = SANE_NAME_BIT_DEPTH; in init_options() 625 po[OPT_BIT_DEPTH].title = SANE_TITLE_BIT_DEPTH; in init_options() 626 po[OPT_BIT_DEPTH].desc = SANE_DESC_BIT_DEPTH; in init_options() 627 po[OPT_BIT_DEPTH].type = SANE_TYPE_INT; in init_options() 628 po[OPT_BIT_DEPTH].unit = SANE_UNIT_BIT; in init_options() 629 po[OPT_BIT_DEPTH].size = sizeof (SANE_Word); in init_options() 630 po[OPT_BIT_DEPTH].constraint_type = SANE_CONSTRAINT_WORD_LIST; in init_options() 631 po[OPT_BIT_DEPTH].cap = SANE_CAP_SOFT_SELECT | SANE_CAP_SOFT_DETECT; in init_options() 647 po[OPT_BIT_DEPTH].constraint.word_list = bit_depth_list; in init_options() 650 ps->val[OPT_BIT_DEPTH] in init_options() [all...] |
H A D | pieusb_specific.c | 664 scanner->opt[OPT_BIT_DEPTH].name = SANE_NAME_BIT_DEPTH; in sanei_pieusb_init_options() 665 scanner->opt[OPT_BIT_DEPTH].title = SANE_TITLE_BIT_DEPTH; in sanei_pieusb_init_options() 666 scanner->opt[OPT_BIT_DEPTH].desc = SANE_DESC_BIT_DEPTH; in sanei_pieusb_init_options() 667 scanner->opt[OPT_BIT_DEPTH].type = SANE_TYPE_INT; in sanei_pieusb_init_options() 668 scanner->opt[OPT_BIT_DEPTH].constraint_type = SANE_CONSTRAINT_WORD_LIST; in sanei_pieusb_init_options() 669 scanner->opt[OPT_BIT_DEPTH].size = sizeof (SANE_Word); in sanei_pieusb_init_options() 670 scanner->opt[OPT_BIT_DEPTH].constraint.word_list = scanner->device->bpp_list; in sanei_pieusb_init_options() 671 scanner->val[OPT_BIT_DEPTH].w = scanner->device->bpp_list[2]; in sanei_pieusb_init_options() 1534 if (scanner->val[OPT_BIT_DEPTH].w != 1) { in sanei_pieusb_analyse_options() 1535 DBG (DBG_info_sane, "Option %s = %d ignored in lineart mode (will use 1)\n", scanner->opt[OPT_BIT_DEPTH] in sanei_pieusb_analyse_options() [all...] |
H A D | gt68xx.c | 313 if (IS_ACTIVE (OPT_BIT_DEPTH) && !s->val[OPT_PREVIEW].w) in setup_scan_request() 314 scan_request->depth = s->val[OPT_BIT_DEPTH].w; in setup_scan_request() 512 s->opt[OPT_BIT_DEPTH].name = SANE_NAME_BIT_DEPTH; in init_options() 513 s->opt[OPT_BIT_DEPTH].title = SANE_TITLE_BIT_DEPTH; in init_options() 514 s->opt[OPT_BIT_DEPTH].desc = SANE_DESC_BIT_DEPTH; in init_options() 515 s->opt[OPT_BIT_DEPTH].type = SANE_TYPE_INT; in init_options() 516 s->opt[OPT_BIT_DEPTH].constraint_type = SANE_CONSTRAINT_WORD_LIST; in init_options() 517 s->opt[OPT_BIT_DEPTH].size = sizeof (SANE_Word); in init_options() 518 s->opt[OPT_BIT_DEPTH].constraint.word_list = 0; in init_options() 519 s->opt[OPT_BIT_DEPTH] in init_options() [all...] |
H A D | magicolor.c | 1454 s->params.depth = s->val[OPT_BIT_DEPTH].w; in mc_init_parameters() 2395 s->opt[OPT_BIT_DEPTH].name = SANE_NAME_BIT_DEPTH; in init_options() 2396 s->opt[OPT_BIT_DEPTH].title = SANE_TITLE_BIT_DEPTH; in init_options() 2397 s->opt[OPT_BIT_DEPTH].desc = SANE_DESC_BIT_DEPTH; in init_options() 2398 s->opt[OPT_BIT_DEPTH].type = SANE_TYPE_INT; in init_options() 2399 s->opt[OPT_BIT_DEPTH].unit = SANE_UNIT_NONE; in init_options() 2400 s->opt[OPT_BIT_DEPTH].constraint_type = SANE_CONSTRAINT_WORD_LIST; in init_options() 2401 s->opt[OPT_BIT_DEPTH].constraint.word_list = s->hw->cap->depth_list; in init_options() 2402 s->opt[OPT_BIT_DEPTH].cap |= SANE_CAP_INACTIVE; in init_options() 2403 s->val[OPT_BIT_DEPTH] in init_options() [all...] |
H A D | epson2.c | 987 s->opt[OPT_BIT_DEPTH].name = SANE_NAME_BIT_DEPTH; in init_options() 988 s->opt[OPT_BIT_DEPTH].title = SANE_TITLE_BIT_DEPTH; in init_options() 989 s->opt[OPT_BIT_DEPTH].desc = SANE_DESC_BIT_DEPTH; in init_options() 990 s->opt[OPT_BIT_DEPTH].type = SANE_TYPE_INT; in init_options() 991 s->opt[OPT_BIT_DEPTH].unit = SANE_UNIT_BIT; in init_options() 992 s->opt[OPT_BIT_DEPTH].constraint_type = SANE_CONSTRAINT_WORD_LIST; in init_options() 993 s->opt[OPT_BIT_DEPTH].constraint.word_list = s->hw->depth_list; in init_options() 994 s->val[OPT_BIT_DEPTH].w = 8; /* default to 8 bit */ in init_options() 997 s->opt[OPT_BIT_DEPTH].cap |= SANE_CAP_INACTIVE; in init_options() 1655 case OPT_BIT_DEPTH in getvalue() [all...] |
H A D | sm3840.h | 56 OPT_BIT_DEPTH, enumerator
|
H A D | kodakaio.c | 1835 s->params.depth = s->val[OPT_BIT_DEPTH].w; in k_init_parametersta() 2786 s->opt[OPT_BIT_DEPTH].name = SANE_NAME_BIT_DEPTH; in init_options() 2787 s->opt[OPT_BIT_DEPTH].title = SANE_TITLE_BIT_DEPTH; in init_options() 2788 s->opt[OPT_BIT_DEPTH].desc = SANE_DESC_BIT_DEPTH; in init_options() 2789 s->opt[OPT_BIT_DEPTH].type = SANE_TYPE_INT; in init_options() 2790 s->opt[OPT_BIT_DEPTH].unit = SANE_UNIT_NONE; in init_options() 2791 s->opt[OPT_BIT_DEPTH].constraint_type = SANE_CONSTRAINT_WORD_LIST; in init_options() 2792 s->opt[OPT_BIT_DEPTH].constraint.word_list = s->hw->cap->depth_list; in init_options() 2793 s->opt[OPT_BIT_DEPTH].cap |= SANE_CAP_INACTIVE; in init_options() 2794 s->val[OPT_BIT_DEPTH] in init_options() [all...] |
H A D | plustek.c | 346 scanner->params.depth = scanner->val[OPT_BIT_DEPTH].w; in getScanMode() 735 s->opt[OPT_BIT_DEPTH].name = SANE_NAME_BIT_DEPTH; in init_options() 736 s->opt[OPT_BIT_DEPTH].title = SANE_TITLE_BIT_DEPTH; in init_options() 737 s->opt[OPT_BIT_DEPTH].desc = SANE_DESC_BIT_DEPTH; in init_options() 738 s->opt[OPT_BIT_DEPTH].type = SANE_TYPE_INT; in init_options() 739 s->opt[OPT_BIT_DEPTH].unit = SANE_UNIT_BIT; in init_options() 740 s->opt[OPT_BIT_DEPTH].size = sizeof (SANE_Word); in init_options() 741 s->opt[OPT_BIT_DEPTH].constraint_type = SANE_CONSTRAINT_WORD_LIST; in init_options() 743 s->opt[OPT_BIT_DEPTH].constraint.word_list = bpp_lm9833_list; in init_options() 745 s->opt[OPT_BIT_DEPTH] in init_options() [all...] |
H A D | kodakaio.h | 95 OPT_BIT_DEPTH, enumerator
|
H A D | coolscan.h | 58 OPT_BIT_DEPTH, enumerator
|
H A D | gt68xx_high.h | 207 OPT_BIT_DEPTH, enumerator
|
H A D | magicolor.h | 132 OPT_BIT_DEPTH, enumerator
|
H A D | pieusb.c | 580 case OPT_BIT_DEPTH: in sane_control_option() 665 case OPT_BIT_DEPTH: in sane_control_option() 815 params->depth = scanner->val[OPT_BIT_DEPTH].w; in sane_get_parameters() 819 params->depth = scanner->val[OPT_BIT_DEPTH].w; in sane_get_parameters() 823 params->depth = scanner->val[OPT_BIT_DEPTH].w; in sane_get_parameters()
|
H A D | artec_eplus48u.c | 2763 s->opt[OPT_BIT_DEPTH].name = SANE_NAME_BIT_DEPTH; in init_options() 2764 s->opt[OPT_BIT_DEPTH].title = SANE_TITLE_BIT_DEPTH; in init_options() 2765 s->opt[OPT_BIT_DEPTH].desc = SANE_DESC_BIT_DEPTH; in init_options() 2766 s->opt[OPT_BIT_DEPTH].type = SANE_TYPE_INT; in init_options() 2767 s->opt[OPT_BIT_DEPTH].unit = SANE_UNIT_NONE; in init_options() 2768 s->opt[OPT_BIT_DEPTH].constraint_type = SANE_CONSTRAINT_WORD_LIST; in init_options() 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() 3975 s->opt[OPT_BIT_DEPTH] in sane_control_option() [all...] |
H A D | epson.c | 2827 s->opt[OPT_BIT_DEPTH].name = SANE_NAME_BIT_DEPTH; in init_options() 2828 s->opt[OPT_BIT_DEPTH].title = SANE_TITLE_BIT_DEPTH; in init_options() 2829 s->opt[OPT_BIT_DEPTH].desc = SANE_DESC_BIT_DEPTH; in init_options() 2830 s->opt[OPT_BIT_DEPTH].type = SANE_TYPE_INT; in init_options() 2831 s->opt[OPT_BIT_DEPTH].unit = SANE_UNIT_NONE; in init_options() 2832 s->opt[OPT_BIT_DEPTH].constraint_type = SANE_CONSTRAINT_WORD_LIST; in init_options() 2833 s->opt[OPT_BIT_DEPTH].constraint.word_list = bitDepthList; in init_options() 2834 s->opt[OPT_BIT_DEPTH].cap |= SANE_CAP_INACTIVE; in init_options() 2835 s->val[OPT_BIT_DEPTH].w = bitDepthList[1]; /* the first "real" element is the default */ in init_options() 2838 s->opt[OPT_BIT_DEPTH] in init_options() [all...] |
H A D | epson.h | 124 0, OPT_MODE_GROUP, OPT_MODE, OPT_BIT_DEPTH, OPT_HALFTONE, OPT_DROPOUT, enumerator
|
H A D | plustek.h | 54 * - added OPT_BIT_DEPTH 205 OPT_BIT_DEPTH, enumerator
|
H A D | mustek.h | 167 OPT_BIT_DEPTH, enumerator
|
H A D | mustek.c | 2666 if (strcmp (s->val[OPT_BIT_DEPTH].s, "12") == 0) in mode_select_pro() 2775 if (strcmp (s->val[OPT_BIT_DEPTH].s, "12") == 0) in gamma_correction() 3871 if (strcmp (s->val[OPT_BIT_DEPTH].s, "12") == 0) in fix_line_distance_pro() 4249 s->opt[OPT_BIT_DEPTH].name = SANE_NAME_BIT_DEPTH; in init_options() 4250 s->opt[OPT_BIT_DEPTH].title = SANE_TITLE_BIT_DEPTH; in init_options() 4251 s->opt[OPT_BIT_DEPTH].desc = SANE_DESC_BIT_DEPTH; in init_options() 4252 s->opt[OPT_BIT_DEPTH].type = SANE_TYPE_STRING; in init_options() 4253 s->opt[OPT_BIT_DEPTH].constraint_type = SANE_CONSTRAINT_STRING_LIST; in init_options() 4254 s->opt[OPT_BIT_DEPTH].cap |= SANE_CAP_INACTIVE; in init_options() 4255 s->opt[OPT_BIT_DEPTH] in init_options() [all...] |
H A D | umax.h | 97 OPT_BIT_DEPTH, /* output bit depth */ enumerator
|
H A D | snapscan.h | 288 OPT_BIT_DEPTH, /* 8/16 bit/pixel for colour scans */ enumerator
|
H A D | pieusb_specific.h | 125 OPT_BIT_DEPTH, /* number of bits to encode a color */ enumerator
|
H A D | epson2.h | 236 OPT_BIT_DEPTH, enumerator
|
/third_party/backends/backend/genesys/ |
H A D | genesys.h | 71 OPT_BIT_DEPTH, enumerator
|