/external/libkmsxx/py/tests/ |
D | big_fb.py | 53 mode.hdisplay, mode.vdisplay)) 55 fbX = sum(mode.hdisplay for mode in mode_list) 86 'SRC_W': mode.hdisplay << 16, 90 'CRTC_W': mode.hdisplay, 96 screen_offset += mode.hdisplay 184 'SRC_W': mode.hdisplay << 16, 188 'CRTC_W': mode.hdisplay, 192 screen_offset += mode.hdisplay 216 'SRC_W': mode.hdisplay << 16, 220 'CRTC_W': mode.hdisplay, [all …]
|
D | test.py | 30 origfb = pykms.OmapFramebuffer(card, mode.hdisplay, mode.vdisplay, "XR24"); 32 origfb = pykms.DumbFramebuffer(card, mode.hdisplay, mode.vdisplay, "XR24"); 55 "SRC_W": mode.hdisplay << 16, 59 "CRTC_W": mode.hdisplay,
|
D | scale.py | 17 fb0 = pykms.DumbFramebuffer(card, mode.hdisplay, mode.vdisplay, "AR24"); 43 if (Winc == 1 and W >= mode.hdisplay - X): 53 if (Xinc == 1 and X >= mode.hdisplay - W):
|
D | modeset_event.py | 41 fb = pykms.DumbFramebuffer(card, mode.hdisplay, mode.vdisplay, format); 58 "SRC_W": mode.hdisplay << 16, 62 "CRTC_W": mode.hdisplay,
|
D | db.py | 15 self.fb1 = pykms.DumbFramebuffer(card, mode.hdisplay, mode.vdisplay, "XR24"); 16 self.fb2 = pykms.DumbFramebuffer(card, mode.hdisplay, mode.vdisplay, "XR24");
|
D | functest.py | 12 fb = pykms.DumbFramebuffer(card, mode.hdisplay, mode.vdisplay, "XR24");
|
D | kmsmodeview.py | 213 mode.hdisplay = hdisp2_widget.get_val() 239 fb = pykms.DumbFramebuffer(card, mode.hdisplay, mode.vdisplay, "XR24"); 246 hdisp2_widget.set_val(mode.hdisplay)
|
D | gamma.py | 15 fb = pykms.DumbFramebuffer(card, mode.hdisplay, mode.vdisplay, "XR24");
|
D | alpha-test.py | 25 w = mode.hdisplay
|
D | ctm_test.py | 36 fb = pykms.DumbFramebuffer(card, mode.hdisplay, mode.vdisplay, "XR24");
|
D | plane_csc.py | 16 fb = pykms.DumbFramebuffer(card, mode.hdisplay, mode.vdisplay, "UYVY");
|
/external/drm_hwcomposer/ |
D | drmmode.cpp | 29 h_display_(m->hdisplay), in DrmMode() 46 return clock_ == m.clock && h_display_ == m.hdisplay && in operator ==() 56 m->hdisplay = h_display_; in ToDrmModeModeInfo()
|
/external/libdrm/tests/planetest/ |
D | modeset.c | 177 if ((w + x) > crtc->crtc->mode.hdisplay) in set_sp_plane() 178 w = crtc->crtc->mode.hdisplay - x; in set_sp_plane() 201 if ((w + x) > crtc->crtc->mode.hdisplay) in set_sp_plane_pset() 202 w = crtc->crtc->mode.hdisplay - x; in set_sp_plane_pset()
|
/external/libkmsxx/kms++/src/ |
D | modedb.cpp | 17 if (m.hdisplay != width || m.vdisplay != height) in find_from_table() 34 if (m.hdisplay != width || m.vdisplay != height) in find_from_table()
|
D | helpers.cpp | 19 CPY(hdisplay); in drm_mode_to_video_mode() 50 CPY(hdisplay); in video_mode_to_drm_mode()
|
D | videomode.cpp | 94 ss << hdisplay << "x" << vdisplay; in to_string() 108 m.hdisplay = hact; in videomode_from_timings()
|
D | connector.cpp | 160 if (m.hdisplay != xres || m.vdisplay != yres) in get_mode() 177 if (m.hdisplay != xres || m.vdisplay != yres) in get_mode()
|
/external/libkmsxx/utils/ |
D | wbcap.cpp | 30 m_capdev.set_format(pixfmt, m.hdisplay, m.vdisplay / (m.interlace() ? 2 : 1)); in WBStreamer() 105 req.add(m_plane, "CRTC_W", min((uint32_t)m_crtc->mode().hdisplay, fb->width())); in WBFlipState() 221 { "CRTC_W", min((uint32_t)m_crtc->mode().hdisplay, fb->width()) }, in queue_next() 337 uint32_t src_width = src_mode.hdisplay; in main() 340 uint32_t dst_width = src_mode.hdisplay; in main()
|
D | kmsprint.cpp | 31 m.hdisplay, m.hsync_start, m.hsync_end, m.htotal, in format_mode() 37 string h = sformat("%u/%u/%u/%u", m.hdisplay, m.hfp(), m.hsw(), m.hbp()); in format_mode() 54 string h = sformat("%u/%u/%u/%u", m.hdisplay, m.hfp(), m.hsw(), m.hbp()); in format_mode_short()
|
D | kmstest.cpp | 108 ret->w = output->mode.hdisplay; in add_default_planeinfo() 282 pinfo.x = output.mode.hdisplay / 2 - pinfo.w / 2; in parse_plane() 330 w = output->mode.hdisplay; in parse_fb() 664 o.legacy_fbs = get_default_fb(card, o.mode.hdisplay, o.mode.vdisplay); in setups_to_outputs() 691 string h = sformat("%u/%u/%u/%u", m.hdisplay, m.hfp(), m.hsw(), m.hbp()); in videomode_to_string()
|
/external/libkmsxx/kms++/inc/kms++/ |
D | videomode.h | 24 uint16_t hdisplay, hsync_start, hsync_end, htotal, hskew; member 34 uint16_t hfp() const { return hsync_start - hdisplay; } in hfp()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/ |
D | PVRShellOS.cpp | 555 …if ((modes[i]->hdisplay == shell.m_pShellData->nShellDimX) && (modes[i]->vdisplay == shell.m_pShel… in OpenX11Window() 574 edimx = modes[chosenMode]->hdisplay; in OpenX11Window() 696 tmpmi.hdisplay = m_OriginalMode.hdisplay; in CloseX11Window()
|
/external/libdrm/tests/kms/ |
D | libkms-test-screen.c | 46 screen->width = screen->mode.hdisplay; in kms_screen_probe()
|
/external/libdrm/tests/modeprint/ |
D | modeprint.c | 76 printf("\thdisplay : %i\n", mode->hdisplay); in printMode() 90 mode->hdisplay, mode->vdisplay, mode->vrefresh); in printMode()
|
/external/libkmsxx/py/pykms/ |
D | pykmsbase.cpp | 207 .def_readwrite("hdisplay", &Videomode::hdisplay) in init_pykmsbase() 222 ….def("__repr__", [](const Videomode& vm) { return "<pykms.Videomode " + to_string(vm.hdisplay) + "… in init_pykmsbase()
|