| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| H A D | vid_1400.c | 286 sc1400_set_video_scale(unsigned short srcw, unsigned short srch, argument 290 gfx_set_video_scale(unsigned short srcw, unsigned short srch, 299 gfx_vid_srcw = srcw; 307 if (srcw < dstw) 308 xscale = (0x2000 * (srcw - 1)) / (dstw - 1);
|
| H A D | gfx_dcdr.c | 322 gfx_set_decoder_scale(unsigned short srcw, unsigned short srch, argument 329 status = saa7114_set_decoder_scale(srcw, srch, dstw, dsth);
|
| H A D | vid_5530.c | 194 int cs5530_set_video_upscale(unsigned short srcw, unsigned short srch, 196 int cs5530_set_video_scale(unsigned short srcw, unsigned short srch, 653 cs5530_set_video_scale(unsigned short srcw, unsigned short srch, argument 657 gfx_set_video_scale(unsigned short srcw, unsigned short srch, 666 gfx_vid_srcw = srcw; 674 if (dstw <= srcw) 676 else if (dstw == 1 || srcw == 1) 679 xscale = (0x2000l * (srcw - 1l)) / (dstw - 1l);
|
| H A D | vid_1200.c | 212 int sc1200_set_video_upscale(unsigned short srcw, unsigned short srch, 214 int sc1200_set_video_scale(unsigned short srcw, unsigned short srch, 740 sc1200_set_video_upscale(unsigned short srcw, unsigned short srch, argument 744 gfx_set_video_upscale(unsigned short srcw, unsigned short srch, 754 gfx_vid_srcw = srcw; 766 else if (dstw <= srcw) 768 else if ((srcw == 1) || (dstw == 1)) 771 xscale = (0x2000l * (srcw - 1l)) / (dstw - 1l); 803 sc1200_set_video_scale(unsigned short srcw, unsigned short srch, argument 807 gfx_set_video_scale(unsigned short srcw, unsigne [all...] |
| H A D | saa7114.c | 243 int saa7114_set_decoder_scale(unsigned short srcw, unsigned short srch, 585 saa7114_set_decoder_scale(unsigned short srcw, unsigned short srch, argument 589 gfx_set_decoder_scale(unsigned short srcw, unsigned short srch, 600 prescale = (unsigned char)(srcw / dstw); 642 scale = ((1024 * srcw * 1000) / (dstw * prescale)) / 1000;
|
| H A D | vid_rdcl.c | 236 int redcloud_set_video_upscale(unsigned short srcw, unsigned short srch, 238 int redcloud_set_video_scale(unsigned short srcw, unsigned short srch, 863 redcloud_set_video_scale(unsigned short srcw, unsigned short srch, argument 867 gfx_set_video_scale(unsigned short srcw, unsigned short srch, 877 gfx_vid_srcw = srcw; 891 else if (dstw <= srcw) 893 else if ((srcw == 1) || (dstw == 1)) 896 xscale = (0x2000l * (srcw - 1l)) / (dstw - 1l);
|
| H A D | gfx_vid.c | 532 gfx_set_video_scale(unsigned short srcw, unsigned short srch, argument 539 status = cs5530_set_video_scale(srcw, srch, dstw, dsth); 543 status = sc1200_set_video_scale(srcw, srch, dstw, dsth); 547 status = redcloud_set_video_scale(srcw, srch, dstw, dsth); 557 gfx_set_video_upscale(unsigned short srcw, unsigned short srch, argument 564 status = sc1200_set_video_upscale(srcw, srch, dstw, dsth);
|
| H A D | gfx_rtns.h | 469 int gfx_set_video_upscale(unsigned short srcw, unsigned short srch, 471 int gfx_set_video_scale(unsigned short srcw, unsigned short srch, 622 int gfx_set_decoder_scale(unsigned short srcw, unsigned short srch,
|
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| H A D | gfx_dcdr.c | 221 gfx_set_decoder_scale(unsigned short srcw, unsigned short srch, argument 228 status = saa7114_set_decoder_scale(srcw, srch, dstw, dsth);
|
| H A D | vid_5530.c | 433 cs5530_set_video_scale(unsigned short srcw, unsigned short srch, argument 437 gfx_set_video_scale(unsigned short srcw, unsigned short srch, 446 gfx_vid_srcw = srcw; 454 if (dstw <= srcw) 456 else if (dstw == 1 || srcw == 1) 459 xscale = (0x2000l * (srcw - 1l)) / (dstw - 1l);
|
| H A D | vid_1200.c | 574 sc1200_set_video_upscale(unsigned short srcw, unsigned short srch, argument 578 gfx_set_video_upscale(unsigned short srcw, unsigned short srch, 589 gfx_vid_srcw = srcw; 602 else if (dstw <= srcw) 605 else if ((srcw == 1) || (dstw == 1)) 608 xscale = (0x2000l * (srcw - 1l)) / (dstw - 1l); 642 sc1200_set_video_scale(unsigned short srcw, unsigned short srch, argument 646 gfx_set_video_scale(unsigned short srcw, unsigned short srch, 650 return gfx_set_video_upscale(srcw, srch, dstw, dsth);
|
| H A D | saa7114.c | 449 saa7114_set_decoder_scale(unsigned short srcw, unsigned short srch, argument 453 gfx_set_decoder_scale(unsigned short srcw, unsigned short srch, 464 prescale = (unsigned char) (srcw / dstw); 509 scale = ((1024 * srcw * 1000) / (dstw * prescale)) / 1000;
|
| H A D | gfx_vid.c | 439 gfx_set_video_scale(unsigned short srcw, unsigned short srch, argument 446 status = cs5530_set_video_scale(srcw, srch, dstw, dsth); 450 status = sc1200_set_video_scale(srcw, srch, dstw, dsth); 454 status = redcloud_set_video_scale(srcw, srch, dstw, dsth); 464 gfx_set_video_upscale(unsigned short srcw, unsigned short srch, argument 471 status = sc1200_set_video_upscale(srcw, srch, dstw, dsth);
|
| H A D | gfx_priv.h | 566 int cs5530_set_video_scale(unsigned short srcw, unsigned short srch, 624 int sc1200_set_video_upscale(unsigned short srcw, unsigned short srch, 626 int sc1200_set_video_scale(unsigned short srcw, unsigned short srch, 745 int redcloud_set_video_scale(unsigned short srcw, unsigned short srch, 893 int saa7114_set_decoder_scale(unsigned short srcw, unsigned short srch,
|
| /xsrc/external/mit/xf86-video-pnozz/dist/src/ |
| H A D | pnozz_exa.c | 133 CARD32 src, dst, srcw, dstw; local in function:PnozzCopy 140 srcw = ((((xSrc + w) << pPnozz->depthshift) - 1) << 16) | 148 pnozz_write_4(pPnozz, ABS_XY1, srcw);
|
| H A D | pnozz_accel.c | 193 CARD32 src, dst, srcw, dstw; local in function:PnozzSubsequentScreenToScreenCopy 197 srcw = ((((xSrc + w) << pPnozz->depthshift) - 1) << 16) | 205 pnozz_write_4(pPnozz, ABS_XY1, srcw); 488 CARD32 src, srcw, junk; local in function:PnozzAccelInit 490 srcw = pPnozz->width << 16 | pPnozz->height; 500 pnozz_write_4(pPnozz, RECT_RTW_XY, srcw);
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_textured_videofuncs.c | 440 float srcX, srcY, srcw, srch; local in function:FUNC_NAME 454 srcw = (pPriv->src_w * dstw) / (float)pPriv->dst_w; 466 (float)(srcX + srcw) / pPriv->w, (float)(srcY + srch) / pPriv->h, 467 (float)(srcX + srcw) / pPriv->w, (float)(srcY + srch) / pPriv->h); 469 (float)(srcX + srcw) / pPriv->w, (float)srcY / pPriv->h, 470 (float)(srcX + srcw) / pPriv->w, (float)srcY / pPriv->h); 478 (float)(srcX + srcw) / pPriv->w, (float)(srcY + srch) / pPriv->h); 480 (float)(srcX + srcw) / pPriv->w, (float)srcY / pPriv->h); 496 float srcX, srcY, srcw, srch; local in function:FUNC_NAME 510 srcw 1073 float srcX, srcY, srcw, srch; local in function:FUNC_NAME 1127 float srcX, srcY, srcw, srch; local in function:FUNC_NAME 2502 float srcX, srcY, srcw, srch; local in function:FUNC_NAME 4133 float srcX, srcY, srcw, srch; local in function:FUNC_NAME [all...] |
| H A D | evergreen_textured_videofuncs.c | 484 float srcX, srcY, srcw, srch; local in function:EVERGREENDisplayTexturedVideo 501 srcw = (pPriv->src_w * dstw) / (float)pPriv->dst_w; 518 vb[10] = (float)(srcX + srcw);
|
| H A D | r600_textured_videofuncs.c | 481 float srcX, srcY, srcw, srch; local in function:R600DisplayTexturedVideo 498 srcw = (pPriv->src_w * dstw) / (float)pPriv->dst_w; 515 vb[10] = (float)(srcX + srcw);
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_textured_videofuncs.c | 357 float srcX, srcY, srcw, srch; local in function:RADEONDisplayTexturedVideo 371 srcw = (pPriv->src_w * dstw) / (float)pPriv->dst_w; 383 (float)(srcX + srcw) / pPriv->w, (float)(srcY + srch) / pPriv->h, 384 (float)(srcX + srcw) / pPriv->w, (float)(srcY + srch) / pPriv->h); 386 (float)(srcX + srcw) / pPriv->w, (float)srcY / pPriv->h, 387 (float)(srcX + srcw) / pPriv->w, (float)srcY / pPriv->h); 395 (float)(srcX + srcw) / pPriv->w, (float)(srcY + srch) / pPriv->h); 397 (float)(srcX + srcw) / pPriv->w, (float)srcY / pPriv->h); 895 float srcX, srcY, srcw, srch; local in function:R200DisplayTexturedVideo 909 srcw 2230 float srcX, srcY, srcw, srch; local in function:R300DisplayTexturedVideo 3785 float srcX, srcY, srcw, srch; local in function:R500DisplayTexturedVideo [all...] |
| H A D | evergreen_textured_videofuncs.c | 473 float srcX, srcY, srcw, srch; local in function:EVERGREENDisplayTexturedVideo 490 srcw = (pPriv->src_w * dstw) / (float)pPriv->dst_w; 507 vb[10] = (float)(srcX + srcw);
|
| H A D | r600_textured_videofuncs.c | 451 float srcX, srcY, srcw, srch; local in function:R600DisplayTexturedVideo 468 srcw = (pPriv->src_w * dstw) / (float)pPriv->dst_w; 485 vb[10] = (float)(srcX + srcw);
|
| /xsrc/external/mit/libXvMC/dist/include/X11/extensions/ |
| H A D | XvMClib.h | 48 unsigned short srcw,
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | render-trapezoid-image.c | 480 int srcx, int srcy, int srcw, int srch, 488 srcw, srch, format->depth); 495 XRenderFillRectangle(t->dpy, PictOpSrc, src, &color, 0, 0, srcw, srch); 544 int srcw = rand() % out.width; local in function:trap_tests 554 srcx, srcy, srcw, srch, 559 srcx, srcy, srcw, srch, 478 fill_traps(struct test_display * t,Picture p,XRenderPictFormat * format,uint8_t op,XTrapezoid * traps,int ntraps,enum mask mask,int srcx,int srcy,int srcw,int srch,uint8_t red,uint8_t green,uint8_t blue,uint8_t alpha) argument
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | render-trapezoid-image.c | 480 int srcx, int srcy, int srcw, int srch, 488 srcw, srch, format->depth); 495 XRenderFillRectangle(t->dpy, PictOpSrc, src, &color, 0, 0, srcw, srch); 544 int srcw = rand() % out.width; local in function:trap_tests 554 srcx, srcy, srcw, srch, 559 srcx, srcy, srcw, srch, 478 fill_traps(struct test_display * t,Picture p,XRenderPictFormat * format,uint8_t op,XTrapezoid * traps,int ntraps,enum mask mask,int srcx,int srcy,int srcw,int srch,uint8_t red,uint8_t green,uint8_t blue,uint8_t alpha) argument
|