/third_party/backends/backend/ |
H A D | hp3900_sane.c | 1038 rst = CM_LINEART; in Get_Colormode() 2086 if (Get_Colormode (scanner->aValues[optid].s) == CM_LINEART) in option_set() 2255 depth = (colormode == CM_LINEART) ? 1 : s->aValues[opt_depth].w; in sane_get_parameters() 2274 if (colormode != CM_LINEART) in sane_get_parameters() 2333 if (colormode == CM_LINEART) in sane_start() 2336 s->cnv.colormode = CM_LINEART; in sane_start() 2364 if (s->cnv.colormode == CM_LINEART) in sane_start() 2495 if (s->cnv.colormode == CM_LINEART) in sane_read() 2508 if (s->ScanParams.colormode != CM_LINEART) in sane_read() 2621 if (s->cnv.colormode == CM_LINEART) in sane_read() [all...] |
H A D | hp3900_rts8822.c | 1569 scan.depth = (param->colormode == CM_LINEART) ? 8 : param->depth; in RTS_Scanner_SetParams() 1660 if (scancfg->colormode == CM_LINEART) in SetScanParams() 1733 case CM_LINEART: in SetScanParams() 1771 dev->scanning->arrange_compression = ((mycolormode != CM_LINEART) in SetScanParams() 1775 if ((arrangeline2 == FIX_BY_HARD) || (mycolormode == CM_LINEART)) in SetScanParams() 1796 if (mycolormode != CM_LINEART) in SetScanParams() 1822 if (mycolormode == CM_LINEART) in SetScanParams() 1885 if (scan.colormode == CM_LINEART) in SetScanParams() 2047 if (colormode == CM_LINEART) in Scanmode_maxres() 2081 if (colormode == CM_LINEART) in Scanmode_minres() [all...] |
H A D | hp3900_config.c | 2662 {USB20, {ST_NORMAL, CM_LINEART, 1200, 0x03 , -1 , LINE_RATE , 0x05 , 12999, 10 , STT_QUART, 0x00 , { 0, 0, 0}, { 0, 0, 0}, 0 , 1 , 3 , 0x01 , 0x01, 0x10, 0x02 , 0x02 , 0x00 }}, in bq5550_scanmodes() 2663 {USB20, {ST_NORMAL, CM_LINEART, 600, 0x04 , -1 , LINE_RATE , 0x05 , 7199, 32 , STT_HALF , 0x00 , { 0, 0, 0}, { 0, 0, 0}, 0 , 1 , 2 , 0x01 , 0x01, 0x10, 0x02 , 0x02 , 0x00 }}, in bq5550_scanmodes() 2664 {USB20, {ST_NORMAL, CM_LINEART, 300, 0x05 , 0 , LINE_RATE , 0x05 , 5599, 128 , STT_HALF , 0x00 , { 0, 0, 0}, { 0, 0, 0}, 0 , 1 , 1 , 0x01 , 0x01, 0x10, 0x02 , 0x02 , 0x00 }}, in bq5550_scanmodes() 2665 {USB20, {ST_NORMAL, CM_LINEART, 150, 0x05 , 0 , LINE_RATE , 0x05 , 6239, 128 , STT_FULL , 0x00 , { 0, 0, 0}, { 0, 0, 0}, 0 , 1 , 1 , 0x01 , 0x01, 0x10, 0x02 , 0x02 , 0x00 }}, in bq5550_scanmodes() 2666 {USB20, {ST_NORMAL, CM_LINEART, 100, 0x05 , 0 , LINE_RATE , 0x05 , 5759, 128 , STT_FULL , 0x00 , { 0, 0, 0}, { 0, 0, 0}, 0 , 1 , 1 , 0x01 , 0x01, 0x10, 0x02 , 0x02 , 0x00 }}, in bq5550_scanmodes() 2681 {USB20, {ST_TA , CM_LINEART, 1200, 0x03 , -1 , LINE_RATE , 0x05 , 9899, 10 , STT_QUART, 0x00 , { 0, 0, 0}, { 0, 0, 0}, 0 , 1 , 1 , 0x01 , 0x01, 0x10, 0x02 , 0x02 , 0x00 }}, in bq5550_scanmodes() 2682 {USB20, {ST_TA , CM_LINEART, 600, 0x04 , -1 , LINE_RATE , 0x05 , 9999, 32 , STT_HALF , 0x00 , { 0, 0, 0}, { 0, 0, 0}, 0 , 1 , 1 , 0x01 , 0x01, 0x10, 0x02 , 0x02 , 0x00 }}, in bq5550_scanmodes() 2683 {USB20, {ST_TA , CM_LINEART, 300, 0x05 , 0 , LINE_RATE , 0x05 , 4799, 128 , STT_HALF , 0x00 , { 0, 0, 0}, { 0, 0, 0}, 0 , 1 , 1 , 0x01 , 0x01, 0x10, 0x02 , 0x02 , 0x00 }}, in bq5550_scanmodes() 2684 {USB20, {ST_TA , CM_LINEART, 150, 0x05 , 0 , LINE_RATE , 0x05 , 4959, 128 , STT_FULL , 0x00 , { 0, 0, 0}, { 0, 0, 0}, 0 , 1 , 1 , 0x01 , 0x01, 0x10, 0x02 , 0x02 , 0x00 }}, in bq5550_scanmodes() 2685 {USB20, {ST_TA , CM_LINEART, 10 in bq5550_scanmodes() [all...] |
H A D | hp3900_types.c | 118 #define CM_LINEART 0x02 macro
|
H A D | hp3900_debug.c | 517 case CM_LINEART: in dbg_colour() 518 return "CM_LINEART"; in dbg_colour()
|