Lines Matching defs:srcPitch
671 int srcPitch, dstPitch, srcPitch2 = 0;
721 srcPitch = (width + 3) & ~3;
722 offset2 = srcPitch * height;
729 srcPitch = width;
730 dstPitch = (srcPitch + 3) & ~3;
735 srcPitch = (width << 2);
736 dstPitch = (srcPitch + 3) & ~3;
742 srcPitch = pApm->PutImageStride;
744 srcPitch = (width << 1);
745 dstPitch = (srcPitch + 3) & ~3;
834 xf86XVCopyYUV12ToPacked(buf + (top * srcPitch) + (left >> 1),
836 srcPitch, srcPitch2, dstPitch,
844 buf += (top * srcPitch) + left;
847 xf86XVCopyPacked(buf, dst_start, srcPitch, dstPitch,