Lines Matching refs:XV_ON
680 portPriv->isOn = XV_ON; in xf86XVRegetVideo()
684 if ((clippedAway || (ret != Success)) && portPriv->isOn == XV_ON) { in xf86XVRegetVideo()
752 portPriv->isOn = XV_ON; in xf86XVReputVideo()
756 if ((clippedAway || (ret != Success)) && (portPriv->isOn == XV_ON)) { in xf86XVReputVideo()
830 portPriv->isOn = (ret == Success) ? XV_ON : XV_OFF; in xf86XVReputImage()
834 if ((clippedAway || (ret != Success)) && (portPriv->isOn == XV_ON)) { in xf86XVReputImage()
926 if (pPriv->isOn == XV_ON) { in xf86XVReputOrStopPort()
1384 portPriv->isOn = XV_ON; in xf86XVPutStill()
1400 if ((clippedAway || (ret != Success)) && (portPriv->isOn == XV_ON)) { in xf86XVPutStill()
1513 if ((clippedAway || (ret != Success)) && (portPriv->isOn == XV_ON)) { in xf86XVGetStill()
1659 portPriv->isOn = XV_ON; in xf86XVPutImage()
1675 if ((clippedAway || (ret != Success)) && (portPriv->isOn == XV_ON)) { in xf86XVPutImage()