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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dibmcam.c381 unsigned int len, scanLength, scanHeight, order_uv, order_yc; local
405 scanLength = VIDEOSIZE_X(uvd->videosize);
417 scanLength = 128;
422 scanLength = 176;
427 scanLength = 352;
439 len = scanLength * 3;
447 * <scanLength->
476 * Now we are sure that entire line (representing all 'scanLength'
497 chromaLine = lineBuffer + scanLength;
530 if (((frame->curline + 2) >= scanHeight) || (i >= scanLength)) {
648 int scanLength, scanHeight; local
[all...]

Completed in 116 milliseconds