Home
last modified time | relevance | path

Searched refs:fill_image (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/usb/
Dpwc-uncompress.c97 image = pdev->image_ptr[pdev->fill_image]; in pwc_decompress()
Dpwc.h190 int fill_image; /* ...which are rotated. */ member
Dpwc-if.c514 pdev->fill_image = 0; in pwc_reset_buffers()
577 pdev->image_used[pdev->fill_image] = 0; in pwc_next_image()
578 pdev->fill_image = (pdev->fill_image + 1) % default_mbufs; in pwc_next_image()
1177 if (copy_to_user(buf, pdev->image_ptr[pdev->fill_image] + pdev->image_read_pos, count)) in pwc_video_read()
1524 pdev->fill_image = mbuf; /* tell in which buffer we want the image to be expanded */ in pwc_video_ioctl()