Searched refs:wVertSize (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, * 1567 * uint16_t wVertSize - height of output in pixels (lines) * 1572 _X_EXPORT void RT_SetOutputVideoSize (TheatrePtr t, uint16_t wHorzSize, uint16_t wVertSize, uint8_t fCC_On, uint8_t fVBICap_On) argument 1621 wVertSize *= 2; 1660 dwTempRatio = (uint32_t)((long) wVertSize / dwYin); 1661 dwVScaleRatio = (uint32_t)((long)wVertSize * 2048L / dwYin); 1663 dwVActiveLength = wVertSize/2; 1668 dwTempRatio = (uint32_t)(wVertSize/dwYin); 1669 dwVScaleRatio = (uint32_t)((long)wVertSize * 2048L / dwYin); 1671 dwVActiveLength = wVertSize/ [all...] |
| H A D | theatre200.c | 1783 * RT_SetOutputVideoSize (uint16_t wHorzSize, uint16_t wVertSize, * 1787 * uint16_t wVertSize - height of output in pixels (lines) * 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 51 milliseconds