Searched refs:hstretch (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
1784 hstretch = ((uint32_t)(vid_w - 1) << 16) / (drw_w - 1);
1786 hstretch = 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
1959 hstretch = 4096 * vid_w / drw_w;
1965 hstretch = (4096 * drw_w / vid_w) | 0x8000;
1987 WRITE_DCR(pSmi, 0x0058, (vstretch << 16) | hstretch);
2017 int hstretch, vstretc 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
875 hstretch = (double)0x1000 * 4 / (int)(nPtr->videoHZoom * 4);
877 hstretch = (((int)src_w) * hstretch) / (int) drw_w;
899 OUTGR(0xc0, hstretch >> 8);
900 OUTGR(0xc1, hstretch);

Completed in 5 milliseconds