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

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_video.c223 unsigned int YSrcPitch, YDstPitch; local in function:LXCopyPlanar
231 YSrcPitch = (width + 3) & ~3;
237 USrcOffset = YSrcPitch * height;
261 YSrcOffset = (top * YSrcPitch) + left;
275 pPriv->vidmem->offset + YDstOffset, YDstPitch, YSrcPitch,

Completed in 2 milliseconds