Searched refs:wVertSize (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, *
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 Dtheatre200.c1783 * 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 8 milliseconds