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

/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm2_video.c170 int LinePer; /* nsec */ member in struct:_AdaptorPrivRec
610 pAPriv->LinePer = 63555;
615 pAPriv->LinePer = 64000;
1264 return (((pAPriv->IntLine - delay) * pAPriv->LinePer) + 999999) / 1000000;
1274 return (((pAPriv->IntLine - delay) * pAPriv->LinePer) + 999999) / 1000000;

Completed in 5 milliseconds