Lines Matching defs:image
40 * Note setting vflip disabled leads to a much lower image quality,
515 /* 2 bytes is placed here: number of image lines */
521 0x03, /* Number of image components: 3 */
561 u8 *image;
571 * image, the 14th and 15th byte after the EOF seem to
572 * correspond to the center of the image.
585 image = gspca_dev->image;
586 if (image != NULL
587 && image[gspca_dev->image_len - 2] == 0xff
588 && image[gspca_dev->image_len - 1] == 0xd9)