/third_party/backends/backend/ |
H A D | hp3900_config.c | 2189 {USB20, CCD_SENSOR, {ST_NORMAL, CM_GRAY , 2400, 0x05 , -1 , LINE_RATE , 0x04 , 24499, 256 , STT_FULL, 0x00 , { 0, 0, 0}, { 0, 0, 0}, 0 , 1 , 1 , 0x01 , 0x01, 0x10, 0x02 , 0x02 , 0x00 }}, in hp3970_scanmodes() 2190 {USB20, CCD_SENSOR, {ST_NORMAL, CM_GRAY , 1200, 0x06 , -1 , LINE_RATE , 0x05 , 14667, 256 , STT_FULL, 0x00 , { 0, 0, 0}, { 0, 0, 0}, 0 , 1 , 1 , 0x01 , 0x01, 0x10, 0x02 , 0x02 , 0x00 }}, in hp3970_scanmodes() 2191 {USB20, CCD_SENSOR, {ST_NORMAL, CM_GRAY , 600, 0x07 , 2 , LINE_RATE , 0x04 , 5499, 256 , STT_FULL, 0x00 , { 0, 0, 0}, { 0, 0, 0}, 0 , 1 , 1 , 0x01 , 0x01, 0x10, 0x02 , 0x02 , 0x00 }}, in hp3970_scanmodes() 2192 {USB20, CCD_SENSOR, {ST_NORMAL, CM_GRAY , 300, 0x08 , 3 , LINE_RATE , 0x04 , 2751, 768 , STT_HALF, 0x00 , { 0, 0, 0}, { 0, 0, 0}, 0 , 1 , 1 , 0x01 , 0x01, 0x10, 0x02 , 0x02 , 0x00 }}, in hp3970_scanmodes() 2193 {USB20, CCD_SENSOR, {ST_NORMAL, CM_GRAY , 200, 0x09 , 4 , LINE_RATE , 0x04 , 2255, 1856 , STT_HALF, 0x00 , { 0, 0, 0}, { 0, 0, 0}, 0 , 1 , 1 , 0x01 , 0x01, 0x10, 0x02 , 0x02 , 0x00 }}, in hp3970_scanmodes() 2194 {USB20, CCD_SENSOR, {ST_NORMAL, CM_GRAY , 100, 0x09 , 4 , LINE_RATE , 0x04 , 2255, 1856 , STT_HALF, 0x02 , { 0, 0, 0}, { 0, 0, 0}, 0 , 1 , 1 , 0x01 , 0x01, 0x10, 0x02 , 0x02 , 0x00 }}, in hp3970_scanmodes() 2204 {USB20, CCD_SENSOR, {ST_TA , CM_GRAY , 2400, 0x05 , -1 , LINE_RATE , 0x04 , 25599, 256 , STT_FULL, 0x00 , { 0, 0, 0}, { 0, 0, 0}, 0 , 1 , 1 , 0x01 , 0x01, 0x10, 0x02 , 0x02 , 0x00 }}, in hp3970_scanmodes() 2205 {USB20, CCD_SENSOR, {ST_TA , CM_GRAY , 1200, 0x06 , -1 , LINE_RATE , 0x03 , 10899, 256 , STT_FULL, 0x00 , { 0, 0, 0}, { 0, 0, 0}, 0 , 1 , 1 , 0x01 , 0x01, 0x10, 0x02 , 0x02 , 0x00 }}, in hp3970_scanmodes() 2206 {USB20, CCD_SENSOR, {ST_TA , CM_GRAY , 600, 0x07 , -1 , LINE_RATE , 0x01 , 5487, 256 , STT_FULL, 0x00 , { 0, 0, 0}, { 0, 0, 0}, 0 , 1 , 1 , 0x01 , 0x01, 0x10, 0x02 , 0x02 , 0x00 }}, in hp3970_scanmodes() 2207 {USB20, CCD_SENSOR, {ST_TA , CM_GRAY , 30 in hp3970_scanmodes() [all...] |
H A D | hp3900_debug.c | 514 case CM_GRAY: in dbg_colour() 515 return "CM_GRAY"; in dbg_colour() 565 SANE_Int spp = (colortype == CM_GRAY) ? 1 : 3; in dbg_tiff_save() 568 CM_GRAY) ? PHOTOMETRIC_MINISBLACK : PHOTOMETRIC_RGB; in dbg_tiff_save()
|
H A D | hp3900_sane.c | 1036 rst = CM_GRAY; in Get_Colormode() 2337 colormode = CM_GRAY; in sane_start() 2340 else if ((colormode == CM_GRAY) in sane_start() 2344 s->cnv.colormode = CM_GRAY; in sane_start() 2483 if (s->cnv.colormode == CM_GRAY) in sane_read() 2600 if (s->cnv.colormode == CM_GRAY) in sane_read()
|
H A D | hp3900_rts8822.c | 1579 if (scan.colormode == CM_GRAY) in RTS_Scanner_SetParams() 1665 if (scancfg->colormode == CM_GRAY) in SetScanParams() 1724 case CM_GRAY: in SetScanParams() 1777 else if ((mycolormode == CM_GRAY) && (hwdcfg->highresolution == FALSE)) in SetScanParams() 1843 case CM_GRAY: in SetScanParams() 2048 rst = Scanmode_maxres (dev, scantype, CM_GRAY); in Scanmode_maxres() 2082 rst = Scanmode_minres (dev, scantype, CM_GRAY); in Scanmode_minres() 2127 rst = Scanmode_minres (dev, scantype, CM_GRAY); in Scanmode_fitres() 2168 rst = RTS_GetScanmode (dev, scantype, CM_GRAY, resolution); in RTS_GetScanmode() 7416 if (ColorMode != CM_GRAY) in Read_NonColor_Block() [all...] |
H A D | hp3900_types.c | 117 #define CM_GRAY 0x01 macro
|