| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| H A D | nsc_gx1_shadow.c | 255 int count, width, height, y1, y2, dstPitch, srcPitch, srcPitch2, local in function:GX1RefreshArea8 262 srcPitch2 = srcPitch * 2; 286 (src[srcPitch2] << 16) | (src[srcPitch3] << 24); 315 int count, width, height, y1, y2, dstPitch, srcPitch, srcPitch2; local in function:GX1RefreshArea16 321 srcPitch2 = srcPitch * 2; 345 src += srcPitch2; 374 int count, width, height, y1, y2, dstPitch, srcPitch, srcPitch2, srcPitch3; local in function:GX1RefreshArea24 380 srcPitch2 = srcPitch * 2; 404 (src[srcPitch2] << 16) | (src[srcPitch2 [all...] |
| H A D | nsc_gx2_shadow.c | 255 int count, width, height, y1, y2, dstPitch, srcPitch, srcPitch2, local in function:GX2RefreshArea8 262 srcPitch2 = srcPitch * 2; 286 (src[srcPitch2] << 16) | (src[srcPitch3] << 24); 315 int count, width, height, y1, y2, dstPitch, srcPitch, srcPitch2; local in function:GX2RefreshArea16 321 srcPitch2 = srcPitch * 2; 345 src += srcPitch2; 374 int count, width, height, y1, y2, dstPitch, srcPitch, srcPitch2, srcPitch3; local in function:GX2RefreshArea24 380 srcPitch2 = srcPitch * 2; 404 (src[srcPitch2] << 16) | (src[srcPitch2 [all...] |
| H A D | nsc_gx1_video.c | 751 int srcPitch, int srcPitch2, int dstPitch, int h, int w) 804 src2 += srcPitch2; 805 src3 += srcPitch2; 860 static int srcPitch = 0, srcPitch2 = 0, dstPitch = 0; variable in typeref:typename:int 1143 srcPitch2 = ((width >> 1) + 3) & ~3; 1144 s3offset = (srcPitch2 * (height >> 1)) + s2offset; 1185 tmp = ((top >> 1) * srcPitch2) + (left >> 1); 1237 buf + s3offset, dst_start, srcPitch, srcPitch2, 747 GX1CopyMungedData(unsigned char * src1,unsigned char * src2,unsigned char * src3,unsigned char * dst1,int srcPitch,int srcPitch2,int dstPitch,int h,int w) argument
|
| H A D | nsc_gx2_video.c | 812 static int srcPitch = 0, srcPitch2 = 0, dstPitch = 0, dstPitch2 = 0; variable in typeref:typename:int 1079 srcPitch2 = ((width >> 1) + 3) & ~3; 1082 s3offset = (srcPitch2 * (height >> 1)) + s2offset; 1129 tmp = ((top >> 1) * srcPitch2) + (left >> 1); 1180 GX2CopyData420(buf + s2offset, dst_start + d2offset, srcPitch2, 1182 GX2CopyData420(buf + s3offset, dst_start + d3offset, srcPitch2,
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_video.c | 1199 short srcPitch2 = pPriv->srcPitch >> 1; 1216 memcpy(V + i * srcPitch2, srcV + i*width2, width2); 1217 memcpy(U + i * srcPitch2, srcU + i*width2, width2); 1237 *(unsigned char *)(V + i * srcPitch2 + j) = *(unsigned char *)( srcV + i*width2 + j+1); 1238 *(unsigned char *)(V + i * srcPitch2 + j+1) = *(unsigned char *)( srcV + i*width2 + j); 1240 *(unsigned char *)(U + i * srcPitch2 + j) = *(unsigned char *)( srcU + i*width2 + j+1); 1241 *(unsigned char *)(U + i * srcPitch2 + j+1) = *(unsigned char *)( srcU + i*width2 + j); 1264 *(unsigned char *)(V + i * srcPitch2 + j) = *(unsigned char *)( srcV + i*width2 + j+3); 1265 *(unsigned char *)(V + i * srcPitch2 + j+1) = *(unsigned char *)( srcV + i*width2 + j+2); 1266 *(unsigned char *)(V + i * srcPitch2 [all...] |
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_xv.c | 503 int srcPitch, srcPitch2; local in function:glamor_xv_put_image 508 s2offset = s3offset = srcPitch2 = 0; 566 srcPitch2 = ALIGN(width >> 1, 4); 568 s3offset = s2offset + (srcPitch2 * ((height + 1) >> 1)); 569 s2offset += ((top >> 1) * srcPitch2); 570 s3offset += ((top >> 1) * srcPitch2); 593 buf + s2offset, srcPitch2); 597 buf + s3offset, srcPitch2);
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_video.h | 100 unsigned int srcPitch, unsigned int srcPitch2,
|
| H A D | radeon_textured_video.c | 233 int srcPitch, srcPitch2, dstPitch, dstPitch2 = 0; local in function:RADEONPutImageTextured 245 s2offset = s3offset = srcPitch2 = 0; 290 srcPitch2 = RADEON_ALIGN(width >> 1, 4); 304 srcPitch2 = 0; 373 s3offset = s2offset + (srcPitch2 * ((height + 1) >> 1)); 374 s2offset += ((top >> 1) * srcPitch2); 375 s3offset += ((top >> 1) * srcPitch2); 384 srcPitch, srcPitch2, dstPitch, nlines, width); 398 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1); 400 srcPitch2, dstPitch [all...] |
| H A D | radeon_video.c | 244 unsigned int srcPitch2, 276 src2 += srcPitch2; 277 src3 += srcPitch2; 237 RADEONCopyMungedData(ScrnInfoPtr pScrn,unsigned char * src1,unsigned char * src2,unsigned char * src3,unsigned char * dst1,unsigned int srcPitch,unsigned int srcPitch2,unsigned int dstPitch,unsigned int h,unsigned int w) argument
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_textured_video.c | 247 int srcPitch, srcPitch2, dstPitch, dstPitch2 = 0; local in function:RADEONPutImageTextured 256 s2offset = s3offset = srcPitch2 = 0; 318 srcPitch2 = RADEON_ALIGN(width >> 1, 4); 332 srcPitch2 = 0; 426 s3offset = s2offset + (srcPitch2 * ((height + 1) >> 1)); 427 s2offset += ((top >> 1) * srcPitch2); 428 s3offset += ((top >> 1) * srcPitch2); 437 srcPitch, srcPitch2, dstPitch, nlines, width); 451 srcPitch2, dstPitch2, (nlines + 1) >> 1, width >> 1, 1); 453 srcPitch2, dstPitch [all...] |
| H A D | radeon_video.h | 179 unsigned int srcPitch, unsigned int srcPitch2,
|
| H A D | radeon_video.c | 2411 unsigned int srcPitch2, 2440 src2 += srcPitch2; 2441 src3 += srcPitch2; 2492 src2 += srcPitch2; 2493 src3 += srcPitch2; 2910 int srcPitch, srcPitch2, dstPitch; local in function:RADEONPutImage 2930 s2offset = s3offset = srcPitch2 = 0; 3057 srcPitch2 = RADEON_ALIGN(width >> 1, 4); 3060 s3offset = s2offset + srcPitch2 * ((height + 1) >> 1); 3061 s2offset += (top >> 1) * srcPitch2 2404 RADEONCopyMungedData(ScrnInfoPtr pScrn,unsigned char * src1,unsigned char * src2,unsigned char * src3,unsigned char * dst1,unsigned int srcPitch,unsigned int srcPitch2,unsigned int dstPitch,unsigned int h,unsigned int w) argument 3472 int srcPitch, srcPitch2, dstPitch; local in function:RADEONPutVideo [all...] |
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_video.c | 533 int srcPitch2, 555 if (!R128DMA(info, src2, dst2, srcPitch2, dstPitch, h, w)) { 559 src2 += srcPitch2; 564 if (!R128DMA(info, src3, dst3, srcPitch2, dstPitch, h, w)) { 568 src3 += srcPitch2; 858 int srcPitch, srcPitch2, dstPitch; local in function:R128PutImage 923 srcPitch2 = ((width >> 1) + 3) & ~3; 928 s3offset = (srcPitch2 * (height >> 1)) + s2offset; 934 srcPitch2 = 0; 975 tmp = ((top >> 1) * srcPitch2) 524 R128CopyData420(R128InfoPtr info,unsigned char * src1,unsigned char * src2,unsigned char * src3,unsigned char * dst1,unsigned char * dst2,unsigned char * dst3,int srcPitch,int srcPitch2,int dstPitch,int h,int w) argument [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_video.c | 484 unsigned char *buf, int srcPitch, int srcPitch2, 494 srcPitch, srcPitch2, dstPitch, h, w, top, left); 517 ((top >> 1) * srcPitch2) + /* move down from by top lines */ 530 dstPitch, srcPitch2, adaptor_priv->rotation); 535 ((srcH >> 1) * srcPitch2) + /* move over Chroma plane */ 536 ((top >> 1) * srcPitch2) + /* move down from by top lines */ 548 dstPitch, srcPitch2, adaptor_priv->rotation); 659 int srcPitch = 0, srcPitch2 = 0; local in function:intel_video_copy_data 664 srcPitch2 = ALIGN((width >> 1), 0x4); 677 return intel_video_copy_planar_data(adaptor_priv, buf, srcPitch, srcPitch2, 483 intel_video_copy_planar_data(intel_adaptor_private * adaptor_priv,unsigned char * buf,int srcPitch,int srcPitch2,int dstPitch,int dstPitch2,int srcH,int top,int left,int h,int w,int id) argument [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_video.c | 484 unsigned char *buf, int srcPitch, int srcPitch2, 494 srcPitch, srcPitch2, dstPitch, h, w, top, left); 517 ((top >> 1) * srcPitch2) + /* move down from by top lines */ 530 dstPitch, srcPitch2, adaptor_priv->rotation); 535 ((srcH >> 1) * srcPitch2) + /* move over Chroma plane */ 536 ((top >> 1) * srcPitch2) + /* move down from by top lines */ 548 dstPitch, srcPitch2, adaptor_priv->rotation); 659 int srcPitch = 0, srcPitch2 = 0; local in function:intel_video_copy_data 664 srcPitch2 = ALIGN((width >> 1), 0x4); 677 return intel_video_copy_planar_data(adaptor_priv, buf, srcPitch, srcPitch2, 483 intel_video_copy_planar_data(intel_adaptor_private * adaptor_priv,unsigned char * buf,int srcPitch,int srcPitch2,int dstPitch,int dstPitch2,int srcH,int top,int left,int h,int w,int id) argument [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_video.c | 1355 int srcPitch2, int dstPitch, int srcH, int top, int left, 1367 srcPitch, srcPitch2, dstPitch, 1457 if (srcPitch2 == dstPitch && srcPitch2 == (w/2)) 1458 memcpy (dst2, src2, h/2 * srcPitch2); 1462 src2 += srcPitch2; 1472 src2 += srcPitch2; 1481 src2 += srcPitch2; 1490 src2 += srcPitch2; 1498 ((srcH >> 1) * srcPitch2) 1353 I830CopyPlanarData(ScrnInfoPtr pScrn,I830PortPrivPtr pPriv,unsigned char * buf,int srcPitch,int srcPitch2,int dstPitch,int srcH,int top,int left,int h,int w,int id) argument 2237 int srcPitch = 0, srcPitch2 = 0, dstPitch, destId; local in function:I830PutImage [all...] |
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| H A D | savage_video.c | 1206 int srcPitch, int srcPitch2, 1216 unsigned long offsetU = offsetV + srcPitch2 * (h>>1); 1227 memcpy(planarPtr, srcV, srcPitch2 * (h>>1)); 1230 planarPtr = planarPtr + srcPitch2 * (h>>1); 1231 memcpy(planarPtr, srcU, srcPitch2 * (h>>1)); 1260 BCI_SEND((srcPitch2 << 16)| srcPitch2); 1295 int srcPitch2, 1320 src2 += srcPitch2; 1321 src3 += srcPitch2; 1198 SavageCopyPlanarDataBCI(ScrnInfoPtr pScrn,unsigned char * srcY,unsigned char * srcV,unsigned char * srcU,unsigned char * dst,unsigned char * planarPtr,unsigned long planarOffset,int srcPitch,int srcPitch2,int dstPitch,int h,int w,Bool isAGP) argument 1289 SavageCopyPlanarData(unsigned char * src1,unsigned char * src2,unsigned char * src3,unsigned char * dst1,int srcPitch,int srcPitch2,int dstPitch,int h,int w) argument 1922 int srcPitch, srcPitch2=0, dstPitch; local in function:SavagePutImage [all...] |
| /xsrc/external/mit/xf86-video-s3virge/dist/src/ |
| H A D | s3v_xv.c | 704 int srcPitch, srcPitch2=0, dstPitch; local in function:S3VPutImage 745 srcPitch2 = ((width >> 1) + 3) & ~3; 746 offset3 = (srcPitch2 * (height >> 1)) + offset2; 773 tmp = ((top >> 1) * srcPitch2) + (left >> 2); 784 srcPitch, srcPitch2, dstPitch, nlines, npixels);
|
| /xsrc/external/mit/xf86-video-i740/dist/src/ |
| H A D | i740_video.c | 464 int srcPitch2, 493 unsigned char* src2_ = src2 + ((dstj_rnd/2) * srcPitch2); 494 unsigned char* src3_ = src3 + ((dstj_rnd/2) * srcPitch2); 521 src2 += srcPitch2; 522 src3 += srcPitch2; 638 int srcPitch, dstPitch, srcPitch2=0; local in function:I740PutImage 674 srcPitch2 = ((width >> 1) + 3) & ~3; 675 offset3 = (srcPitch2 * (height >> 1)) + offset2; 722 tmp = ((top >> 1) * srcPitch2) + (left >> 1); 748 srcPitch, srcPitch2, dstPitc 461 I740CopyMungedData(ScrnInfoPtr pScrn,unsigned char * src1,unsigned char * src2,unsigned char * src3,int srcPitch,int srcPitch2,int dstPitch,int h,int w,long scalex,long scaley) argument [all...] |
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nouveau_xv.c | 641 * @param srcPitch2 pitch of src2, src3 648 unsigned char *dst1, int srcPitch, int srcPitch2, int dstPitch, 656 (signed int)(s2 + srcPitch2)[X]) / 2) : (s2[X])) 658 (signed int)(s3 + srcPitch2)[X]) / 2) : (s3[X])) 696 src2 += srcPitch2; 697 src3 += srcPitch2; 714 unsigned char *dst, int dstPitch, int srcPitch2, 766 src1 += srcPitch2; 767 src2 += srcPitch2; 906 int *srcPitch2, in 647 NVCopyData420(unsigned char * src1,unsigned char * src2,unsigned char * src3,unsigned char * dst1,int srcPitch,int srcPitch2,int dstPitch,int h,int w) argument 713 NVCopyNV12ColorPlanes(unsigned char * src1,unsigned char * src2,unsigned char * dst,int dstPitch,int srcPitch2,int h,int w) argument 905 NV_calculate_pitches_and_mem_size(NVPtr pNv,int action_flags,int * srcPitch,int * srcPitch2,int * dstPitch,int * s2offset,int * s3offset,int * uv_offset,int * newFBSize,int * newTTSize,int * line_len,int npixels,int nlines,int width,int height) argument 1143 int srcPitch = 0, srcPitch2 = 0, dstPitch = 0; local in function:NVPutImage [all...] |
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | nv_video.c | 857 int srcPitch2, 902 src2 += srcPitch2; 903 src3 += srcPitch2; 1013 int srcPitch, srcPitch2, dstPitch; local in function:NVPutImage 1033 s2offset = s3offset = srcPitch2 = 0; 1071 srcPitch2 = ((width >> 1) + 3) & ~3; 1072 s3offset = (srcPitch2 * (height >> 1)) + s2offset; 1144 tmp = ((top >> 1) * srcPitch2) + (left >> 1); 1154 dst_start, srcPitch, srcPitch2, 850 NVCopyData420(unsigned char * src1,unsigned char * src2,unsigned char * src3,unsigned char * dst1,int srcPitch,int srcPitch2,int dstPitch,int h,int w) argument
|
| /xsrc/external/mit/xf86-video-tdfx/dist/src/ |
| H A D | tdfx_video.c | 460 int srcPitch2, 497 src2 += srcPitch2; 498 src3 += srcPitch2; 899 int srcPitch = 0, srcPitch2 = 0; local in function:TDFXPutImageOverlay 951 srcPitch2 = ((width >> 1) + 3) & ~3; 952 s3offset = (srcPitch2 * (height >> 1)) + s2offset; 992 tmp = ((top >> 1) * srcPitch2) + (left >> 1); 1003 buf + s3offset, dst_start, srcPitch, srcPitch2, 454 TDFXCopyMungedData(unsigned char * src1,unsigned char * src2,unsigned char * src3,unsigned char * dst1,int srcPitch,int srcPitch2,int dstPitch,int h,int w) argument
|
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| H A D | ct_video.c | 425 int srcPitch2, 444 src2 += srcPitch2; 445 src3 += srcPitch2; 673 int srcPitch, srcPitch2 = 0, dstPitch; local in function:CHIPSPutImage 714 srcPitch2 = ((width >> 1) + 3) & ~3; 715 offset3 = (srcPitch2 * (height >> 1)) + offset2; 749 tmp = ((top >> 1) * srcPitch2) + (left >> 2); 755 srcPitch, srcPitch2, dstPitch, nlines, npixels); 419 CHIPSCopyMungedData(unsigned char * src1,unsigned char * src2,unsigned char * src3,unsigned char * dst1,int srcPitch,int srcPitch2,int dstPitch,int h,int w) argument
|
| /xsrc/external/mit/xf86-video-neomagic/dist/src/ |
| H A D | neo_video.c | 616 int srcPitch, srcPitch2 = 0, dstPitch, size; local in function:NEOPutImage 652 srcPitch2 = ((width >> 1) + 3) & ~3; 653 offset3 = offset2 + (srcPitch2 * (height >> 1)); 659 srcPitch2 = ((width >> 1) + 3) & ~3; 660 offset2 = offset3 + (srcPitch2 * (height >> 1)); 703 tmp = ((top >> 1) * srcPitch2) + (left >> 2); 709 dstStart, srcPitch, srcPitch2,
|
| /xsrc/external/mit/xf86-video-apm/dist/src/ |
| H A D | apm_video.c | 671 int srcPitch, dstPitch, srcPitch2 = 0; local in function:A 723 srcPitch2 = ((width >> 1) + 3) & ~3; 724 offset = srcPitch2 * (height >> 1); 830 tmp = ((top >> 1) * srcPitch2) + (left >> 2); 836 srcPitch, srcPitch2, dstPitch,
|