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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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 34 milliseconds