Searched refs:rowBytes (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dov511.c3355 int rowBytes = frame->width*3, w = frame->width; local
3369 int lp = (y-shift)*rowBytes; /* Previous line offset */
3370 int lc = y*rowBytes; /* Current line offset */
3377 int ln = (y + shift) * rowBytes; /* Next line offset */
3378 int lc = y * rowBytes; /* Current line offset */
/asus-wl-520gu-7.0.1.45/src/router/ov51x/
H A Dov51x.c4222 int rowBytes = frame->width*3, w = frame->width; local
4236 int lp = (y-shift)*rowBytes; /* Previous line offset */
4237 int lc = y*rowBytes; /* Current line offset */
4244 int ln = (y + shift) * rowBytes; /* Next line offset */
4245 int lc = y * rowBytes; /* Current line offset */

Completed in 185 milliseconds