| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_textured_videofuncs.c | 441 int dstX, dstY, dstw, dsth; local in function:FUNC_NAME 444 dstw = pBox->x2 - pBox->x1; 454 srcw = (pPriv->src_w * dstw) / (float)pPriv->dst_w; 465 VTX_OUT_6((float)(dstX + dstw), (float)(dstY + dsth), 468 VTX_OUT_6((float)(dstX + dstw), (float)dstY, 477 VTX_OUT_4((float)(dstX + dstw), (float)(dstY + dsth), 479 VTX_OUT_4((float)(dstX + dstw), (float)dstY, 497 int dstX, dstY, dstw, dsth; local in function:FUNC_NAME 500 dstw = pBox->x2 - pBox->x1; 510 srcw = (pPriv->src_w * dstw) / (floa 1074 int dstX, dstY, dstw, dsth; local in function:FUNC_NAME 1128 int dstX, dstY, dstw, dsth; local in function:FUNC_NAME 2503 int dstX, dstY, dstw, dsth; local in function:FUNC_NAME 4134 int dstX, dstY, dstw, dsth; local in function:FUNC_NAME [all...] |
| H A D | evergreen_textured_videofuncs.c | 485 int dstX, dstY, dstw, dsth; local in function:EVERGREENDisplayTexturedVideo 491 dstw = pBox->x2 - pBox->x1; 501 srcw = (pPriv->src_w * dstw) / (float)pPriv->dst_w; 516 vb[8] = (float)(dstX + dstw);
|
| H A D | r600_textured_videofuncs.c | 482 int dstX, dstY, dstw, dsth; local in function:R600DisplayTexturedVideo 488 dstw = pBox->x2 - pBox->x1; 498 srcw = (pPriv->src_w * dstw) / (float)pPriv->dst_w; 513 vb[8] = (float)(dstX + dstw);
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| H A D | vid_1400.c | 287 unsigned short dstw, unsigned short dsth) 291 unsigned short dstw, unsigned short dsth) 301 gfx_vid_dstw = dstw; 307 if (srcw < dstw) 308 xscale = (0x2000 * (srcw - 1)) / (dstw - 1); 286 sc1400_set_video_scale(unsigned short srcw,unsigned short srch,unsigned short dstw,unsigned short dsth) argument
|
| H A D | gfx_dcdr.c | 323 unsigned short dstw, unsigned short dsth) 329 status = saa7114_set_decoder_scale(srcw, srch, dstw, dsth); 322 gfx_set_decoder_scale(unsigned short srcw,unsigned short srch,unsigned short dstw,unsigned short dsth) argument
|
| H A D | vid_5530.c | 195 unsigned short dstw, unsigned short dsth); 197 unsigned short dstw, unsigned short dsth); 654 unsigned short dstw, unsigned short dsth) 658 unsigned short dstw, unsigned short dsth) 668 gfx_vid_dstw = dstw; 674 if (dstw <= srcw) 676 else if (dstw == 1 || srcw == 1) 679 xscale = (0x2000l * (srcw - 1l)) / (dstw - 1l); 653 cs5530_set_video_scale(unsigned short srcw,unsigned short srch,unsigned short dstw,unsigned short dsth) argument
|
| H A D | saa7114.c | 244 unsigned short dstw, unsigned short dsth); 586 unsigned short dstw, unsigned short dsth) 590 unsigned short dstw, unsigned short dsth) 599 if (dstw) 600 prescale = (unsigned char)(srcw / dstw); 640 if (!dstw) 642 scale = ((1024 * srcw * 1000) / (dstw * prescale)) / 1000; 585 saa7114_set_decoder_scale(unsigned short srcw,unsigned short srch,unsigned short dstw,unsigned short dsth) argument
|
| H A D | vid_1200.c | 213 unsigned short dstw, unsigned short dsth); 215 unsigned short dstw, unsigned short dsth); 741 unsigned short dstw, unsigned short dsth) 745 unsigned short dstw, unsigned short dsth) 753 if (dstw != 0) { 755 gfx_vid_dstw = dstw; 764 if (dstw == 0) 766 else if (dstw <= srcw) 768 else if ((srcw == 1) || (dstw == 1)) 771 xscale = (0x2000l * (srcw - 1l)) / (dstw 740 sc1200_set_video_upscale(unsigned short srcw,unsigned short srch,unsigned short dstw,unsigned short dsth) argument 803 sc1200_set_video_scale(unsigned short srcw,unsigned short srch,unsigned short dstw,unsigned short dsth) argument [all...] |
| H A D | vid_rdcl.c | 237 unsigned short dstw, unsigned short dsth); 239 unsigned short dstw, unsigned short dsth); 864 unsigned short dstw, unsigned short dsth) 868 unsigned short dstw, unsigned short dsth) 876 if (dstw != 0) { 878 gfx_vid_dstw = dstw; 889 if (dstw == 0) 891 else if (dstw <= srcw) 893 else if ((srcw == 1) || (dstw == 1)) 896 xscale = (0x2000l * (srcw - 1l)) / (dstw 863 redcloud_set_video_scale(unsigned short srcw,unsigned short srch,unsigned short dstw,unsigned short dsth) argument [all...] |
| H A D | gfx_vid.c | 533 unsigned short dstw, unsigned short dsth) 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); 558 unsigned short dstw, unsigned short dsth) 564 status = sc1200_set_video_upscale(srcw, srch, dstw, dsth); 532 gfx_set_video_scale(unsigned short srcw,unsigned short srch,unsigned short dstw,unsigned short dsth) argument 557 gfx_set_video_upscale(unsigned short srcw,unsigned short srch,unsigned short dstw,unsigned short dsth) argument
|
| H A D | gfx_rtns.h | 470 unsigned short dstw, unsigned short dsth); 472 unsigned short dstw, unsigned short dsth); 623 unsigned short dstw, unsigned short dsth);
|
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| H A D | gfx_dcdr.c | 222 unsigned short dstw, unsigned short dsth) 228 status = saa7114_set_decoder_scale(srcw, srch, dstw, dsth); 221 gfx_set_decoder_scale(unsigned short srcw,unsigned short srch,unsigned short dstw,unsigned short dsth) argument
|
| H A D | saa7114.c | 450 unsigned short dstw, unsigned short dsth) 454 unsigned short dstw, unsigned short dsth) 463 if (dstw) 464 prescale = (unsigned char) (srcw / dstw); 507 if (!dstw) 509 scale = ((1024 * srcw * 1000) / (dstw * prescale)) / 1000; 449 saa7114_set_decoder_scale(unsigned short srcw,unsigned short srch,unsigned short dstw,unsigned short dsth) argument
|
| H A D | vid_5530.c | 434 unsigned short dstw, unsigned short dsth) 438 unsigned short dstw, unsigned short dsth) 448 gfx_vid_dstw = dstw; 454 if (dstw <= srcw) 456 else if (dstw == 1 || srcw == 1) 459 xscale = (0x2000l * (srcw - 1l)) / (dstw - 1l); 433 cs5530_set_video_scale(unsigned short srcw,unsigned short srch,unsigned short dstw,unsigned short dsth) argument
|
| H A D | vid_1200.c | 575 unsigned short dstw, unsigned short dsth) 579 unsigned short dstw, unsigned short dsth) 588 if (dstw != 0) { 590 gfx_vid_dstw = dstw; 599 if (dstw == 0) 602 else if (dstw <= srcw) 605 else if ((srcw == 1) || (dstw == 1)) 608 xscale = (0x2000l * (srcw - 1l)) / (dstw - 1l); 643 unsigned short dstw, unsigned short dsth) 647 unsigned short dstw, unsigne 574 sc1200_set_video_upscale(unsigned short srcw,unsigned short srch,unsigned short dstw,unsigned short dsth) argument 642 sc1200_set_video_scale(unsigned short srcw,unsigned short srch,unsigned short dstw,unsigned short dsth) argument [all...] |
| H A D | gfx_vid.c | 440 unsigned short dstw, unsigned short dsth) 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); 465 unsigned short dstw, unsigned short dsth) 471 status = sc1200_set_video_upscale(srcw, srch, dstw, dsth); 439 gfx_set_video_scale(unsigned short srcw,unsigned short srch,unsigned short dstw,unsigned short dsth) argument 464 gfx_set_video_upscale(unsigned short srcw,unsigned short srch,unsigned short dstw,unsigned short dsth) argument
|
| H A D | gfx_priv.h | 567 unsigned short dstw, unsigned short dsth); 625 unsigned short dstw, unsigned short dsth); 627 unsigned short dstw, unsigned short dsth); 746 unsigned short dstw, unsigned short dsth); 894 unsigned short dstw, unsigned short dsth);
|
| H A D | gfx_rtns.h | 367 unsigned short dstw, unsigned short dsth); 369 unsigned short dstw, unsigned short dsth); 522 unsigned short dstw, unsigned short dsth);
|
| H A D | vid_rdcl.c | 674 unsigned short dstw, unsigned short dsth) 678 unsigned short dstw, unsigned short dsth) 686 if (dstw != 0) { 688 gfx_vid_dstw = dstw; 699 if (dstw == 0) 702 else if (dstw <= srcw) 705 else if ((srcw == 1) || (dstw == 1)) 708 xscale = (0x2000l * (srcw - 1l)) / (dstw - 1l); 673 redcloud_set_video_scale(unsigned short srcw,unsigned short srch,unsigned short dstw,unsigned short dsth) argument
|
| /xsrc/external/mit/xf86-video-pnozz/dist/src/ |
| H A D | pnozz_exa.c | 133 CARD32 src, dst, srcw, dstw; local in function:PnozzCopy 142 dstw = ((((xDst + w) << pPnozz->depthshift) - 1) << 16) | 150 pnozz_write_4(pPnozz, ABS_XY3, dstw);
|
| H A D | pnozz_accel.c | 193 CARD32 src, dst, srcw, dstw; local in function:PnozzSubsequentScreenToScreenCopy 199 dstw = ((((xDst + w) << pPnozz->depthshift) - 1) << 16) | 207 pnozz_write_4(pPnozz, ABS_XY3, dstw);
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_textured_videofuncs.c | 358 int dstX, dstY, dstw, dsth; local in function:RADEONDisplayTexturedVideo 361 dstw = pBox->x2 - pBox->x1; 371 srcw = (pPriv->src_w * dstw) / (float)pPriv->dst_w; 382 VTX_OUT_6((float)(dstX + dstw), (float)(dstY + dsth), 385 VTX_OUT_6((float)(dstX + dstw), (float)dstY, 394 VTX_OUT_4((float)(dstX + dstw), (float)(dstY + dsth), 396 VTX_OUT_4((float)(dstX + dstw), (float)dstY, 896 int dstX, dstY, dstw, dsth; local in function:R200DisplayTexturedVideo 899 dstw = pBox->x2 - pBox->x1; 909 srcw = (pPriv->src_w * dstw) / (floa 2231 int dstX, dstY, dstw, dsth; local in function:R300DisplayTexturedVideo 3786 int dstX, dstY, dstw, dsth; local in function:R500DisplayTexturedVideo [all...] |
| H A D | evergreen_textured_videofuncs.c | 474 int dstX, dstY, dstw, dsth; local in function:EVERGREENDisplayTexturedVideo 480 dstw = pBox->x2 - pBox->x1; 490 srcw = (pPriv->src_w * dstw) / (float)pPriv->dst_w; 505 vb[8] = (float)(dstX + dstw);
|
| H A D | r600_textured_videofuncs.c | 452 int dstX, dstY, dstw, dsth; local in function:R600DisplayTexturedVideo 458 dstw = pBox->x2 - pBox->x1; 468 srcw = (pPriv->src_w * dstw) / (float)pPriv->dst_w; 483 vb[8] = (float)(dstX + dstw);
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_xv.c | 466 int dstx, dsty, dstw, dsth; local in function:glamor_xv_render 470 dstw = box[i].x2 - box[i].x1; 473 glScissor(dstx, dsty, dstw, dsth);
|