Lines Matching refs:imgbuf
193 uint8_t *imgbuf;
364 while (pixma_read (s->io, mp->imgbuf, IMAGE_BLOCK_SIZE) >= 0)
1604 * Each complete line in mp->imgbuf is processed for shifting CCD sensor
1656 sptr = dptr = gptr = cptr = mp->imgbuf;
1661 lines = (mp->data_left_ofs - mp->imgbuf) / line_size;
1819 ib->rptr = mp->imgbuf;
1851 mp->imgbuf = buf + CMDBUF_SIZE;
2269 mp->imgbuf = mp->data_left_ofs = mp->linebuf + line_size;
2284 memmove (mp->imgbuf, mp->data_left_ofs, mp->data_left_len);
2285 error = read_image_block (s, header, mp->imgbuf + mp->data_left_len);
2318 bytes_received = pack_48_24_bpc (mp->imgbuf + mp->data_left_len, bytes_received);
2322 mp->data_left_ofs = mp->imgbuf + mp->data_left_len + bytes_received;