Lines Matching defs:bpl
554 read_data (Tamarack_Scanner *s, SANE_Byte *buf, int lines, int bpl)
564 nbytes = bpl * lines;
826 int lines_per_buffer, bpl;
852 bpl = s->params.bytes_per_line;
854 lines_per_buffer = sanei_scsi_max_request_size / bpl;
863 DBG(3, "lines_per_buffer=%d, bytes_per_line=%d\n", lines_per_buffer, bpl);
865 data = malloc (lines_per_buffer * bpl);
873 status = read_data (s, data, lines_per_buffer, bpl);
882 fwrite (data, lines_per_buffer, bpl, fp);
888 for (i = 0; i < lines_per_buffer * bpl; ++i)
1315 DBG(1, "Got parameters: format:%d, ppl: %d, bpl:%d, depth:%d, "