Searched refs:YDstPitch (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
232 YDstPitch = (width + 31) & ~31;
240 UDstOffset = YDstPitch * height;
243 size = YDstPitch * height;
266 YDstOffset = (top * YDstPitch) + left;
275 pPriv->vidmem->offset + YDstOffset, YDstPitch, YSrcPitch,
285 videoScratch.dstPitch = YDstPitch;

Completed in 3 milliseconds