/external/autotest/client/cros/chameleon/ |
D | mirror_comparison.py | 14 """A class to compare the resolutions and screens for mirrored mode. 29 # The frame buffers of screens should be perfectly matched. 36 """Compares the resolutions and screens on all CrOS screens. 41 Then it checks all the resolutions identical and also all the screens 51 logging.info('Checking the resolutions of all screens identical...') 54 # TODO(waihong): Support multiple external screens. 63 logging.info('Resolutions across all CrOS screens match: %dx%d', 66 logging.info('Checking all the screens mirrored...')
|
D | screen_comparison.py | 21 """A class to compare two screens. 43 screens have different resolutions. 56 """Compares the screens.
|
/external/webrtc/modules/desktop_capture/win/ |
D | screen_capture_utils_unittest.cc | 22 DesktopCapturer::SourceList screens; in TEST() local 25 ASSERT_TRUE(GetScreenList(&screens)); in TEST() 26 screens.clear(); in TEST() 27 ASSERT_TRUE(GetScreenList(&screens, &device_names)); in TEST() 29 ASSERT_EQ(screens.size(), device_names.size()); in TEST()
|
D | screen_capturer_win_directx.cc | 51 DesktopCapturer::SourceList* screens) { in GetScreenListFromDeviceNames() argument 52 RTC_DCHECK(screens->empty()); in GetScreenListFromDeviceNames() 72 screens->push_back({max_screen_id}); in GetScreenListFromDeviceNames() 74 screens->push_back({gdi_screens[it - gdi_names.begin()]}); in GetScreenListFromDeviceNames() 85 DesktopCapturer::SourceList screens; in GetIndexFromScreenId() local 86 if (!GetScreenListFromDeviceNames(device_names, &screens)) { in GetIndexFromScreenId() 90 RTC_DCHECK_EQ(device_names.size(), screens.size()); in GetIndexFromScreenId() 92 for (size_t i = 0; i < screens.size(); i++) { in GetIndexFromScreenId() 93 if (screens[i].id == id) { in GetIndexFromScreenId()
|
D | screen_capturer_win_directx_unittest.cc | 29 DesktopCapturer::SourceList screens; in TEST() local 31 device_names, &screens)); in TEST() 32 ASSERT_EQ(device_names.size(), screens.size()); in TEST() 34 for (size_t i = 0; i < screens.size(); i++) { in TEST() 35 ASSERT_EQ(ScreenCapturerWinDirectx::GetIndexFromScreenId(screens[i].id, in TEST()
|
D | screen_capture_utils.h | 22 // Output the list of active screens into |screens|. Returns true if succeeded, 26 // |screens|[i] and |device_names|[i] indicate the same monitor on the system. 27 bool GetScreenList(DesktopCapturer::SourceList* screens,
|
D | screen_capturer_win_directx.h | 58 // |screens|->size(), meanwhile |device_names|[i] and |screens|[i] indicate 63 DesktopCapturer::SourceList* screens);
|
D | screen_capture_utils.cc | 25 bool GetScreenList(DesktopCapturer::SourceList* screens, in GetScreenList() argument 27 RTC_DCHECK_EQ(screens->size(), 0U); in GetScreenList() 46 screens->push_back({device_index, std::string()}); in GetScreenList()
|
D | dxgi_duplicator_controller.h | 107 // Returns the count of screens on the system. These screens can be retrieved 112 // Returns the device names of all screens on the system in utf8 encoding. 113 // These screens can be retrieved by an integer in the range of
|
/external/exoplayer/tree/demos/main/src/main/assets/ |
D | media.exolist.json | 394 "name": "Android screens (MKV)", 395 …"uri": "https://storage.googleapis.com/exoplayer-test-media-1/mkv/android-screens-lavf-56.36.100-a… 398 "name": "Screens 360p video (WebM,VP9)", 399 …"uri": "https://storage.googleapis.com/exoplayer-test-media-1/gen-3/screens/dash-vod-single-segmen… 402 "name": "Screens 480p video (FMP4,H264)", 403 …"uri": "https://storage.googleapis.com/exoplayer-test-media-1/gen-3/screens/dash-vod-single-segmen… 406 "name": "Screens 1080p video (FMP4,H264)", 407 …"uri": "https://storage.googleapis.com/exoplayer-test-media-1/gen-3/screens/dash-vod-single-segmen… 410 "name": "Screens audio (FMP4)", 411 …"uri": "https://storage.googleapis.com/exoplayer-test-media-1/gen-3/screens/dash-vod-single-segmen… [all …]
|
/external/mesa3d/src/glx/tests/ |
D | clientinfo_unittest.cpp | 52 this->screens = new glx_screen *[dpy->nscreens]; in fake_glx_display() 53 memset(this->screens, 0, sizeof(struct glx_screen *) * dpy->nscreens); in fake_glx_display() 59 if (this->screens[i] != NULL) in ~fake_glx_display() 60 delete this->screens[i]; in ~fake_glx_display() 63 delete [] this->screens; in ~fake_glx_display() 94 if (this->screens[i] != NULL) in init_screen() 95 delete this->screens[i]; in init_screen() 97 this->screens[i] = new fake_glx_screen(this, i, ext); in init_screen() 243 if (this->glx_dpy->screens != NULL) { in destroy_display() 245 delete [] this->glx_dpy->screens[i]->serverGLXexts; in destroy_display() [all …]
|
/external/libdrm/tests/kms/ |
D | libkms-test-device.c | 64 device->screens = calloc(res->count_connectors, sizeof(screen)); in kms_device_probe_screens() 65 if (!device->screens) in kms_device_probe_screens() 92 device->screens[i] = screen; in kms_device_probe_screens() 191 kms_screen_free(device->screens[i]); in kms_device_close() 193 free(device->screens); in kms_device_close()
|
D | kms-universal-planes.c | 192 printf("Screens: %u\n", device->num_screens); in main() 195 struct kms_screen *screen = device->screens[i]; in main() 261 x = (device->screens[0]->width - cursor->width) / 2; in main() 262 y = (device->screens[0]->height - cursor->height) / 2; in main() 317 x = (device->screens[0]->width - root->width) / 2; in main() 318 y = (device->screens[0]->height - root->height) / 2; in main()
|
/external/autotest/server/site_tests/firmware_FwScreenCloseLid/ |
D | control | 9 PURPOSE = "Servo based lid close triggered shutdown during firmware screens." 22 firmware screens (developer, remove, insert, yuck, to_norm screens),
|
D | firmware_FwScreenCloseLid.py | 14 Servo based lid close triggered shutdown test during firmware screens. 18 firmware screens (developer, remove, insert, yuck, to_norm screens), 86 "screens.")
|
/external/autotest/server/site_tests/firmware_FwScreenPressPower/ |
D | control | 9 PURPOSE = "Servo based power button triggered shutdown during firmware screens." 22 firmware screens (developer, remove, insert, yuck, and to_norm screens),
|
D | firmware_FwScreenPressPower.py | 14 Servo based power button triggered shutdown test during firmware screens. 18 firmware screens (developer, remove, insert, yuck, and to_norm screens), 78 "screens.")
|
/external/webrtc/modules/desktop_capture/mac/ |
D | desktop_configuration.mm | 108 NSArray* screens = [NSScreen screens]; 109 assert(screens); 113 for (NSUInteger i = 0; i < [screens count]; ++i) { 115 GetConfigurationForScreen([screens objectAtIndex: i]);
|
/external/python/google-api-python-client/docs/dyn/ |
D | toolresults_v1beta3.projects.histories.executions.clusters.html | 112 "screens": [ # Full list of screens. 129 …nes how similar they are. Screenshots are placed in the cluster that has screens which have the hi… 154 "screens": [ # Full list of screens.
|
/external/mesa3d/src/glx/ |
D | glxext.c | 214 GLint i, screens; in FreeScreenConfigs() local 217 screens = ScreenCount(priv->dpy); in FreeScreenConfigs() 218 for (i = 0; i < screens; i++) { in FreeScreenConfigs() 219 psc = priv->screens[i]; in FreeScreenConfigs() 234 free((char *) priv->screens); in FreeScreenConfigs() 235 priv->screens = NULL; in FreeScreenConfigs() 795 GLint i, screens; in AllocAndFetchScreenConfigs() local 800 screens = ScreenCount(dpy); in AllocAndFetchScreenConfigs() 801 priv->screens = calloc(screens, sizeof *priv->screens); in AllocAndFetchScreenConfigs() 802 if (!priv->screens) in AllocAndFetchScreenConfigs() [all …]
|
/external/autotest/server/site_tests/firmware_Bmpblk/ |
D | control | 7 PURPOSE = "Check that the firmware screens have been correctly configured" 8 CRITERIA = "This test will fail if firmware screens have not been explicitly scaled for this device"
|
/external/webrtc/modules/desktop_capture/ |
D | desktop_capturer.h | 108 // For DesktopCapturer implementations to capture screens, this function 134 // Creates a DesktopCapturer instance which targets to capture screens. 152 // capture screens.
|
/external/setupcompat/partnerconfig/java/com/google/android/setupcompat/partnerconfig/ |
D | PartnerConfigKey.java | 394 // The animation for S+ devices used in those screens waiting for non of below type. 397 // The animation for S+ devices used in those screens which is processing account info or related 402 // The animation for S+ devices used in those screens which is processing data connection. 406 // The animation for S+ devices used in those screens which is updating devices. 410 // The animation for S+ devices used in those screens which is updating devices.
|
/external/mesa3d/docs/_extra/specs/OLD/ |
D | EGL_MESA_screen_surface.txt | 265 EGLBoolean eglGetScreensMESA(EGLDisplay dpy, EGLScreenMESA *screens, 388 EGLBoolean eglGetScreensMESA(EGLDisplay dpy, EGLScreenMESA *screens, 392 <screens_size> is the maximum number of screens to return in the 393 <screens> array. <num_screens> will return the number of screen handles 394 placed in the array, even if <screens> is NULL. 396 The number of screens and the availability of each may change over
|
/external/webrtc/modules/desktop_capture/linux/ |
D | window_list_utils.h | 28 // native APIs failed. If multiple screens are attached to the |display|, this 29 // function returns false only when native APIs failed on all screens. Menus,
|