Searched refs:g_object_class_install_properties (Results 1 – 25 of 48) sorted by relevance
12
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/va/ |
D | gstvadisplay_drm.c | 181 g_object_class_install_properties (gobject_class, N_PROPERTIES, g_properties); in gst_va_display_drm_class_init()
|
D | gstvadisplay.c | 216 g_object_class_install_properties (gobject_class, N_PROPERTIES, g_properties); in gst_va_display_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/ |
D | gstplayer-g-main-context-signal-dispatcher.c | 134 g_object_class_install_properties (gobject_class, in gst_player_g_main_context_signal_dispatcher_class_init()
|
D | gstplayer-video-overlay-video-renderer.c | 157 g_object_class_install_properties (gobject_class, in gst_player_video_overlay_video_renderer_class_init()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsttracer.c | 88 g_object_class_install_properties (gobject_class, PROP_LAST, properties); in gst_tracer_class_init()
|
D | gstcontrolbinding.c | 111 g_object_class_install_properties (gobject_class, PROP_LAST, properties); in gst_control_binding_class_init()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpstorage.c | 219 g_object_class_install_properties (gobject_class, N_PROPERTIES, in gst_rtp_storage_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst/transcode/ |
D | gst-cpu-throttling-clock.c | 193 g_object_class_install_properties (oclass, PROP_LAST, param_specs); in gst_cpu_throttling_clock_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlssrtpbin.c | 123 g_object_class_install_properties (gobject_class, NUM_PROPERTIES, properties); in gst_dtls_srtp_bin_class_init()
|
D | gstdtlsagent.c | 161 g_object_class_install_properties (gobject_class, NUM_PROPERTIES, properties); in gst_dtls_agent_class_init()
|
D | gstdtlscertificate.c | 108 g_object_class_install_properties (gobject_class, NUM_PROPERTIES, properties); in gst_dtls_certificate_class_init()
|
D | gstdtlssrtpdec.c | 145 g_object_class_install_properties (gobject_class, NUM_PROPERTIES, properties); in gst_dtls_srtp_dec_class_init()
|
D | gstdtlssrtpenc.c | 159 g_object_class_install_properties (gobject_class, NUM_PROPERTIES, properties); in gst_dtls_srtp_enc_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/ |
D | gstplay-video-overlay-video-renderer.c | 157 g_object_class_install_properties (gobject_class, in gst_play_video_overlay_video_renderer_class_init()
|
D | gstplay-signal-adapter.c | 458 g_object_class_install_properties (gobject_class, PROP_LAST, param_specs); in gst_play_signal_adapter_class_init()
|
/third_party/glib/gio/ |
D | gwin32outputstream.c | 273 g_object_class_install_properties (gobject_class, LAST_PROP, props); in g_win32_output_stream_class_init()
|
D | gwin32inputstream.c | 286 g_object_class_install_properties (gobject_class, LAST_PROP, props); in g_win32_input_stream_class_init()
|
D | gemblemedicon.c | 134 g_object_class_install_properties (gobject_class, NUM_PROPERTIES, properties); in g_emblemed_icon_class_init()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/transcoder/ |
D | gsttranscoder-signal-adapter.c | 326 g_object_class_install_properties (gobject_class, PROP_LAST, param_specs); in gst_transcoder_signal_adapter_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/bs2b/ |
D | gstbs2b.c | 223 g_object_class_install_properties (gobject_class, PROP_LAST, properties); in gst_bs2b_class_init()
|
/third_party/glib/gobject/ |
D | gobject.h | 407 void g_object_class_install_properties (GObjectClass *oclass,
|
/third_party/gstreamer/gstreamer/libs/gst/controller/ |
D | gstargbcontrolbinding.c | 132 g_object_class_install_properties (gobject_class, PROP_LAST, properties); in gst_argb_control_binding_class_init()
|
D | gstdirectcontrolbinding.c | 212 g_object_class_install_properties (gobject_class, PROP_LAST, properties); in gst_direct_control_binding_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/kms/ |
D | gstkmsallocator.c | 343 g_object_class_install_properties (gobject_class, PROP_N, g_props); in gst_kms_allocator_class_init()
|
/third_party/glib/gobject/tests/ |
D | properties.c | 191 g_object_class_install_properties (gobject_class, N_PROPERTIES, properties); in test_object_class_init()
|
12