/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/xcb/ |
D | xcb_event_source.c | 36 _compare_xcb_window (GstVulkanWindowXCB * window_xcb, xcb_window_t * window_id) in _compare_xcb_window() argument 41 g_return_val_if_fail (window_id != 0, -1); in _compare_xcb_window() 43 ret = window_xcb->win_id - *window_id; in _compare_xcb_window() 50 xcb_window_t window_id) in _find_window_from_xcb_window() argument 54 if (!window_id) in _find_window_from_xcb_window() 58 &window_id, (GCompareFunc) _compare_xcb_window); in _find_window_from_xcb_window()
|
/third_party/glib/gio/tests/ |
D | dbus-launch.c | 71 long window_id = 0x42424242; in main() local 76 write_all (&window_id, sizeof (window_id)); in main()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstcea708decoder.c | 120 gst_cea708dec_show_pango_window (Cea708Dec * decoder, guint window_id); 122 gst_cea708dec_clear_window_text (Cea708Dec * decoder, guint window_id); 124 gst_cea708dec_scroll_window_up (Cea708Dec * decoder, guint window_id); 125 static void gst_cea708dec_init_window (Cea708Dec * decoder, guint window_id); 134 guint window_id)); 141 gint length, guint window_id); 216 guint window_id; in gst_cea708dec_process_dtvcc_packet() local 254 for (window_id = 0; window_id < 8; window_id++) { in gst_cea708dec_process_dtvcc_packet() 255 window = decoder->cc_windows[window_id]; in gst_cea708dec_process_dtvcc_packet() 256 GST_LOG ("window #%02d deleted:%d visible:%d updated:%d", window_id, in gst_cea708dec_process_dtvcc_packet() [all …]
|
D | gstceaccoverlay.c | 1271 guint window_id; in gst_cea_cc_overlay_create_and_push_buffer() local 1279 for (window_id = 0; window_id < 8; window_id++) { in gst_cea_cc_overlay_create_and_push_buffer() 1280 window = decoder->cc_windows[window_id]; in gst_cea_cc_overlay_create_and_push_buffer()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/ |
D | gstgldisplay_x11.c | 172 _compare_xcb_window (GstGLWindowX11 * window_x11, xcb_window_t * window_id) in _compare_xcb_window() argument 174 return window_x11->internal_win_id - *window_id; in _compare_xcb_window() 179 xcb_window_t window_id) in _find_window_from_xcb_window() argument 184 if (!window_id) in _find_window_from_xcb_window() 187 window = gst_gl_display_retrieve_window (display, &window_id, in _find_window_from_xcb_window()
|
/third_party/gstreamer/gstplugins_bad/sys/dshowvideosink/ |
D | dshowvideosink.cpp | 103 gst_dshowvideosink_set_window_handle (GstVideoOverlay * overlay, guintptr window_id) in gst_dshowvideosink_set_window_handle() argument 107 HWND previous_window = sink->window_id; in gst_dshowvideosink_set_window_handle() 108 HWND videowindow = (HWND)window_id; in gst_dshowvideosink_set_window_handle() 110 if (videowindow == sink->window_id) { in gst_dshowvideosink_set_window_handle() 115 sink->window_id = videowindow; in gst_dshowvideosink_set_window_handle() 134 hres = sink->filter_media_event->SetNotifyWindow ((OAHWND)sink->window_id, WM_GRAPH_NOTIFY, 0); in gst_dshowvideosink_set_window_handle() 135 GST_DEBUG_OBJECT (sink, "SetNotifyWindow(%p) returned %x", sink->window_id, hres); in gst_dshowvideosink_set_window_handle() 253 sink->window_id = NULL; in gst_dshowvideosink_clear() 675 sink->window_id = video_window; in gst_dshowvideosink_window_thread() 742 WNDPROC prevWndProc = (WNDPROC)GetWindowLongPtr (sink->window_id, GWLP_WNDPROC); in gst_dshowvideosink_set_window_for_renderer() [all …]
|
D | dshowvideosink.h | 94 HWND window_id; member
|
/third_party/ffmpeg/libavdevice/ |
D | xcbgrab.c | 63 xcb_window_t window_id; member 86 …{ "window_id", "Window to capture.", OFFSET(window_id), AV_OPT_TYPE_INT, { .i64 = XCB_NONE }, 0, U… 162 xcb_drawable_t drawable = c->window_id; in xcbgrab_frame() 270 xcb_drawable_t drawable = c->window_id; in xcbgrab_frame_shm() 431 pc = xcb_query_pointer(c->conn, c->window_id); in xcbgrab_read_packet() 432 gc = xcb_get_geometry(c->conn, c->window_id); in xcbgrab_read_packet() 445 if (c->window_id != c->screen->root) { in xcbgrab_read_packet() 446 tc = xcb_translate_coordinates(c->conn, c->window_id, c->screen->root, 0, 0); in xcbgrab_read_packet() 590 gc = xcb_get_geometry(c->conn, c->window_id); in create_stream() 593 av_log(s, AV_LOG_ERROR, "Can't find window '0x%x', aborting.\n", c->window_id); in create_stream() [all …]
|
D | xv.c | 46 int64_t window_id; member 148 if (!xv->window_id) { in xv_write_header() 164 xv->window = xv->window_id; in xv_write_header() 306 if (!xv->window_id) { in write_picture() 362 …{ "window_id", "set existing window id", OFFSET(window_id), AV_OPT_TYPE_INT64, {.i64 = 0 },…
|
/third_party/weston/clients/ |
D | simple-egl-hos.c | 607 static void WindowShotError(void *data, struct wms *wms, uint32_t error, uint32_t window_id) in WindowShotError() argument 610 LOG("WindowShotError window_id: %d", window_id); in WindowShotError() 615 uint32_t window_id, int32_t fd, in WindowShotDone() argument 619 LOG("WindowShotDone window_id: %d", window_id); in WindowShotDone() 689 void WindowUpdate(void *data, struct wms *wms, uint32_t update_state, uint32_t window_id, in WindowUpdate() argument 693 LOG("WindowUpdate window_id: %d", window_id); in WindowUpdate() 699 LOG("window %d create. ", window_id); in WindowUpdate() 706 LOG("window %d destroy. ", window_id); in WindowUpdate()
|
D | simple-dmabuf-egl-hos.c | 979 static void WindowShotError(void *data, struct wms *wms, uint32_t error, uint32_t window_id) in WindowShotError() argument 982 LOG("WindowShotError window_id: %d", window_id); in WindowShotError() 987 uint32_t window_id, int32_t fd, in WindowShotDone() argument 991 LOG("WindowShotDone window_id: %d", window_id); in WindowShotDone() 1061 void WindowUpdate(void *data, struct wms *wms, uint32_t update_state, uint32_t window_id, in WindowUpdate() argument 1065 LOG("WindowUpdate window_id: %d", window_id); in WindowUpdate() 1071 LOG("window %d create. ", window_id); in WindowUpdate() 1079 LOG("window %d destroy. ", window_id); in WindowUpdate()
|
/third_party/cef/libcef/browser/extensions/ |
D | extension_function_details.cc | 301 int window_id = extension_misc::kCurrentWindowId; in OpenTab() local 302 if (params.window_id.get()) in OpenTab() 303 window_id = *params.window_id; in OpenTab() 308 GetBrowserForTabIdFirstTime(window_id, error_message); in OpenTab() 416 tab_object->window_id = *tab_object->id; in CreateTabObject()
|
D | extension_function_details.h | 101 std::unique_ptr<int> window_id; member
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11videosink.cpp | 112 guintptr window_id; member 739 if (!self->window_id) in gst_d3d11_video_sink_prepare_window() 742 if (self->window_id) { in gst_d3d11_video_sink_prepare_window() 744 gst_d3d11_window_get_native_type_from_handle (self->window_id); in gst_d3d11_video_sink_prepare_window() 748 self->window_id); in gst_d3d11_video_sink_prepare_window() 750 self->window_id); in gst_d3d11_video_sink_prepare_window() 768 self->window = gst_d3d11_window_win32_new (self->device, self->window_id); in gst_d3d11_video_sink_prepare_window() 774 self->window_id); in gst_d3d11_video_sink_prepare_window() 778 self->window_id); in gst_d3d11_video_sink_prepare_window() 1277 guintptr window_id) in gst_d3d11_video_sink_set_window_handle() argument [all …]
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglimagesink.c | 808 glimage_sink->window_id = 0; in gst_glimage_sink_init() 1052 if (!gl_sink->window_id && !gl_sink->new_window_id) in _ensure_gl_setup() 1057 G_GUINTPTR_FORMAT, gl_sink->window_id, gl_sink->new_window_id); in _ensure_gl_setup() 1059 if (gl_sink->window_id != gl_sink->new_window_id) { in _ensure_gl_setup() 1060 gl_sink->window_id = gl_sink->new_window_id; in _ensure_gl_setup() 1062 gst_gl_window_set_window_handle (window, gl_sink->window_id); in _ensure_gl_setup() 1293 glimage_sink->window_id = 0; in gst_glimage_sink_change_state() 1348 glimage_sink->window_id = 0; in gst_glimage_sink_change_state() 1832 if (glimage_sink->window_id != glimage_sink->new_window_id) { in gst_glimage_sink_prepare() 1835 glimage_sink->window_id = glimage_sink->new_window_id; in gst_glimage_sink_prepare() [all …]
|
D | gstglimagesink.h | 55 guintptr window_id; member
|
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/ |
D | d3dvideosink.c | 65 guintptr window_id); 590 guintptr window_id) in gst_d3dvideosink_set_window_handle() argument 592 d3d_set_window_handle (GST_D3DVIDEOSINK (overlay), window_id, FALSE); in gst_d3dvideosink_set_window_handle()
|
D | d3dhelpers.h | 107 void d3d_set_window_handle(GstD3DVideoSink * sink, guintptr window_id, gboolean internal);
|
D | d3dhelpers.c | 1147 d3d_set_window_handle (GstD3DVideoSink * sink, guintptr window_id, in d3d_set_window_handle() argument 1153 if (sink->d3d.window_handle == (HWND) window_id) { in d3d_set_window_handle() 1154 if (window_id) in d3d_set_window_handle() 1156 "Window HWND already set to: %" G_GUINTPTR_FORMAT, window_id); in d3d_set_window_handle() 1173 if (window_id) { in d3d_set_window_handle() 1174 sink->d3d.window_handle = (HWND) window_id; in d3d_set_window_handle()
|
/third_party/ffmpeg/doc/ |
D | outdevs.texi | 479 @item window_id 481 but uses existing one with provided @var{window_id}. By default 488 Ignored when @var{window_id} is set. 494 Ignored when @var{window_id} is set. 498 specified for the output device. Ignored when @var{window_id} is set.
|
D | indevs.texi | 1567 @item window_id
|
/third_party/gstreamer/gstplugins_bad/tests/examples/directfb/ |
D | gstdfb.c | 388 if (evt.window_id == id1) in main() 390 else if (evt.window_id == id3) in main()
|
/third_party/cef/libcef/browser/extensions/api/tabs/ |
D | tabs_api.cc | 85 AssignOptionalValue(params->create_properties.window_id, options.window_id); in Run()
|
/third_party/ffmpeg/libavcodec/ |
D | pgssubdec.c | 51 int window_id; member 454 ctx->presentation.objects[i].window_id = bytestream_get_byte(&buf); in parse_presentation_segment()
|
/third_party/weston/xwayland/ |
D | window-manager.c | 717 weston_wm_configure_window(struct weston_wm *wm, xcb_window_t window_id, in weston_wm_configure_window() argument 737 xcb_configure_window(wm->conn, window_id, mask, values); in weston_wm_configure_window() 746 fprintf(fp, "XWM: configure window %d:", window_id); in weston_wm_configure_window() 2044 weston_wm_window_set_cursor(struct weston_wm *wm, xcb_window_t window_id, in weston_wm_window_set_cursor() argument 2055 xcb_change_window_attributes (wm->conn, window_id, in weston_wm_window_set_cursor()
|