Lines Matching refs:VPBox
725 BoxRec VPBox; in xf86XVReputVideo() local
727 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() local
805 VPBox.x1 = portPriv->pScrn->frameX0; in xf86XVReputImage()
806 VPBox.y1 = portPriv->pScrn->frameY0; in xf86XVReputImage()
807 VPBox.x2 = portPriv->pScrn->frameX1 + 1; in xf86XVReputImage()
808 VPBox.y2 = portPriv->pScrn->frameY1 + 1; in xf86XVReputImage()
810 RegionInit(&VPReg, &VPBox, 1); in xf86XVReputImage()
1353 BoxRec VPBox; in xf86XVPutStill() local
1355 VPBox.x1 = portPriv->pScrn->frameX0; in xf86XVPutStill()
1356 VPBox.y1 = portPriv->pScrn->frameY0; in xf86XVPutStill()
1357 VPBox.x2 = portPriv->pScrn->frameX1 + 1; in xf86XVPutStill()
1358 VPBox.y2 = portPriv->pScrn->frameY1 + 1; in xf86XVPutStill()
1360 RegionInit(&VPReg, &VPBox, 1); in xf86XVPutStill()
1623 BoxRec VPBox; in xf86XVPutImage() local
1625 VPBox.x1 = portPriv->pScrn->frameX0; in xf86XVPutImage()
1626 VPBox.y1 = portPriv->pScrn->frameY0; in xf86XVPutImage()
1627 VPBox.x2 = portPriv->pScrn->frameX1 + 1; in xf86XVPutImage()
1628 VPBox.y2 = portPriv->pScrn->frameY1 + 1; in xf86XVPutImage()
1630 RegionInit(&VPReg, &VPBox, 1); in xf86XVPutImage()