Searched refs:dstw (Results 1 - 25 of 31) sorted by relevance

12

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_textured_videofuncs.c441 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 Devergreen_textured_videofuncs.c485 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 Dr600_textured_videofuncs.c482 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 Dvid_1400.c287 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 Dgfx_dcdr.c323 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 Dvid_5530.c195 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 Dsaa7114.c244 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 Dvid_1200.c213 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 Dvid_rdcl.c237 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 Dgfx_vid.c533 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 Dgfx_rtns.h470 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 Dgfx_dcdr.c222 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 Dsaa7114.c450 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 Dvid_5530.c434 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 Dvid_1200.c575 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 Dgfx_vid.c440 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 Dgfx_priv.h567 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 Dgfx_rtns.h367 unsigned short dstw, unsigned short dsth);
369 unsigned short dstw, unsigned short dsth);
522 unsigned short dstw, unsigned short dsth);
H A Dvid_rdcl.c674 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 Dpnozz_exa.c133 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 Dpnozz_accel.c193 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 Dradeon_textured_videofuncs.c358 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 Devergreen_textured_videofuncs.c474 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 Dr600_textured_videofuncs.c452 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 Dglamor_xv.c466 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);

Completed in 46 milliseconds

12