/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | stress-videooverlay.c | 53 gint screen_num; in open_display() local 57 screen_num = DefaultScreen (disp); in open_display() 58 disp_width = DisplayWidth (disp, screen_num); in open_display() 59 disp_height = DisplayHeight (disp, screen_num); in open_display()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | gstglwindow_x11.c | 165 window_x11->screen_num = DefaultScreen (window_x11->device); in gst_gl_window_x11_open() 167 DefaultVisual (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open() 169 window_x11->white = XWhitePixel (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open() 170 window_x11->black = XBlackPixel (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open() 176 DisplayWidth (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open() 178 DisplayHeight (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
|
D | gstglwindow_x11.h | 64 gint screen_num; member
|
D | gstglcontext_glx.c | 793 window_x11->screen_num, attribs); in gst_gl_context_glx_choose_format()
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvcontext.c | 666 context->screen_num = DefaultScreen (context->disp); in gst_xvcontext_new() 667 context->visual = DefaultVisual (context->disp, context->screen_num); in gst_xvcontext_new() 669 context->white = XWhitePixel (context->disp, context->screen_num); in gst_xvcontext_new() 670 context->black = XBlackPixel (context->disp, context->screen_num); in gst_xvcontext_new() 673 context->width = DisplayWidth (context->disp, context->screen_num); in gst_xvcontext_new() 674 context->height = DisplayHeight (context->disp, context->screen_num); in gst_xvcontext_new() 675 context->widthmm = DisplayWidthMM (context->disp, context->screen_num); in gst_xvcontext_new() 676 context->heightmm = DisplayHeightMM (context->disp, context->screen_num); in gst_xvcontext_new()
|
D | xvcontext.h | 133 gint screen_num; member
|
/third_party/flutter/skia/third_party/externals/sdl/src/core/linux/ |
D | SDL_ibus.c | 231 char *disp_num, *screen_num; in IBus_GetDBusAddressFilename() local 260 screen_num = SDL_strrchr(display, '.'); in IBus_GetDBusAddressFilename() 270 if (screen_num) { in IBus_GetDBusAddressFilename() 271 *screen_num = 0; in IBus_GetDBusAddressFilename()
|
/third_party/ffmpeg/libavdevice/ |
D | xcbgrab.c | 500 static xcb_screen_t *get_screen(const xcb_setup_t *setup, int screen_num) in get_screen() argument 506 if (!screen_num) { in get_screen() 511 screen_num--; in get_screen() 820 int screen_num, ret; in xcbgrab_read_header() local 832 c->conn = xcb_connect(display_name[0] ? display_name : NULL, &screen_num); in xcbgrab_read_header() 843 c->screen = get_screen(setup, screen_num); in xcbgrab_read_header() 846 screen_num); in xcbgrab_read_header()
|
/third_party/gstreamer/gstplugins_base/sys/ximage/ |
D | ximagesink.h | 96 gint screen_num; member
|
D | ximagesink.c | 891 xcontext->screen_num = DefaultScreen (xcontext->disp); in gst_x_image_sink_xcontext_get() 892 xcontext->visual = DefaultVisual (xcontext->disp, xcontext->screen_num); in gst_x_image_sink_xcontext_get() 894 xcontext->white = XWhitePixel (xcontext->disp, xcontext->screen_num); in gst_x_image_sink_xcontext_get() 895 xcontext->black = XBlackPixel (xcontext->disp, xcontext->screen_num); in gst_x_image_sink_xcontext_get() 898 xcontext->width = DisplayWidth (xcontext->disp, xcontext->screen_num); in gst_x_image_sink_xcontext_get() 899 xcontext->height = DisplayHeight (xcontext->disp, xcontext->screen_num); in gst_x_image_sink_xcontext_get() 900 xcontext->widthmm = DisplayWidthMM (xcontext->disp, xcontext->screen_num); in gst_x_image_sink_xcontext_get() 901 xcontext->heightmm = DisplayHeightMM (xcontext->disp, xcontext->screen_num); in gst_x_image_sink_xcontext_get()
|
/third_party/weston/clients/ |
D | ivi-shell-user-interface.c | 167 int32_t screen_num; member 616 p_wlCtx->hmi_setting->screen_num++; in registry_handle_global() 1270 wlCtx_BackGround = xzalloc(hmi_setting->screen_num * sizeof(struct wlContextStruct)); in main() 1271 wlCtx_Panel= xzalloc(hmi_setting->screen_num * sizeof(struct wlContextStruct)); in main() 1290 for (i = 0; i < hmi_setting->screen_num; i++) { in main()
|
/third_party/weston/ivi-shell/ |
D | hmi-controller.c | 142 int32_t screen_num; member 381 if ((i > 0) && (i < hmi_ctrl->screen_num)) { in mode_fullscreen_someone() 415 layers = MEM_ALLOC(sizeof(*layers) * hmi_ctrl->screen_num); in mode_random_replace() 430 layer_idx = rand() % hmi_ctrl->screen_num; in mode_random_replace() 814 hmi_ctrl->screen_num = wl_list_length(&ec->output_list); in hmi_controller_create()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstglcontext_egl.c | 147 ret = XMatchVisualInfo (window_x11->device, window_x11->screen_num, in gst_gl_context_egl_choose_format()
|