Searched refs:hact (Results 1 – 6 of 6) sorted by relevance
/external/libkmsxx/kms++/src/ |
D | mode_cvt.cpp | 53 Videomode videomode_from_cvt(uint32_t hact, uint32_t vact, uint32_t refresh, bool ilace, bool reduc… in videomode_from_cvt() argument 62 float H_PIXELS = hact; in videomode_from_cvt() 73 if (hact * 3 == vact * 4) in videomode_from_cvt() 75 else if (hact * 9 == vact * 16) in videomode_from_cvt() 77 else if (hact * 10 == vact * 16) in videomode_from_cvt() 79 else if (hact == 1280 && (vact == 1024 || vact == 768)) in videomode_from_cvt()
|
D | videomode.cpp | 102 uint16_t hact, uint16_t hfp, uint16_t hsw, uint16_t hbp, in videomode_from_timings() argument 108 m.hdisplay = hact; in videomode_from_timings() 109 m.hsync_start = hact + hfp; in videomode_from_timings() 110 m.hsync_end = hact + hfp + hsw; in videomode_from_timings() 111 m.htotal = hact + hfp + hsw + hbp; in videomode_from_timings()
|
D | modedb_dmt.cpp | 14 #define DRM_MODE(nm, c, hact, hfp, hsw, hbp, vact, vfp, vsw, vbp, f) \ argument 17 ….hdisplay = (hact), .hsync_start = (hact) + (hfp), .hsync_end = (hact) + (hfp) + (hsw), .htotal = … 19 ….vrefresh = DIV_ROUND(c * 1000, ((hact) + (hfp) + (hsw) + (hbp)) * ((vact) + (vfp) + (vsw) + (vbp)…
|
/external/libkmsxx/kms++/inc/kms++/ |
D | mode_cvt.h | 8 Videomode videomode_from_cvt(uint32_t hact, uint32_t vact, uint32_t refresh, bool ilace, bool reduc…
|
D | videomode.h | 56 uint16_t hact, uint16_t hfp, uint16_t hsw, uint16_t hbp,
|
/external/libkmsxx/utils/ |
D | kmstest.cpp | 204 unsigned hact = stoul(sm[4]); in parse_crtc() local 216 output.mode = videomode_from_timings(clock / 1000, hact, hfp, hsw, hbp, vact, vfp, vsw, vbp); in parse_crtc()
|