Lines Matching defs:line

602           /* there must be one dummy line */
653 /* CIS scanners read one line per color channel
956 dev->reg.find_reg(0x25).value = 0x00; /* scan line numbers (7000) */
972 dev->reg.find_reg(0x35).value = 0x01 /*0x00 */ ; /* set maximum word size per line, for buffer full control (10800) */
975 dev->reg.find_reg(0x38).value = 0x2a; // line period (exposure time = 11000 pixels) */
1246 local_reg.init_reg(0x38, 0x00); // line period low
1247 local_reg.init_reg(0x39, 0x00); //line period high
1778 * We scan a full scan width area by the shading line number for the device
1883 * this function does the led calibration by scanning one line of the calibration
1931 std::vector<std::uint8_t> line(total_size);
1954 DBG(DBG_info, "%s: starting first line reading\n", __func__);
1957 simple_scan(dev, calib_sensor, session, false, line, "led_calibration");
1966 write_tiff_file(fn, line.data(), 16, channels, pixels, 1);
1976 val = line[i * 2 + j * 2 * pixels + 1] * 256 + line[i * 2 + j * 2 * pixels];
1978 val = line[i * 2 * channels + 2 * j + 1] * 256 + line[i * 2 * channels + 2 * j];
2108 /* scan first line of data with no gain */
2113 std::vector<std::uint8_t> line;
2125 simple_scan(dev, calib_sensor, session, false, line, "ad_fe_offset_calibration");
2134 write_tiff_file(title, line.data(), 8, channels, pixels, lines);
2141 if (line[adr] > min)
2142 min = line[adr];
2143 if (line[adr + 1] > min)
2144 min = line[adr + 1];
2145 if (line[adr + 2] > min)
2146 min = line[adr + 2];
2166 * This function does the offset calibration by scanning one line of the calibration
2187 /* setup for a RGB scan, one full sensor's width line */
2222 /* scan first line of data with no gain, but with offset from
2328 /* setup for a RGB scan, one full sensor's width line */
2386 std::vector<std::uint8_t> line;
2395 simple_scan(dev, calib_sensor, session, false, line, "coarse_gain_calibration");
2399 write_tiff_file(title, line.data(), 8, channels, pixels, lines);
2412 unsigned val = line[i * channels * pixels + j + k];
2425 unsigned val = line[i * channels * pixels + j + k];
2702 // reorder line
2708 // copy line back
2713 // reorder line
2723 // copy line back