Lines Matching defs:lines
439 * Read scanned data from the scanner memory into a byte array. The lines
440 * argument specifies how many lines will be read, the size argument specifies
441 * the total amount of bytes in these lines. Use sanei_pieusb_cmd_get_parameters() to
442 * determine the current line size and the number of available lines.\n
453 * @param lines
458 sanei_pieusb_cmd_get_scanned_lines(SANE_Int device_number, SANE_Byte* data, SANE_Int lines, SANE_Int size, struct Pieusb_Command_Status *status)
462 DBG (DBG_info_scan, "sanei_pieusb_cmd_get_scanned_lines(): %d lines (%d bytes)\n", lines, size);
464 _prep_scsi_cmd (command, SCSI_READ, lines);
586 * Get the parameters of an executed scan, such as width, lines and bytes, which
615 * 2: e0 02 lines 0x2e0 - 736
621 * e: d7 00 available lines 215
626 parameters->lines = _get_short(data, 2);
636 DBG (DBG_info_scan, " lines = %d\n", parameters->lines);
640 DBG (DBG_info_scan, " available lines = %d\n", parameters->availableLines);
900 * 2. sanei_pieusb_cmd_get_scanned_lines(): read shading correction lines\n