Home
last modified time | relevance | path

Searched refs:VPBox (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkxv.c591 BoxRec VPBox; in KdXVReputVideo() local
593 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() local
669 VPBox.x1 = 0; in KdXVReputImage()
670 VPBox.y1 = 0; in KdXVReputImage()
671 VPBox.x2 = screen->width; in KdXVReputImage()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xv.c725 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()
[all …]