Searched refs:hsync_end (Results 1 – 16 of 16) sorted by relevance
/external/libkmsxx/kms++/inc/kms++/ |
D | videomode.h | 24 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member 35 uint16_t hsw() const { return hsync_end - hsync_start; } in hsw() 36 uint16_t hbp() const { return htotal - hsync_end; } in hbp()
|
/external/drm_hwcomposer/ |
D | drmmode.cpp | 31 h_sync_end_(m->hsync_end), in DrmMode() 47 h_sync_start_ == m.hsync_start && h_sync_end_ == m.hsync_end && in operator ==() 58 m->hsync_end = h_sync_end_; in ToDrmModeModeInfo()
|
/external/libkmsxx/kms++/src/ |
D | helpers.cpp | 21 CPY(hsync_end); in drm_mode_to_video_mode() 52 CPY(hsync_end); in video_mode_to_drm_mode()
|
D | videomode.cpp | 110 m.hsync_end = hact + hfp + hsw; in videomode_from_timings()
|
D | modedb_cea.cpp | 43 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), .htotal = (ht), .hskew = (hsk), \
|
D | modedb_dmt.cpp | 17 ….hdisplay = (hact), .hsync_start = (hact) + (hfp), .hsync_end = (hact) + (hfp) + (hsw), .htotal = …
|
/external/u-boot/drivers/video/tegra124/ |
D | sor.c | 615 u32 vsync_end, hsync_end; in tegra_dc_sor_config_panel() local 646 hsync_end = timing->hsync_len.typ - 1; in tegra_dc_sor_config_panel() 649 hsync_end << NV_HEAD_STATE2_HSYNC_END_SHIFT); in tegra_dc_sor_config_panel() 652 hblank_end = hsync_end + timing->hback_porch.typ; in tegra_dc_sor_config_panel()
|
/external/libkmsxx/py/tests/ |
D | kmsmodeview.py | 215 mode.hsync_end = hse_widget.get_val() 248 hse_widget.set_val(mode.hsync_end)
|
/external/mesa3d/include/drm-uapi/ |
D | drm_mode.h | 181 __u16 hsync_end; member
|
/external/libdrm/include/drm/ |
D | drm_mode.h | 198 __u16 hsync_end; member
|
/external/libdrm/tests/modeprint/ |
D | modeprint.c | 78 printf("\thsync_end : %i\n", mode->hsync_end); in printMode()
|
/external/libkmsxx/py/pykms/ |
D | pykmsbase.cpp | 209 .def_readwrite("hsync_end", &Videomode::hsync_end) in init_pykmsbase()
|
/external/kernel-headers/original/uapi/drm/ |
D | drm_mode.h | 217 __u16 hsync_end; member
|
/external/libdrm/ |
D | xf86drmMode.h | 206 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member
|
/external/libkmsxx/utils/ |
D | kmsprint.cpp | 31 m.hdisplay, m.hsync_start, m.hsync_end, m.htotal, in format_mode()
|
/external/libdrm/tests/modetest/ |
D | modetest.c | 211 mode->hsync_end, in dump_mode()
|