Searched refs:GBaseInitFunc (Results 1 – 25 of 45) sorted by relevance
12
/third_party/glib/tests/gobject/ |
D | testcommon.h | 36 (GBaseInitFunc) base_init, \ 72 (GBaseInitFunc) base_init, \
|
D | defaultiface.c | 122 (GBaseInitFunc) NULL, in test_dynamic_iface_register()
|
D | testgobject.c | 51 (GBaseInitFunc) iface_base_init, /* base_init */ in test_iface_get_type()
|
/third_party/glib/gobject/tests/ |
D | testcommon.h | 36 (GBaseInitFunc) base_init, \ 73 (GBaseInitFunc) base_init, \
|
D | dynamictests.c | 89 (GBaseInitFunc) NULL, in test_module_get_type()
|
/third_party/gstreamer/gstplugins_good/sys/osxaudio/ |
D | gstosxaudioelement.c | 63 (GBaseInitFunc) gst_osx_audio_element_interface_init, in gst_osx_audio_element_get_type()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | colorbalance.c | 65 (GBaseInitFunc) gst_color_balance_base_init, in gst_color_balance_get_type()
|
/third_party/glib/gobject/ |
D | gtypemodule.h | 205 (GBaseInitFunc) NULL, \
|
D | gtype.h | 772 typedef void (*GBaseInitFunc) (gpointer g_class); typedef 1049 GBaseInitFunc base_init;
|
D | gtype.c | 312 GBaseInitFunc vtable_init_base; 326 GBaseInitFunc class_init_base; 340 GBaseInitFunc class_init_base; 2220 GBaseInitFunc class_init_base = (GBaseInitFunc) slist->data; in type_class_init_Wm()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/ |
D | gstrtspextension.c | 55 (GBaseInitFunc) gst_rtsp_extension_iface_init, in gst_rtsp_extension_get_type()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstogmparse.c | 204 (GBaseInitFunc) gst_ogm_audio_parse_base_init, in gst_ogm_audio_parse_get_type() 230 (GBaseInitFunc) gst_ogm_video_parse_base_init, in gst_ogm_video_parse_get_type() 256 (GBaseInitFunc) gst_ogm_text_parse_base_init, in gst_ogm_text_parse_get_type()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstpreset.c | 123 (GBaseInitFunc) gst_preset_test_base_init, /* base_init */ in gst_preset_test_get_type()
|
D | gstprotection.c | 105 (GBaseInitFunc) gst_protection_test_base_init, /* base_init */ in gst_protection_test_get_type()
|
/third_party/gstreamer/gstplugins_bad/ext/ladspa/ |
D | gstladspasink.c | 363 (GBaseInitFunc) gst_ladspa_sink_type_base_init, in ladspa_register_sink_element()
|
D | gstladspafilter.c | 351 (GBaseInitFunc) gst_ladspa_filter_type_base_init, in ladspa_register_filter_element()
|
D | gstladspasource.c | 605 (GBaseInitFunc) gst_ladspa_source_type_base_init, in ladspa_register_source_element()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/interfaces/ |
D | photography.c | 52 (GBaseInitFunc) gst_photography_iface_base_init, /* base_init */ in gst_photography_get_type()
|
/third_party/gstreamer/gstplugins_good/ext/jpeg/ |
D | gstsmokeenc.c | 89 (GBaseInitFunc) gst_smokeenc_base_init, in gst_smokeenc_get_type()
|
/third_party/gstreamer/gstreamer/tests/examples/controller/ |
D | control-sources.c | 162 (GBaseInitFunc) gst_test_obj_base_init, // base_init in gst_test_obj_get_type()
|
/third_party/gstreamer/gstplugins_bad/ext/lv2/ |
D | gstlv2filter.c | 544 (GBaseInitFunc) gst_lv2_filter_base_init, in gst_lv2_filter_register_element()
|
D | gstlv2source.c | 723 (GBaseInitFunc) gst_lv2_source_base_init, in gst_lv2_source_register_element()
|
/third_party/glib/docs/reference/gobject/ |
D | gobject-sections.txt | 73 GBaseInitFunc
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavaudenc.c | 751 (GBaseInitFunc) gst_ffmpegaudenc_base_init, in gst_ffmpegaudenc_register()
|
D | gstavauddec.c | 783 (GBaseInitFunc) gst_ffmpegauddec_base_init, in gst_ffmpegauddec_register()
|
12