Lines Matching defs:image
61 * resolution of 320x240 and thus a much blockier image
754 0x02, 0x80, /* height = 640 (image rotated) */
756 0x03, /* Number of image components: 3 */
777 u8 *image;
787 * image, the 14th and 15th byte after the EOF seem to
788 * correspond to the center of the image.
802 image = gspca_dev->image;
803 if (image != NULL
804 && image[gspca_dev->image_len - 2] == 0xff
805 && image[gspca_dev->image_len - 1] == 0xd9)
819 /* The PAC7302 has the image rotated 90 degrees */