Lines Matching refs:isOn

680         portPriv->isOn = XV_ON;  in xf86XVRegetVideo()
684 if ((clippedAway || (ret != Success)) && portPriv->isOn == XV_ON) { in xf86XVRegetVideo()
687 portPriv->isOn = XV_PENDING; in xf86XVRegetVideo()
752 portPriv->isOn = XV_ON; in xf86XVReputVideo()
756 if ((clippedAway || (ret != Success)) && (portPriv->isOn == XV_ON)) { in xf86XVReputVideo()
759 portPriv->isOn = XV_PENDING; in xf86XVReputVideo()
830 portPriv->isOn = (ret == Success) ? XV_ON : XV_OFF; in xf86XVReputImage()
834 if ((clippedAway || (ret != Success)) && (portPriv->isOn == XV_ON)) { in xf86XVReputImage()
837 portPriv->isOn = XV_PENDING; in xf86XVReputImage()
926 if (pPriv->isOn == XV_ON) { in xf86XVReputOrStopPort()
929 pPriv->isOn = XV_PENDING; in xf86XVReputOrStopPort()
969 if (pPriv->isOn == XV_OFF || !pWin) in xf86XVReputOrStopAllPorts()
1005 if (pPriv->isOn > XV_OFF) { in xf86XVDestroyWindow()
1008 pPriv->isOn = XV_OFF; in xf86XVDestroyWindow()
1207 if (pPriv->isOn > XV_OFF) { in xf86XVLeaveVT()
1211 pPriv->isOn = XV_OFF; in xf86XVLeaveVT()
1384 portPriv->isOn = XV_ON; in xf86XVPutStill()
1400 if ((clippedAway || (ret != Success)) && (portPriv->isOn == XV_ON)) { in xf86XVPutStill()
1403 portPriv->isOn = XV_PENDING; in xf86XVPutStill()
1513 if ((clippedAway || (ret != Success)) && (portPriv->isOn == XV_ON)) { in xf86XVGetStill()
1516 portPriv->isOn = XV_PENDING; in xf86XVGetStill()
1540 if (portPriv->isOn > XV_OFF) { in xf86XVStopVideo()
1543 portPriv->isOn = XV_OFF; in xf86XVStopVideo()
1659 portPriv->isOn = XV_ON; in xf86XVPutImage()
1675 if ((clippedAway || (ret != Success)) && (portPriv->isOn == XV_ON)) { in xf86XVPutImage()
1678 portPriv->isOn = XV_PENDING; in xf86XVPutImage()