Searched refs:VPBox (Results 1 – 2 of 2) sorted by relevance
591 BoxRec VPBox; in KdXVReputVideo() local593 VPBox.x1 = 0; in KdXVReputVideo()594 VPBox.y1 = 0; in KdXVReputVideo()595 VPBox.x2 = screen->width; in KdXVReputVideo()596 VPBox.y2 = screen->height; in KdXVReputVideo()598 RegionInit(&VPReg, &VPBox, 1); in KdXVReputVideo()667 BoxRec VPBox; in KdXVReputImage() local669 VPBox.x1 = 0; in KdXVReputImage()670 VPBox.y1 = 0; in KdXVReputImage()671 VPBox.x2 = screen->width; in KdXVReputImage()[all …]
725 BoxRec VPBox; in xf86XVReputVideo() local727 VPBox.x1 = portPriv->pScrn->frameX0; in xf86XVReputVideo()728 VPBox.y1 = portPriv->pScrn->frameY0; in xf86XVReputVideo()729 VPBox.x2 = portPriv->pScrn->frameX1 + 1; in xf86XVReputVideo()730 VPBox.y2 = portPriv->pScrn->frameY1 + 1; in xf86XVReputVideo()732 RegionInit(&VPReg, &VPBox, 1); in xf86XVReputVideo()803 BoxRec VPBox; in xf86XVReputImage() local805 VPBox.x1 = portPriv->pScrn->frameX0; in xf86XVReputImage()806 VPBox.y1 = portPriv->pScrn->frameY0; in xf86XVReputImage()807 VPBox.x2 = portPriv->pScrn->frameX1 + 1; in xf86XVReputImage()[all …]