Searched refs:IntLine (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm2_video.c169 int IntLine; /* Frame, not field */ member in struct:_AdaptorPrivRec
609 pAPriv->IntLine = 513;
614 pAPriv->IntLine = 613;
1261 if (delay > (pAPriv->IntLine - 16))
1264 return (((pAPriv->IntLine - delay) * pAPriv->LinePer) + 999999) / 1000000;
1271 if (delay > (pAPriv->IntLine - 16))
1274 return (((pAPriv->IntLine - delay) * pAPriv->LinePer) + 999999) / 1000000;

Completed in 5 milliseconds