/external/tensorflow/tensorflow/contrib/image/kernels/ |
D | adjust_hsv_in_yiq_op.h | 56 float vsw = scale_v * scale_s * std::sin(delta_h); in compute_tranformation_matrix() local 60 0, vsu, -vsw, in compute_tranformation_matrix() 61 0, vsw, vsu; in compute_tranformation_matrix()
|
/external/libkmsxx/kms++/src/ |
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)…
|
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()
|
/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/siemens/rut/ |
D | board.c | 234 .vsw = 50, 248 .vsw = 50, 262 .vsw = 50,
|
/external/u-boot/board/siemens/pxm2/ |
D | board.c | 254 .vsw = 3, 268 .vsw = 6, 285 .vsw = 0,
|
/external/u-boot/board/BuR/common/ |
D | common.c | 139 pnltmp.vsw = FDTPROP(PATHTIM, "vsync-len"); in load_lcdtiming() 191 pnltmp.vsw = env_get_ulong("ds1_vsw", 10, ~0UL); in load_lcdtiming() 207 ~0UL == (pnltmp.vsw) || in load_lcdtiming() 230 pnltmp.vfp, pnltmp.vbp, pnltmp.vsw, in load_lcdtiming()
|
/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/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/u-boot/board/davinci/ea20/ |
D | ea20.c | 41 .vsw = 3,
|
/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() 692 string v = sformat("%u/%u/%u/%u", m.vdisplay, m.vfp(), m.vsw(), m.vbp()); in videomode_to_string()
|
/external/adhd/cras/src/common/ |
D | edid_utils.c | 242 int vsw = (base[DTD_VSX_LO] & 0xf) + in show_edid_dtd() local 266 vres+vso, vres+vso+vsw, vres+vbl); in show_edid_dtd()
|
/external/python/cpython3/Lib/test/ |
D | mime.types | 895 application/vnd.visio vsd vst vsw vss
|