Home
last modified time | relevance | path

Searched refs:g_io_channel_win32_new_messages (Results 1 – 15 of 15) sorted by relevance

/third_party/glib/glib/
Dgiochannel.h363 GIOChannel *g_io_channel_win32_new_messages (gsize hwnd);
366 GIOChannel *g_io_channel_win32_new_messages (guint hwnd);
Dgiowin32.c1972 g_io_channel_win32_new_messages (gsize hwnd) in g_io_channel_win32_new_messages() function
1974 g_io_channel_win32_new_messages (guint hwnd) in g_io_channel_win32_new_messages()
/third_party/gstreamer/gstplugins_base/tests/examples/overlay/
Dwin32-videooverlay-playbin.c194 msg_io_channel = g_io_channel_win32_new_messages (0); in main()
Dwin32-videooverlay.c535 msg_io_channel = g_io_channel_win32_new_messages (0); in main()
/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/
Dd3d11videosink.c281 msg_io_channel = g_io_channel_win32_new_messages (0); in main()
Dd3d11videosink-shared-texture-d3d9ex.cpp354 msg_io_channel = g_io_channel_win32_new_messages ((gsize) hwnd); in main()
Dd3d11videosink-shared-texture.cpp374 msg_io_channel = g_io_channel_win32_new_messages ((gsize) hwnd); in main()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstwin32devicewatcher.cpp239 msg_io_channel = g_io_channel_win32_new_messages ((gsize) hwnd); in gst_win32_device_watcher_thread_func()
/third_party/glib/tests/
Dgio-test.c299 windows_messages_channel = g_io_channel_win32_new_messages ((guint)hwnd); in main()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/win32/
Dgstvkwindow_win32.c165 priv->msg_io_channel = g_io_channel_win32_new_messages (0); in gst_vulkan_window_win32_open()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/
Dgstglwindow_win32.c134 window_win32->priv->msg_io_channel = g_io_channel_win32_new_messages (0); in gst_gl_window_win32_open()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11window_win32.cpp354 g_io_channel_win32_new_messages ((guintptr) self->internal_hwnd); in gst_d3d11_window_win32_thread_func()
/third_party/gstreamer/gstplugins_bad/sys/asio/
Dgstasioobject.cpp762 msg_io_channel = g_io_channel_win32_new_messages ((guintptr) hwnd); in gst_asio_object_thread_func()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1234 g_io_channel_win32_new_messages
/third_party/gstreamer/gstplugins_base/
DChangeLog17480 gl/win32: Use g_io_channel_win32_new_messages() instead of our custom GSource