/third_party/glib/gobject/tests/ |
D | type.c | 17 GTypeInterface g_iface; member 30 GTypeInterface g_iface; member 44 GTypeInterface g_iface; member 57 GTypeInterface g_iface; member 71 GTypeInterface g_iface; member 84 GTypeInterface g_iface; member 128 GTypeInterface g_iface; member 174 gpointer g_iface) in check_func() argument
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglsinkbin.c | 43 static void gst_gl_sink_bin_video_overlay_init (gpointer g_iface, 45 static void gst_gl_sink_bin_navigation_interface_init (gpointer g_iface, 47 static void gst_gl_sink_bin_color_balance_init (gpointer g_iface, 467 gst_gl_sink_bin_navigation_interface_init (gpointer g_iface, in gst_gl_sink_bin_navigation_interface_init() argument 470 GstNavigationInterface *iface = (GstNavigationInterface *) g_iface; in gst_gl_sink_bin_navigation_interface_init() 543 gst_gl_sink_bin_video_overlay_init (gpointer g_iface, gpointer g_iface_data) in gst_gl_sink_bin_video_overlay_init() argument 545 GstVideoOverlayInterface *iface = (GstVideoOverlayInterface *) g_iface; in gst_gl_sink_bin_video_overlay_init() 628 gst_gl_sink_bin_color_balance_init (gpointer g_iface, gpointer g_iface_data) in gst_gl_sink_bin_color_balance_init() argument 630 GstColorBalanceInterface *iface = (GstColorBalanceInterface *) g_iface; in gst_gl_sink_bin_color_balance_init()
|
D | gstglmosaic.c | 58 static void gst_gl_mosaic_child_proxy_init (gpointer g_iface, 450 gst_gl_mosaic_child_proxy_init (gpointer g_iface, gpointer iface_data) in gst_gl_mosaic_child_proxy_init() argument 452 GstChildProxyInterface *iface = g_iface; in gst_gl_mosaic_child_proxy_init()
|
/third_party/gstreamer/gstplugins_good/gst/udp/ |
D | gstudpsink.c | 61 static void gst_udpsink_uri_handler_init (gpointer g_iface, 251 gst_udpsink_uri_handler_init (gpointer g_iface, gpointer iface_data) in gst_udpsink_uri_handler_init() argument 253 GstURIHandlerInterface *iface = (GstURIHandlerInterface *) g_iface; in gst_udpsink_uri_handler_init()
|
/third_party/gstreamer/gstplugins_bad/gst/sdp/ |
D | gstsdpsrc.c | 43 static void gst_sdp_src_handler_init (gpointer g_iface, gpointer iface_data); 324 gst_sdp_src_handler_init (gpointer g_iface, gpointer iface_data) in gst_sdp_src_handler_init() argument 326 GstURIHandlerInterface *iface = (GstURIHandlerInterface *) g_iface; in gst_sdp_src_handler_init()
|
/third_party/gstreamer/gstplugins_good/sys/osxaudio/ |
D | gstosxaudiosrc.c | 101 static void gst_osx_audio_src_osxelement_init (gpointer g_iface, 392 gst_osx_audio_src_osxelement_init (gpointer g_iface, gpointer iface_data) in gst_osx_audio_src_osxelement_init() argument 394 GstOsxAudioElementInterface *iface = (GstOsxAudioElementInterface *) g_iface; in gst_osx_audio_src_osxelement_init()
|
/third_party/gstreamer/gstplugins_bad/ext/srt/ |
D | gstsrtsrc.c | 70 static void gst_srt_src_uri_handler_init (gpointer g_iface, 353 gst_srt_src_uri_handler_init (gpointer g_iface, gpointer iface_data) in gst_srt_src_uri_handler_init() argument 355 GstURIHandlerInterface *iface = (GstURIHandlerInterface *) g_iface; in gst_srt_src_uri_handler_init()
|
D | gstsrtsink.c | 66 static void gst_srt_sink_uri_handler_init (gpointer g_iface, 384 gst_srt_sink_uri_handler_init (gpointer g_iface, gpointer iface_data) in gst_srt_sink_uri_handler_init() argument 386 GstURIHandlerInterface *iface = (GstURIHandlerInterface *) g_iface; in gst_srt_sink_uri_handler_init()
|
/third_party/glib/gio/ |
D | gfiledescriptorbased.h | 50 GTypeInterface g_iface; member
|
D | gtlsfiledatabase.h | 42 GTypeInterface g_iface; member
|
D | gdtlsserverconnection.h | 56 GTypeInterface g_iface; member
|
D | gtlsserverconnection.h | 55 GTypeInterface g_iface; member
|
D | gmemorymonitor.h | 50 GTypeInterface g_iface; member
|
D | gsocketconnectable.h | 55 GTypeInterface g_iface; member
|
D | glistmodel.h | 40 GTypeInterface g_iface; member
|
D | gdtlsclientconnection.h | 48 GTypeInterface g_iface; member
|
D | gasyncresult.h | 57 GTypeInterface g_iface; member
|
D | gremoteactiongroup.h | 45 GTypeInterface g_iface; member
|
D | gconverter.h | 60 GTypeInterface g_iface; member
|
D | gpollableinputstream.h | 68 GTypeInterface g_iface; member
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | gstpushfilesrc.c | 80 static void gst_push_file_src_uri_handler_init (gpointer g_iface, 413 gst_push_file_src_uri_handler_init (gpointer g_iface, gpointer iface_data) in gst_push_file_src_uri_handler_init() argument 415 GstURIHandlerInterface *iface = (GstURIHandlerInterface *) g_iface; in gst_push_file_src_uri_handler_init()
|
/third_party/gstreamer/gstplugins_bad/ext/bs2b/ |
D | gstbs2b.c | 100 static void gst_preset_interface_init (gpointer g_iface, gpointer iface_data); 178 gst_preset_interface_init (gpointer g_iface, gpointer iface_data) in gst_preset_interface_init() argument 180 GstPresetInterface *iface = g_iface; in gst_preset_interface_init()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsttocsetter.h | 50 GTypeInterface g_iface; member
|
/third_party/glib/gobject/ |
D | gtype.h | 624 #define G_TYPE_FROM_INTERFACE(g_iface) (((GTypeInterface*) (g_iface))->g_t… argument 726 gpointer g_type_interface_peek_parent (gpointer g_iface); 733 void g_type_default_interface_unref (gpointer g_iface); 934 typedef void (*GInterfaceInitFunc) (gpointer g_iface, 945 typedef void (*GInterfaceFinalizeFunc) (gpointer g_iface, 980 gpointer g_iface);
|
/third_party/gstreamer/gstplugins_base/gst/gio/ |
D | gstgio.c | 202 gst_gio_uri_handler_init (gpointer g_iface, gpointer iface_data) in gst_gio_uri_handler_init() argument 204 GstURIHandlerInterface *iface = (GstURIHandlerInterface *) g_iface; in gst_gio_uri_handler_init()
|