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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/kyro/
H A DSTG4000OverlayDevice.c189 u32 uvSize = local
194 if ((uvSize & 0xf) == 0) { /* inWidth % 16 */
195 uvStride = (uvSize / 16);
198 uvStride = ((uvSize + 16) / 16);

Completed in 89 milliseconds