Searched refs:vsw (Results 1 – 9 of 9) sorted by relevance
/external/libkmsxx/kms++/src/ |
D | videomode.cpp | 116 string v = fmt::format("{}/{}/{}/{}/{}", vdisplay, vfp(), vsw(), vbp(), sync_to_char(vsync())); in to_string_long() 132 string v = fmt::format("{}/{}/{}/{}/{}", vdisplay, vfp(), vsw(), vbp(), sync_to_char(vsync())); in to_string_long_padded() 147 uint16_t vact, uint16_t vfp, uint16_t vsw, uint16_t vbp) in videomode_from_timings() argument 159 m.vsync_end = vact + vfp + vsw; in videomode_from_timings() 160 m.vtotal = vact + vfp + vsw + vbp; in videomode_from_timings()
|
D | modedb_dmt.cpp | 13 #define DRM_MODE(nm, c, hact, hfp, hsw, hbp, vact, vfp, vsw, vbp, f) … argument 17 …nc_start = (vact) + (vfp), .vsync_end = (vact) + (vfp) + (vsw), .vtotal = (vact) + (vfp) + (vsw) +… 18 ….vrefresh = DIV_ROUND(c * 1000, ((hact) + (hfp) + (hsw) + (hbp)) * ((vact) + (vfp) + (vsw) + (vbp)…
|
/external/libkmsxx/kms++/inc/kms++/ |
D | videomode.h | 36 uint16_t vsw() const { return vsync_end - vsync_start; } in vsw() function 58 uint16_t vact, uint16_t vfp, uint16_t vsw, uint16_t vbp);
|
/external/libxml2/result/ |
D | wap.xml.sax2 | 15 SAX.startElementNs(go, NULL, NULL, 0, 1, 0, href='/vsw...', 21) 52 SAX.startElementNs(go, NULL, NULL, 0, 1, 0, href='/vsw...', 21)
|
/external/libxml2/result/noent/ |
D | wap.xml.sax2 | 15 SAX.startElementNs(go, NULL, NULL, 0, 1, 0, href='/vsw...', 21) 52 SAX.startElementNs(go, NULL, NULL, 0, 1, 0, href='/vsw...', 21)
|
/external/adhd/cras/src/common/ |
D | edid_utils.c | 195 int vsw = (base[DTD_VSX_LO] & 0xf) + in show_edid_dtd() local 217 vres + vso + vsw, vres + vbl); in show_edid_dtd()
|
/external/libkmsxx/utils/ |
D | kmstest.cpp | 209 unsigned vsw = stoul(sm[11]); in parse_crtc() local 213 output.mode = videomode_from_timings(clock / 1000, hact, hfp, hsw, hbp, vact, vfp, vsw, vbp); in parse_crtc()
|
/external/mime-support/ |
D | mime.types | 393 application/vnd.visio vsd vst vsw vss
|
/external/python/cpython3/Lib/test/ |
D | mime.types | 895 application/vnd.visio vsd vst vsw vss
|