Searched refs:ppl (Results 1 - 8 of 8) sorted by relevance
/third_party/backends/backend/ |
H A D | microtek2.c | 413 DBG(30,"sane_get_parameters: depth=%d, ppl=%d, bpl=%d\n", in sane_get_parameters() 3740 ms->params.pixels_per_line = ms->ppl; in calculate_sane_params() 4640 RII_GET_V300_WIDTHPIXEL(ms->ppl, result); in scsi_read_image_info() 4647 RII_GET_WIDTHPIXEL(ms->ppl, result); in scsi_read_image_info() 4653 DBG(30, "scsi_read_image_info: ppl=%d, bpl=%d, lines=%d, remain=%d\n", in scsi_read_image_info() 4654 ms->ppl, ms->bpl, ms->src_remaining_lines, ms->remaining_bytes); in scsi_read_image_info() 5626 ms->real_bpl = (uint32_t) ceil( ((double) ms->ppl * in prepare_buffers() 5835 fprintf(outfile, "P6\n#imagedata\n%d %d\n255\n", ms->ppl, img_height); in write_cshading_pnm() 5837 fprintf(outfile, "P5\n#imagedata\n%d %d\n255\n", ms->ppl, img_height); in write_cshading_pnm() 5841 for ( pixel=0; pixel < (int)ms->ppl; in write_cshading_pnm() 8104 uint32_t ppl; proc_onebit_data() local [all...] |
H A D | ma1509.c | 768 s->hw->ppl = width; in set_window() 769 s->hw->bpl = s->hw->ppl; in set_window() 816 SANE_Int ppl = 5312; in calibration() local 818 size_t total_size = lines * ppl; in calibration() 848 calibration_buffer = malloc (ppl); in calibration() 853 ppl); in calibration() 856 memset (calibration_buffer, 0x00, ppl); in calibration() 862 cmd[5] = (ppl >> 8) & 0xff; in calibration() 863 cmd[6] = ppl & 0xff; in calibration() 869 for (column = 0; column < ppl; colum in calibration() [all...] |
H A D | microtek.h | 226 size_t ppl; /* pixels per line */ member 302 SANE_Parameters params; /* format, lastframe, lines, depth, ppl, bpl */ 338 SANE_Int ppl; /* pixels per line */ member
|
H A D | microtek.c | 210 ring_alloc (size_t initial_size, size_t bpl, size_t ppl) in ring_alloc() argument 226 rb->ppl = ppl; in ring_alloc() 2730 sb += s->ppl; in pack_seqrgb_data() 2733 for (i=0; i < rb->ppl; i++) { in pack_seqrgb_data() 2741 case 0: rb->tail_red = spot; rb->red_extra += rb->ppl; break; in pack_seqrgb_data() 2742 case 1: rb->tail_green = spot; rb->green_extra += rb->ppl; break; in pack_seqrgb_data() 2743 case 2: rb->tail_blue = spot; rb->blue_extra += rb->ppl; break; in pack_seqrgb_data() 2787 seg++, pt += s->ppl + 2) { in pack_goofyrgb_data() 2843 sb += s->ppl; in pack_goofyrgb_data() [all...] |
H A D | test-picture.c | 55 SANE_Word ppl = test_device->pixels_per_line; in init_picture_buffer() local 132 "%zu bytes, %d bpl, %d ppl, %d lines\n", b_size, bpl, ppl, lines); in init_picture_buffer() 154 if (xfull < ppl) in init_picture_buffer() 176 if (xfull < ppl) in init_picture_buffer() 194 if (x / increment < ppl) in init_picture_buffer()
|
H A D | ma1509.h | 140 SANE_Int bpl, ppl, lines; member
|
H A D | pieusb_specific.c | 1269 DBG (DBG_info, "pie_usb_post: %d ppl, %d lines, %d bits, %d planes, %d dpi\n", in sanei_pieusb_post() 1407 "pie_usb_write_pnm_file: depth=%d, channels=%d, ppl=%d, lines=%d\n", in pieusb_write_pnm_file() 2191 SANE_Int ppl, bpl; in sanei_pieusb_get_scan_data() local 2220 ppl = parameters->pixels_per_line; in sanei_pieusb_get_scan_data() 2260 && (bpl * scanner->buffer.packing_density / ppl) == (3 * scanner->buffer.packet_size_bytes)) { in sanei_pieusb_get_scan_data()
|
H A D | microtek2.h | 1022 SANE_Parameters params; /* format, lastframe, lines, depth, ppl, bpl */ 1107 uint32_t ppl; /* pixels per line as returned by RII */ member
|
Completed in 22 milliseconds