Searched defs:stretch_bytes (Results 1 - 1 of 1) sorted by relevance

/drivers/media/video/usbvision/
H A Dusbvision-core.c499 int stretch_bytes, clipmask_add; local
515 stretch_bytes = (usbvision->stretch_width - 1) * bytes_per_pixel;
554 f += stretch_bytes;
588 f += stretch_bytes;
890 int clipmask_add, stretch_bytes; local
900 stretch_bytes = (usbvision->stretch_width - 1) * bytes_per_pixel;
978 f_even += stretch_bytes;
1021 f_even += stretch_bytes;
1066 f_odd += stretch_bytes;
1109 f_odd += stretch_bytes;
[all...]

Completed in 45 milliseconds