Lines Matching refs:line

622   DBG_inq_nz("color ordering support....................: line without CCD distance\n",
626 DBG_inq_nz("color ordering support....................: line with CCD distance\n",
791 DBG(DBG_inquiry,"fb/uta: color line arrangement mode.......: %d\n",
800 DBG(DBG_inquiry,"adf: color line arrangement mode.......: %d\n",
809 DBG(DBG_inquiry,"CCD line distance.........................: %d\n",
1223 /* tests if line related to optical resolution has to be skipped for selected resolution */
1224 /* returns 0 if line is ok, -1 if line has to be skipped */
1238 dev->pixelline_del[color]++; /* inc pointer to next line to skip */
1239 return(-1); /* skip line */
1243 return(0); /* ok, order this line */
1251 /* reads a one-color line and writes it into a pixel-ordered-buffer if line */
1256 unsigned int line = dev->pixelline_next[color]; /* bufferlinenumber */
1263 dest += line * dev->width_in_pixels * 3 + color;
1274 dest += line * dev->width_in_pixels * 6 + color * 2;
1286 line++;
1287 if (line >= dev->pixelline_max)
1289 line = 0;
1292 dev->pixelline_next[color] = line; /* next line of this color */
1295 DBG(DBG_read, "merged line as color %d to line %d\n", color, dev->pixelline_ready[color]);
1309 do /* search next valid line */
1331 } while(umax_forget_line(dev, color) != 0); /* until found correct line */
2152 set_WD_line_arrangement(buffer_r, WD_line_arrengement_by_fw); /* line arrangement by scanner */
2164 set_WD_line_count(buffer_r, dev->length_in_pixels); /* line count */
2562 DBG(DBG_error,"ERROR: scsi buffer is to small for one shading line, calibration aborted\n");
2598 DBG(DBG_read,"8 bit shading-line %d read\n", i+1);
2618 DBG(DBG_read,"16 bit shading-line %d read\n", i+1);
2639 DBG(DBG_read,"16 bit shading-line %d read\n", i+1);
3794 DBG(DBG_info,"scanner uses color-line-ordering without CCD-distance\n");
3800 switch (dev->inquiry_fb_uta_color_arrangement) /* define color order for line ordering */
3913 DBG(DBG_info,"scanner uses color-line-ordering with CCD-distance of %d lines\n", dev->CCD_distance);
4224 else /* line ordering */
4286 DBG(DBG_info,"ordering from line-order to pixel-order\n");
4472 dev->do_color_ordering = 0; /* no line- to pixel-mode ordering */
6030 continue; /* ignore line comments */
6074 DBG(DBG_info,"USB not supported, ignoring config line: %s\n", config_line);
7671 DBG(DBG_sane_info,"bytes per line = %d\n", scanner->params.bytes_per_line);