Home | History | Annotate | Download | only in camera

Lines Matching full:driver

50     /* Input channel (video driver index). (default is 0) */
62 /* Bitmap info for the frames obtained from the video capture driver. */
65 * obtained from the video capture driver, because of the two issues. First,
66 * the driver may return an incompatible 'biCompresstion' value. For instance,
70 * bitmap info that capture driver has returned. Sometimes the captured bitmap
71 * is a 32-bit RGB, while bit count reported by the driver is 16. So, to
117 /* Disconnect from the driver. */
253 /* Connect capture window to the video capture driver. */
258 /* Get current frame information from the driver. */
285 /* We need to recalculate image size, since the capture window / driver
304 D("%s: Video capturing driver has reported pixel format %.4s",
334 * from the driver doesn't necessarily match the actual bitmap we're going to
398 * have negative biHeight in 'gdi_bitmap' if driver provides "bottom-up"
399 * frames, and positive biHeight in 'gdi_bitmap' if driver provides "top-down"