| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| intel_video_overlay.c | 201 BoxPtr dstBox, short src_w, short src_h, short drw_w, 228 request.dst_x = dstBox->x1; 229 request.dst_y = dstBox->y1; 230 request.dst_width = dstBox->x2 - dstBox->x1; 231 request.dst_height = dstBox->y2 - dstBox->y1; 277 BoxPtr dstBox) 287 dstBox->x1 -= crtc->x; 288 dstBox->x2 -= crtc->x [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| intel_video_overlay.c | 201 BoxPtr dstBox, short src_w, short src_h, short drw_w, 228 request.dst_x = dstBox->x1; 229 request.dst_y = dstBox->y1; 230 request.dst_width = dstBox->x2 - dstBox->x1; 231 request.dst_height = dstBox->y2 - dstBox->y1; 277 BoxPtr dstBox) 287 dstBox->x1 -= crtc->x; 288 dstBox->x2 -= crtc->x [all...] |
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| nv04_xv_ovl.c | 42 int id, int dstPitch, BoxPtr dstBox, int x1, int y1, 55 dstBox->y1 <<= 1; 56 dstBox->y2 <<= 1; 84 nvWriteVIDEO(pNv, NV_PVIDEO_WINDOW_START, (dstBox->y1 << 16) | dstBox->x1); 85 nvWriteVIDEO(pNv, NV_PVIDEO_WINDOW_SIZE, ((dstBox->y2 - dstBox->y1) << 16) | 86 (dstBox->x2 - dstBox->x1));
|
| nv10_xv_ovl.c | 50 * @param dstBox destination box 66 int dstPitch, BoxPtr dstBox, int x1, int y1, int x2, int y2, 78 dstBox->y1 <<= 1; 79 dstBox->y2 <<= 1; 95 //16,y1>>16, (src_w << 20) / drw_w, (src_h << 20) / drw_h, (dstBox->x1),(dstBox->y1), (dstBox->y2 - dstBox->y1), (dstBox->x2 - dstBox->x1)) [all...] |
| nv04_xv_blit.c | 50 int id, int src_pitch, BoxPtr dstBox, 78 dst_size = ((dstBox->y2 - dstBox->y1) << 16) | 79 (dstBox->x2 - dstBox->x1); 80 dst_point = (dstBox->y1 << 16) | dstBox->x1; 131 NV11SyncToVBlank(ppix, dstBox);
|
| /xsrc/external/mit/xf86-video-neomagic/dist/src/ |
| neo_video.c | 307 BoxRec dstBox; 330 dstBox.x1 = drw_x; 331 dstBox.y1 = drw_y; 332 dstBox.x2 = drw_x + drw_w; 333 dstBox.y2 = drw_y + drw_h; 335 if (!xf86XVClipVideoHelper(&dstBox, &x1, &x2, &y1, &y2, 344 dstBox.x1 -= pScrn->frameX0; 345 dstBox.y1 -= pScrn->frameY0; 346 dstBox.x2 -= pScrn->frameX0; 347 dstBox.y2 -= pScrn->frameY0 [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_video_overlay.c | 294 update_dst_box_to_crtc_coords(struct sna *sna, xf86CrtcPtr crtc, BoxPtr dstBox) 305 dstBox->x1 -= crtc->x; 306 dstBox->x2 -= crtc->x; 307 dstBox->y1 -= crtc->y; 308 dstBox->y2 -= crtc->y; 311 tmp = dstBox->x1; 312 dstBox->x1 = dstBox->y1 - crtc->x; 313 dstBox->y1 = scrn->virtualX - tmp - crtc->y; 314 tmp = dstBox->x2 [all...] |
| sna_video_sprite.c | 185 update_dst_box_to_crtc_coords(struct sna *sna, xf86CrtcPtr crtc, BoxPtr dstBox) 192 dstBox->x1 -= crtc->x; 193 dstBox->x2 -= crtc->x; 194 dstBox->y1 -= crtc->y; 195 dstBox->y2 -= crtc->y; 199 tmp = dstBox->x1; 200 dstBox->x1 = dstBox->y1 - crtc->x; 201 dstBox->y1 = scrn->virtualX - tmp - crtc->y; 202 tmp = dstBox->x2 [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna_video_overlay.c | 294 update_dst_box_to_crtc_coords(struct sna *sna, xf86CrtcPtr crtc, BoxPtr dstBox) 305 dstBox->x1 -= crtc->x; 306 dstBox->x2 -= crtc->x; 307 dstBox->y1 -= crtc->y; 308 dstBox->y2 -= crtc->y; 311 tmp = dstBox->x1; 312 dstBox->x1 = dstBox->y1 - crtc->x; 313 dstBox->y1 = scrn->virtualX - tmp - crtc->y; 314 tmp = dstBox->x2 [all...] |
| sna_video_sprite.c | 168 update_dst_box_to_crtc_coords(struct sna *sna, xf86CrtcPtr crtc, BoxPtr dstBox) 175 dstBox->x1 -= crtc->x; 176 dstBox->x2 -= crtc->x; 177 dstBox->y1 -= crtc->y; 178 dstBox->y2 -= crtc->y; 182 tmp = dstBox->x1; 183 dstBox->x1 = dstBox->y1 - crtc->x; 184 dstBox->y1 = scrn->virtualX - tmp - crtc->y; 185 tmp = dstBox->x2 [all...] |
| /xsrc/external/mit/xf86-video-savage/dist/src/ |
| savage_video.c | 87 BoxPtr dstBox, 95 BoxPtr dstBox, 103 BoxPtr dstBox, 111 BoxPtr dstBox, 1474 BoxPtr dstBox, 1511 dstBox->x1 = (dstBox->x1 * psav->XExp1) / psav->XExp2; 1512 dstBox->y1 = (dstBox->y1 * psav->YExp1) / psav->YExp2; 1513 dstBox->x2 = (dstBox->x2 * psav->XExp1) / psav->XExp2 [all...] |
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| lx_video.c | 77 BoxPtr dstBox, short srcW, short srcH, short drawW, short drawH); 354 BoxPtr dstBox, short srcW, short srcH, short drawW, short drawH) 409 xend = dstBox->x2; 410 yend = dstBox->y2; 412 if (dstBox->y1 < 0) { 414 lines = ((-dstBox->y1) * srcH) / drawH; 416 lines = (-dstBox->y1); 419 drawH += dstBox->y1; 422 ystart = dstBox->y1; 431 vidPos.x = dstBox->x1 [all...] |
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| pm3_video.c | 694 BoxPtr dstBox, 704 if (dstBox->x1 == 0) { 705 x1 = drw_w - dstBox->x2; 706 drw_w = dstBox->x2; 708 if (dstBox->x2 == pScrn->frameX1) { 709 x2 = drw_w - (dstBox->x2 - dstBox->x1); 710 drw_w = (dstBox->x2 - dstBox->x1); 721 dstBox->x2 -= (newx2 - drw_w) [all...] |
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| nv_video.c | 62 BoxPtr dstBox, 478 BoxPtr dstBox, 508 dstBox->y1 <<= 1; 509 dstBox->y2 <<= 1; 518 pNv->PMC[(0x8948/4) + buffer] = (dstBox->y1 << 16) | dstBox->x1; 519 pNv->PMC[(0x8950/4) + buffer] = ((dstBox->y2 - dstBox->y1) << 16) | 520 (dstBox->x2 - dstBox->x1) [all...] |
| /xsrc/external/mit/xf86-video-siliconmotion/dist/src/ |
| smi_video.c | 111 BoxPtr dstBox, short vid_w, short vid_h, short drw_w, short drw_h); 115 BoxPtr dstBox, short vid_w, short vid_h, 121 BoxPtr dstBox, short vid_w, short vid_h, 125 BoxPtr dstBox, short vid_w, short vid_h, short drw_w, short drw_h); 1023 BoxRec dstBox; 1059 dstBox.x1 = drw_x; 1060 dstBox.y1 = drw_y; 1061 dstBox.x2 = drw_x + drw_w; 1062 dstBox.y2 = drw_y + drw_h; 1064 if(!xf86_crtc_clip_video_helper(pScrn, &crtc, crtcConf->crtc[0], &dstBox, &x1, &x2, &y1, &y2, clipBoxes, width, height) [all...] |
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| i830_video.c | 1786 BoxPtr dstBox) 1796 dstBox->x1 -= crtc->x; 1797 dstBox->x2 -= crtc->x; 1798 dstBox->y1 -= crtc->y; 1799 dstBox->y2 -= crtc->y; 1802 tmp = dstBox->x1; 1803 dstBox->x1 = dstBox->y1 - crtc->x; 1804 dstBox->y1 = pScrn->virtualX - tmp - crtc->y; 1805 tmp = dstBox->x2 [all...] |
| i810_video.c | 739 BoxPtr dstBox, 774 overlay->DWINPOS = (dstBox->y1 << 16) | (dstBox->x1); 775 overlay->DWINSZ = ((dstBox->y2 - dstBox->y1) << 16) | 776 (dstBox->x2 - dstBox->x1); 984 BoxRec dstBox; 993 dstBox.x1 = drw_x; 994 dstBox.x2 = drw_x + drw_w [all...] |
| /xsrc/external/mit/xf86-video-nsc/dist/src/ |
| nsc_gx2_video.c | 811 static BoxRec dstBox; 937 BoxPtr dstBox, 972 pGeode->video_x = dstBox->x1; 973 pGeode->video_y = dstBox->y1; 985 GX2SetVideoPosition(dstBox->x1, dstBox->y1, width, height, src_w, 1059 dstBox.x1 = drw_x; 1060 dstBox.x2 = drw_x + drw_w; 1061 dstBox.y1 = drw_y; 1062 dstBox.y2 = drw_y + drw_h [all...] |
| nsc_gx1_video.c | 859 static BoxRec dstBox; 998 BoxPtr dstBox, 1027 if (dstBox->x1 < 0) 1031 dstBox->x1 += pGeode->TVOx; 1032 dstBox->y1 += pGeode->TVOy; 1035 pGeode->video_x = dstBox->x1; 1036 pGeode->video_y = dstBox->y1; 1050 GX1SetVideoPosition(dstBox->x1, dstBox->y1, width, height, src_w, src_h, 1124 dstBox.x1 = drw_x [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/ |
| i810_video.c | 739 BoxPtr dstBox, 774 overlay->DWINPOS = (dstBox->y1 << 16) | (dstBox->x1); 775 overlay->DWINSZ = ((dstBox->y2 - dstBox->y1) << 16) | 776 (dstBox->x2 - dstBox->x1); 984 BoxRec dstBox; 993 dstBox.x1 = drw_x; 994 dstBox.x2 = drw_x + drw_w [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/ |
| i810_video.c | 729 BoxPtr dstBox, 764 overlay->DWINPOS = (dstBox->y1 << 16) | (dstBox->x1); 765 overlay->DWINSZ = ((dstBox->y2 - dstBox->y1) << 16) | 766 (dstBox->x2 - dstBox->x1); 974 BoxRec dstBox; 983 dstBox.x1 = drw_x; 984 dstBox.x2 = drw_x + drw_w [all...] |
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| ct_video.c | 528 BoxPtr dstBox, 603 cPtr->writeMR(cPtr, 0x2A, ((cPtr->OverlaySkewX + dstBox->x1) & 0xFF)); 605 tmp = (tmp & 0xF8) + (((cPtr->OverlaySkewX + dstBox->x1) >> 8) & 0x07); 608 cPtr->writeMR(cPtr, 0x2C, ((cPtr->OverlaySkewX + dstBox->x2 -1) 611 tmp = (tmp & 0xF8) + (((cPtr->OverlaySkewX + dstBox->x2 - 1) >> 8) & 0x07); 614 val = cPtr->OverlaySkewY + (dstBox->y1 << (dblscan ? 1 : 0)); 620 val = cPtr->OverlaySkewY + (dstBox->y2 << (dblscan ? 1 : 0)); 675 BoxRec dstBox; 686 dstBox.x1 = drw_x; 687 dstBox.x2 = drw_x + drw_w [all...] |
| /xsrc/external/mit/xf86-video-i740/dist/src/ |
| i740_video.c | 562 BoxPtr dstBox, 573 dstBox->x1,dstBox->y1, /* destination image pos to display */ 574 dstBox->x2 - dstBox->x1,dstBox->y2 - dstBox->y1, /* destination image size to display allows trunc... */ 640 BoxRec dstBox; 651 dstBox.x1 = drw_x; 652 dstBox.x2 = drw_x + drw_w [all...] |
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| trident_video.c | 616 BoxPtr dstBox, 647 tx1 = dstBox->x1 + pTrident->hsync; 648 tx2 = dstBox->x2 + pTrident->hsync + pTrident->hsync_rskew; 649 ty1 = dstBox->y1 + pTrident->vsync - 2; 650 ty2 = dstBox->y2 + pTrident->vsync + 2 + pTrident->vsync_bskew; 798 BoxRec dstBox; 807 dstBox.x1 = drw_x; 808 dstBox.x2 = drw_x + drw_w; 809 dstBox.y1 = drw_y; 810 dstBox.y2 = drw_y + drw_h [all...] |
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| r128_video.c | 659 BoxPtr dstBox, 720 OUTREG(R128_OV0_Y_X_START, dstBox->x1 | (dstBox->y1 << 16)); 721 OUTREG(R128_OV0_Y_X_END, dstBox->x2 | (dstBox->y2 << 16)); 750 BoxPtr dstBox, 814 OUTREG(R128_OV0_Y_X_START, dstBox->x1 | (dstBox->y1 << 16)); 815 OUTREG(R128_OV0_Y_X_END, dstBox->x2 | (dstBox->y2 << 16)) [all...] |