Lines Matching defs:mode

158     return pss->mode;
1071 SnapScan_Mode mode = actual_mode(pss);
1097 if (mode == MD_BILEVELCOLOUR)
1116 switch (mode)
1131 p->format = (is_colour_mode(mode)) ? SANE_FRAME_RGB : SANE_FRAME_GRAY;
1132 if (mode == MD_LINEART)
1299 /* we'll have to read in blocking mode */
1301 "%s: Error while calling sanei_thread_begin; must read in blocking mode.\n",
1353 SnapScan_Mode mode = actual_mode (pss);
1361 switch (mode)
1438 if (is_colour_mode(mode))
1940 "%s: no reader child; must use blocking mode.\n",
1952 DBG (DL_MINOR_INFO, "%s: turning nonblocking mode %s.\n", me, op);
2040 * Fixes for 16 bit scan mode from Simon Munton
2043 * Fixes for Epson 3490 and 16 bit scan mode
2299 * Auto preview mode
2449 * Now using a mode enum (instead of the static string pointers directly).
2523 * Have added bi-level colour mode, with halftones too.
2524 * Can now select preview mode (but it's an advanced option, since
2528 * Fixed bug: preview mode gives blank image at initial startup.
2529 * Fixed bug: lineart mode goes weird after a preview or gs image.
2538 * correction made inactive in colour mode, etc). TL_[XY] and BR_[XY]
2552 * in a read on the scsi fd---nonblocking mode operates better now.
2553 * Fixed stupid bug I introduced in preview mode data transfer.
2560 * Have replaced the bit depth option with a mode option; various
2590 * Applied Franck's patch from Dec 17; preview mode is now grayscale.
2609 * nonblocking mode. For large scans the nonblocking mode actually
2633 * the SCSI driver, and preview mode scans complete but it isn't clear