Searched refs:wHorzSize (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | theatre.h | 57 _X_EXPORT void RT_SetOutputVideoSize (TheatrePtr t, uint16_t wHorzSize, uint16_t wVertSize, uint8_t fCC_On, uint8_t fVBICap_On);
|
| H A D | theatre.c | 1563 * 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 D | theatre200.c | 1783 * 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