Home
last modified time | relevance | path

Searched refs:scanmode (Results 1 - 8 of 8) sorted by relevance

/third_party/backends/backend/
H A Dplustek_pp.c655 s->opt[OPT_MODE_GROUP].name = "scanmode-group"; in init_options()
1426 int scanmode; in sane_control_option() local
1539 scanmode = mp[s->val[OPT_MODE].w].scanmode; in sane_control_option()
1548 if((scanmode == COLOR_256GRAY) || in sane_control_option()
1549 (scanmode == COLOR_GRAY16)) { in sane_control_option()
1561 if((scanmode == COLOR_256GRAY) || in sane_control_option()
1562 (scanmode == COLOR_GRAY16)) { in sane_control_option()
1589 if( mp[idx].scanmode != COLOR_HALFTONE ){ in sane_control_option()
1599 if( mp[idx].scanmode in sane_control_option()
1796 int scanmode; sane_start() local
[all...]
H A Dplustek.c73 * split scanmode and bit-depth
332 /** according to the mode and source we return the corresponding scanmode and
339 int scanmode; in getScanMode() local
349 scanmode = COLOR_BW; in getScanMode()
354 scanmode = COLOR_256GRAY; in getScanMode()
356 scanmode = COLOR_TRUE24; in getScanMode()
360 scanmode = COLOR_GRAY16; in getScanMode()
362 scanmode = COLOR_TRUE48; in getScanMode()
364 return scanmode; in getScanMode()
1785 int scanmode, r in do_calibration() local
1849 int scanmode; sane_control_option() local
2335 int scanmode; sane_get_parameters() local
[all...]
H A Du12.c470 s->opt[OPT_MODE_GROUP].name = "scanmode-group"; in init_options()
1201 int scanmode; in sane_control_option() local
1315 scanmode = mp[s->val[OPT_MODE].w].scanmode; in sane_control_option()
1317 scanmode = COLOR_TRUE24; in sane_control_option()
1327 if( scanmode == COLOR_256GRAY ) { in sane_control_option()
1339 if( scanmode == COLOR_256GRAY ) { in sane_control_option()
1363 if( mp[idx].scanmode == COLOR_BW ) { in sane_control_option()
1376 if( mp[idx].scanmode == COLOR_256GRAY ) { in sane_control_option()
1556 int scanmode; in sane_start() local
[all...]
H A Du12.h212 int scanmode; member
H A Dplustek-pp.h117 int scanmode; member
H A Dmicrotek2.c1771 (mi->scanmode & MI_HASMODE_LINEART) ? " Yes" : " No", " ", in dump_attributes()
1772 (mi->scanmode & MI_HASMODE_HALFTONE) ? "Yes" : "No"); in dump_attributes()
1775 (mi->scanmode & MI_HASMODE_GRAY) ? " Yes" : " No", " ", in dump_attributes()
1776 (mi->scanmode & MI_HASMODE_COLOR) ? " Yes" : " No"); in dump_attributes()
2081 if ( (mi->scanmode & MI_HASMODE_COLOR) ) in init_options()
2088 if ( mi->scanmode & MI_HASMODE_GRAY ) in init_options()
2091 if ( ! (mi->scanmode & MI_HASMODE_COLOR ) ) in init_options()
2096 if ( mi->scanmode & MI_HASMODE_HALFTONE ) in init_options()
2099 if ( ! (mi->scanmode & MI_HASMODE_COLOR ) in init_options()
2100 && ! (mi->scanmode in init_options()
[all...]
H A Dhp-option.c1080 enum hp_scanmode_e scanmode = sanei_hp_optset_scanmode (optset, data); in _probe_choice() local
1090 if (scanmode == HP_SCANMODE_GRAYSCALE) in _probe_choice()
1094 else if (scanmode == HP_SCANMODE_COLOR) in _probe_choice()
1102 if ( scanmode == HP_SCANMODE_COLOR ) in _probe_choice()
2622 /* Scanmode is the first we program. So set XPA prior to scanmode */ in _program_scanmode()
3588 /* on the scanmode. (b/w: 1, gray: 8..12, color: 24..36 */
H A Dmicrotek2.h803 SANE_Byte scanmode; member

Completed in 21 milliseconds