Lines Matching defs:srcPitch
616 int srcPitch, srcPitch2 = 0, dstPitch, size;
650 srcPitch = (width + 3) & ~3;
651 offset2 = srcPitch * height;
657 srcPitch = (width + 3) & ~3;
658 offset3 = srcPitch * height;
667 srcPitch = width << 1;
668 dstPitch = (srcPitch + 15) & ~15;
707 xf86XVCopyYUV12ToPacked(buf + (top * srcPitch) + (left >> 1),
709 dstStart, srcPitch, srcPitch2,
713 buf += (top * srcPitch) + left;
715 xf86XVCopyPacked(buf, dstStart, srcPitch, dstPitch,