Lines Matching defs:image
51 . . - sane_start() : start image acquisition
53 . . - sane_read() : read image data (from pipe)
290 /* Check for max. format image size so buffer size can
323 dev->image = malloc (dev->image_size);
324 if (dev->image == NULL)
381 if (dev->image)
383 free (dev->image);
682 DBG (DBG_proc, "STV(i): Current image index %d\n",
1111 /* Read the image from the vidcam and fill the temporary buffer with it. */
1166 memcpy (dev->image + dev->image_end, dev->buffer, size);
1194 stv680_add_text (SANE_Byte * image, int width, int height, char *txt)
1218 ptr = image + 3 * width * (height - TEXT_CHAR_HEIGHT - 2 + y) + 12;
1282 p = dev->image[y * w + (x >> 1)];
1286 p = dev->image[y * w + (x >> 1) + (w >> 1)];
1861 dev->bytes_pixel = 1; /* raw image is 422 code, 1 byte/pixel */
2014 /* Fill image */
2062 memcpy (buf, dev->image, size);