Home
last modified time | relevance | path

Searched refs:bytes_per_bin (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/
H A Dsnapscan-scsi.c1370 int bytes_per_bin = 1; in calibrate_epson() local
1374 bytes_per_bin = 2; in calibrate_epson()
1402 loop_inc = expected_read_bytes / (num_bins * bytes_per_bin); in calibrate_epson()
1426 expected_read_bytes = loop_inc * (num_bins * bytes_per_bin); in calibrate_epson()
1428 expected_read_bytes = (cal_lines - i) * (num_bins * bytes_per_bin); in calibrate_epson()
1452 for (j = 0; j < (int)expected_read_bytes / (num_bins * bytes_per_bin); j++) { in calibrate_epson()
1456 if (bytes_per_bin == 2) { in calibrate_epson()
1467 if (bytes_per_bin == 2) in calibrate_epson()

Completed in 6 milliseconds