Searched refs:chromaLine (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.c388 unsigned const char *chromaLine, *lumaLine; local
456 * lumaLine chromaLine
486 * To obtain chrominance data from the 'chromaLine' use this:
487 * v = chromaLine[0]; // 0-1:[0], 2-3:[4], 4-5:[8]...
488 * u = chromaLine[2]; // 0-1:[2], 2-3:[6], 4-5:[10]...
497 chromaLine = lineBuffer + scanLength;
557 u = chromaLine[off_0] + hue_corr;
558 v = chromaLine[off_2] + hue2_corr;

Completed in 41 milliseconds