Home
last modified time | relevance | path

Searched refs:hsync_end (Results 1 – 16 of 16) sorted by relevance

/external/libkmsxx/kms++/inc/kms++/
Dvideomode.h24 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/
Ddrmmode.cpp31 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/
Dhelpers.cpp21 CPY(hsync_end); in drm_mode_to_video_mode()
52 CPY(hsync_end); in video_mode_to_drm_mode()
Dvideomode.cpp110 m.hsync_end = hact + hfp + hsw; in videomode_from_timings()
Dmodedb_cea.cpp43 .hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), .htotal = (ht), .hskew = (hsk), \
Dmodedb_dmt.cpp17 ….hdisplay = (hact), .hsync_start = (hact) + (hfp), .hsync_end = (hact) + (hfp) + (hsw), .htotal = …
/external/u-boot/drivers/video/tegra124/
Dsor.c615 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/
Dkmsmodeview.py215 mode.hsync_end = hse_widget.get_val()
248 hse_widget.set_val(mode.hsync_end)
/external/mesa3d/include/drm-uapi/
Ddrm_mode.h181 __u16 hsync_end; member
/external/libdrm/include/drm/
Ddrm_mode.h198 __u16 hsync_end; member
/external/libdrm/tests/modeprint/
Dmodeprint.c78 printf("\thsync_end : %i\n", mode->hsync_end); in printMode()
/external/libkmsxx/py/pykms/
Dpykmsbase.cpp209 .def_readwrite("hsync_end", &Videomode::hsync_end) in init_pykmsbase()
/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h217 __u16 hsync_end; member
/external/libdrm/
Dxf86drmMode.h206 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member
/external/libkmsxx/utils/
Dkmsprint.cpp31 m.hdisplay, m.hsync_start, m.hsync_end, m.htotal, in format_mode()
/external/libdrm/tests/modetest/
Dmodetest.c211 mode->hsync_end, in dump_mode()