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

/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_video.c1757 uint32_t hstretch, vstretch; local in function:SMI_DisplayVideo
1790 vstretch = ((uint32_t)(vid_h - 1) << 16) / (drw_h - 1);
1793 vstretch = 0;
1801 WRITE_VPR(pSmi, 0x24, (hstretch & 0xff00) | ((vstretch & 0xff00) >> 8));
1803 WRITE_VPR(pSmi, 0x68, ((hstretch & 0xff) << 8) | (vstretch & 0xff));
1936 int hstretch, vstretch; local in function:SMI_DisplayVideo0501
1969 vstretch = 4096 * vid_h / drw_h;
1975 vstretch = (4096 * drw_h / vid_h) | 0x8000;
1987 WRITE_DCR(pSmi, 0x0058, (vstretch << 16) | hstretch);
2017 int hstretch, vstretch; local in function:SMI_DisplayVideo0730
[all...]
/xsrc/external/mit/xf86-video-neomagic/dist/src/
H A Dneo_video.c797 int hstretch, vstretch, fmt; local in function:NEODisplayVideo
879 vstretch = (double)0x1000 / nPtr->videoVZoom;
881 vstretch = (((int)src_h) * vstretch )/ (int) drw_h;
901 OUTGR(0xc2, vstretch >> 8);
902 OUTGR(0xc3, vstretch);

Completed in 5 milliseconds