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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dtheatre.h57 _X_EXPORT void RT_SetOutputVideoSize (TheatrePtr t, uint16_t wHorzSize, uint16_t wVertSize, uint8_t fCC_On, uint8_t fVBICap_On);
H A Dtheatre.c1563 * RT_SetOutputVideoSize (uint16_t wHorzSize, uint16_t wVertSize, *
1566 * Inputs: uint16_t wHorzSize - width of output in pixels *
1572 _X_EXPORT void RT_SetOutputVideoSize (TheatrePtr t, uint16_t wHorzSize, uint16_t wVertSize, uint8_t fCC_On, uint8_t fVBICap_On) argument
1631 dwHScaleRatio = (uint32_t) ((long) dwXin * 65536L / wHorzSize);
1633 dwHActiveLength = wHorzSize;
1638 dwHScaleRatio = (uint32_t) ((long) dwXin * 65536L / wHorzSize);
1640 dwHActiveLength = wHorzSize;
1645 dwHScaleRatio = (uint32_t) ((long) dwXin * 65536L / wHorzSize);
1647 dwHActiveLength = wHorzSize;
H A Dtheatre200.c1783 * RT_SetOutputVideoSize (uint16_t wHorzSize, uint16_t wVertSize, *
1786 * Inputs: uint16_t wHorzSize - width of output in pixels *
1792 _X_EXPORT void RT_SetOutputVideoSize (TheatrePtr t, uint16_t wHorzSize, uint16_t wVertSize, uint8_t fCC_On, uint8_t fVBICap_On) argument
1797 * If I pass the (wHorzSize, 0, 0) (wVertSize, 0, 0) the image does not synchronize

Completed in 7 milliseconds