Home
last modified time | relevance | path

Searched refs:displays (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/external/u-boot/arch/arm/mach-imx/
Dvideo.c15 struct display_info_t const *dev = displays+i; in board_video_skip()
23 panel = displays[0].mode.name; in board_video_skip()
29 if (!strcmp(panel, displays[i].mode.name)) in board_video_skip()
35 ret = ipuv3_fb_init(&displays[i].mode, displays[i].di ? 1 : 0, in board_video_skip()
36 displays[i].pixfmt); in board_video_skip()
38 if (displays[i].enable) in board_video_skip()
39 displays[i].enable(displays + i); in board_video_skip()
42 displays[i].mode.name, in board_video_skip()
43 displays[i].mode.xres, in board_video_skip()
44 displays[i].mode.yres); in board_video_skip()
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DDisplayFacade.java46 private void updateDisplays(Display[] displays) { in updateDisplays() argument
51 for(Display d : displays) { in updateDisplays()
59 Display[] displays = mDisplayManager.getDisplays(); in displayGetDisplays() local
60 updateDisplays(displays); in displayGetDisplays()
61 Integer[] results = new Integer[displays.length]; in displayGetDisplays()
62 for(int i = 0; i < displays.length; i++) { in displayGetDisplays()
63 results[i] = displays[i].getDisplayId(); in displayGetDisplays()
/external/webrtc/webrtc/modules/desktop_capture/mac/
Ddesktop_configuration.mm120 InvertRectYOrigin(desktop_config.displays[0].bounds,
125 desktop_config.displays[0].dip_to_pixel_scale;
127 desktop_config.displays[0].pixel_bounds.left() * scaling_factor,
128 desktop_config.displays[0].pixel_bounds.top() * scaling_factor,
129 desktop_config.displays[0].pixel_bounds.right() * scaling_factor,
130 desktop_config.displays[0].pixel_bounds.bottom() * scaling_factor);
135 desktop_config.displays.push_back(display_config);
165 displays == other.displays;
172 for (MacDisplayConfigurations::const_iterator it = displays.begin();
173 it != displays.end(); ++it) {
Dfull_screen_chrome_window_detector.cc64 desktop_config.displays.begin(); in IsWindowFullScreen()
65 it != desktop_config.displays.end(); ++it) { in IsWindowFullScreen()
Ddesktop_configuration.h73 MacDisplayConfigurations displays; member
/external/u-boot/board/congatec/cgtqmx6eval/
Dcgtqmx6eval.c538 static struct display_info_t const displays[] = { variable
588 for (i = 0; i < ARRAY_SIZE(displays); i++) { in board_video_skip()
589 struct display_info_t const *dev = displays + i; in board_video_skip()
597 panel = displays[0].mode.name; in board_video_skip()
602 for (i = 0; i < ARRAY_SIZE(displays); i++) { in board_video_skip()
603 if (!strcmp(panel, displays[i].mode.name)) in board_video_skip()
607 if (i < ARRAY_SIZE(displays)) { in board_video_skip()
608 ret = ipuv3_fb_init(&displays[i].mode, 0, displays[i].pixfmt); in board_video_skip()
610 if (displays[i].enable) in board_video_skip()
611 displays[i].enable(displays + i); in board_video_skip()
[all …]
/external/autotest/server/site_tests/enterprise_CFM_MimoSanity/
Denterprise_CFM_MimoSanity.py68 displays = self.device_collector.get_devices_by_spec(
70 if not displays:
72 if len(displays) != 1:
74 'connected. Found %d' % len(displays))
75 self._mimo = displays[0]
/external/autotest/client/site_tests/display_DisplayContainEdid/
Ddisplay_DisplayContainEdid.py26 displays = display_facade.get_display_info()
28 if len(displays) == 0:
31 edid = displays[0].edid
/external/opencensus-java/contrib/zpages/
DREADME.md57 The /rpcz page displays the canonical gRPC cumulative and interval stats broken down by RPC methods.
64 The /statsz page displays measures and stats for all exported views. Views are grouped into directo…
72 The /tracez page displays information about all active spans and all sampled spans based on latency
79 The /traceconfigz page displays information about the current active tracing configuration and
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiDisplayTests.cpp169 bool getDisplays (DisplayVector& displays);
170 bool getDisplaysForPlane (deUint32 plane, DisplayVector& displays);
173 bool getDisplays2 (DisplayVector& displays);
299 bool DisplayCoverageTestInstance::getDisplays (DisplayVector& displays) in getDisplays() argument
306 displays.clear(); in getDisplays()
341 displays.reserve(countRetrieved); in getDisplays()
351 displays.clear(); in getDisplays()
356 displays.push_back(display); in getDisplays()
371 bool DisplayCoverageTestInstance::getDisplaysForPlane(deUint32 plane, DisplayVector& displays) in getDisplaysForPlane() argument
377 displays.clear(); in getDisplaysForPlane()
[all …]
/external/u-boot/board/engicam/imx6q/
Dimx6q.c114 struct display_info_t const displays[] = { variable
139 size_t display_count = ARRAY_SIZE(displays);
/external/pdfium/testing/resources/pixel/
Dbug_736695_2.evt1 # Open the dropdown to make sure it displays correctly.
/external/curl/docs/cmdline-opts/
Dtrace-time.d5 Prepends a time stamp to each trace or verbose line that curl displays.
Dhead.d8 curl displays the file size and last modification time only.
/external/u-boot/arch/arm/include/asm/mach-imx/
Dvideo.h24 extern struct display_info_t const displays[];
/external/u-boot/board/aristainetos/
Daristainetos.c154 struct display_info_t const displays[] = { variable
203 size_t display_count = ARRAY_SIZE(displays);
/external/u-boot/board/kosagi/novena/
Dvideo.c304 struct display_info_t const displays[] = { variable
353 size_t display_count = ARRAY_SIZE(displays);
/external/u-boot/doc/device-tree-bindings/serial/
Dsandbox-serial.txt3 The sandbox serial device is an emulated device which displays its output
/external/u-boot/board/boundary/nitrogen6x/
DREADME48 U-Boot support for the following displays is configured by
58 or the I2C touch controller of the LVDS and RGB displays in the priority
/external/autotest/client/site_tests/policy_NotificationsAllowedForUrls/
Dcontrol.siteallowed_show18 the page that displays notifications, and DefaultNotificationsSetting=2 (Block
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_mac.mm52 // Standard Mac displays have 72dpi, but we report 96dpi for
470 for (MacDisplayConfigurations::iterator it = desktop_config_.displays.begin();
471 it != desktop_config_.displays.end(); ++it) {
595 for (size_t i = 0; i < desktop_config_.displays.size(); ++i) {
596 const MacDisplayConfiguration& display_config = desktop_config_.displays[i];
664 displays_to_capture = desktop_config_.displays;
667 // Create the window list once for all displays.
673 // Capturing mixed-DPI on one surface is hard, so we only return displays
837 if (desktop_config_.displays.size() > 1) {
/external/iptables/extensions/
Dlibip6t_LOG.t5 # iptables displays the log-level output using the number; not the string
Dlibipt_LOG.t5 # iptables displays the log-level output using the number; not the string
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/
Dtypeunit-header.test10 and displays it.
/external/autotest/client/site_tests/cellular_ServiceName/
Dcontrol.pseudomodem22 The service name is what the UI displays to the user.

12345678910>>...13