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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_tv.c624 int hOffset; local in function:RADEONInitTVRestarts
658 hOffset = tvout->hPos * H_POS_UNIT;
664 hOffset -= 50;
673 p1 = (uint16_t)((int)p1 + hOffset);
674 p2 = (uint16_t)((int)p2 - hOffset);
682 /* Convert hOffset from n. of TV clock periods to n. of CRTC clock periods (CRTC pixels) */
683 hOffset = (hOffset * (int)(constPtr->pixToTV)) / 1000;
700 restart -= vOffset + hOffset;

Completed in 3 milliseconds