/external/libkmsxx/kms++/src/ |
D | videomode.cpp | 103 uint16_t vact, uint16_t vfp, uint16_t vsw, uint16_t vbp) in videomode_from_timings() argument 115 m.vsync_end = vact + vfp + vsw; in videomode_from_timings() 116 m.vtotal = vact + vfp + vsw + vbp; in videomode_from_timings()
|
D | modedb_dmt.cpp | 14 #define DRM_MODE(nm, c, hact, hfp, hsw, hbp, vact, vfp, vsw, vbp, f) \ argument 18 …nc_start = (vact) + (vfp), .vsync_end = (vact) + (vfp) + (vsw), .vtotal = (vact) + (vfp) + (vsw) +… 19 ….vrefresh = DIV_ROUND(c * 1000, ((hact) + (hfp) + (hsw) + (hbp)) * ((vact) + (vfp) + (vsw) + (vbp)…
|
/external/libkmsxx/kms++/inc/kms++/ |
D | videomode.h | 39 uint16_t vsw() const { return vsync_end - vsync_start; } in vsw() function 57 uint16_t vact, uint16_t vfp, uint16_t vsw, uint16_t vbp);
|
/external/u-boot/board/BuR/common/ |
D | common.c | 98 pnltmp.vsw = env_get_ulong("ds1_vsw", 10, ~0UL); in load_lcdtiming() 114 ~0UL == (pnltmp.vsw) || in load_lcdtiming() 137 pnltmp.vfp, pnltmp.vbp, pnltmp.vsw, in load_lcdtiming()
|
/external/u-boot/board/siemens/rut/ |
D | board.c | 236 .vsw = 50, 250 .vsw = 50, 264 .vsw = 50,
|
/external/u-boot/board/siemens/pxm2/ |
D | board.c | 255 .vsw = 3, 269 .vsw = 6, 286 .vsw = 0,
|
/external/u-boot/drivers/video/ |
D | am335x-fb.h | 54 unsigned int vsw; /* Vertical Sync Pulse Width */ member
|
D | am335x-fb.c | 156 panel->vfp, panel->vfp, panel->vsw, panel->pxl_clk); in am335xfb_init() 218 LCD_VSW(panel->vsw) | in am335xfb_init()
|
D | da8xx-fb.h | 50 int vsw; /* Vertical Sync Pulse Width */ member
|
D | da8xx-fb.c | 694 lcd_cfg_vertical_sync(panel->vbp, panel->vsw, panel->vfp); in lcd_init() 997 da8xx_fb_var.vsync_len = lcd_panel->vsw; in video_hw_init()
|
/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/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/libkmsxx/utils/ |
D | kmsprint.cpp | 38 string v = sformat("%u/%u/%u/%u", m.vdisplay, m.vfp(), m.vsw(), m.vbp()); in format_mode() 55 string v = sformat("%u/%u/%u/%u", m.vdisplay, m.vfp(), m.vsw(), m.vbp()); in format_mode_short()
|
D | kmstest.cpp | 212 unsigned vsw = stoul(sm[11]); in parse_crtc() local 216 output.mode = videomode_from_timings(clock / 1000, hact, hfp, hsw, hbp, vact, vfp, vsw, vbp); in parse_crtc() 709 …string v = sformat("%u/%u/%u/%u/%c", m.vdisplay, m.vfp(), m.vsw(), m.vbp(), sync_to_char(m.vsync()… in videomode_to_string()
|
/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/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
|