Home
last modified time | relevance | path

Searched refs:GParamSpec (Results 1 – 25 of 885) sorted by relevance

12345678910>>...36

/third_party/glib/gobject/
Dgparam.h45 #define G_PARAM_SPEC(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM, GParamSpec))
192 typedef struct _GParamSpec GParamSpec; typedef
248 void (*finalize) (GParamSpec *pspec);
251 void (*value_set_default) (GParamSpec *pspec,
253 gboolean (*value_validate) (GParamSpec *pspec,
255 gint (*values_cmp) (GParamSpec *pspec,
280 GParamSpec* g_param_spec_ref (GParamSpec *pspec);
282 void g_param_spec_unref (GParamSpec *pspec);
284 void g_param_spec_sink (GParamSpec *pspec);
286 GParamSpec* g_param_spec_ref_sink (GParamSpec *pspec);
[all …]
Dgparamspecs.h621 GParamSpec parent_instance;
638 GParamSpec parent_instance;
653 GParamSpec parent_instance;
668 GParamSpec parent_instance;
685 GParamSpec parent_instance;
702 GParamSpec parent_instance;
719 GParamSpec parent_instance;
736 GParamSpec parent_instance;
753 GParamSpec parent_instance;
768 GParamSpec parent_instance;
[all …]
Dgparamspecs.c64 param_char_init (GParamSpec *pspec) in param_char_init()
74 param_char_set_default (GParamSpec *pspec, in param_char_set_default()
81 param_char_validate (GParamSpec *pspec, in param_char_validate()
93 param_uchar_init (GParamSpec *pspec) in param_uchar_init()
103 param_uchar_set_default (GParamSpec *pspec, in param_uchar_set_default()
110 param_uchar_validate (GParamSpec *pspec, in param_uchar_validate()
122 param_boolean_set_default (GParamSpec *pspec, in param_boolean_set_default()
129 param_boolean_validate (GParamSpec *pspec, in param_boolean_validate()
140 param_int_init (GParamSpec *pspec) in param_int_init()
150 param_int_set_default (GParamSpec *pspec, in param_int_set_default()
[all …]
Dgparam.c65 static void g_param_spec_init (GParamSpec *pspec,
67 static void g_param_spec_finalize (GParamSpec *pspec);
94 g_param_spec_get_private (GParamSpec *pspec) in g_param_spec_get_private()
127 sizeof (GParamSpec), in _g_param_type_init()
170 g_param_spec_init (GParamSpec *pspec, in g_param_spec_init()
186 g_param_spec_finalize (GParamSpec *pspec) in g_param_spec_finalize()
212 GParamSpec*
213 g_param_spec_ref (GParamSpec *pspec) in g_param_spec_ref()
229 g_param_spec_unref (GParamSpec *pspec) in g_param_spec_unref()
256 g_param_spec_sink (GParamSpec *pspec) in g_param_spec_sink()
[all …]
Dgobject.h210 GParamSpec *pspec);
224 GParamSpec *pspec);
336 GParamSpec *pspec);
340 GParamSpec *pspec);
346 GParamSpec **pspecs);
349 GParamSpec *pspec);
371 GParamSpec *pspec;
395 GParamSpec *pspec);
397 GParamSpec* g_object_class_find_property (GObjectClass *oclass,
400 GParamSpec**g_object_class_list_properties (GObjectClass *oclass,
[all …]
Dgobject.c204 GParamSpec *pspec);
208 GParamSpec *pspec);
226 GParamSpec **pspecs);
308 GParamSpec *pspecs_mem[16], **pspecs, **free_me = NULL; in g_object_notify_queue_thaw()
330 pspecs = nqueue->n_pspecs > 16 ? free_me = g_new (GParamSpec*, nqueue->n_pspecs) : pspecs_mem; in g_object_notify_queue_thaw()
348 GParamSpec *pspec) in g_object_notify_queue_add()
489 GParamSpec *pspec = node->data; in g_object_base_class_finalize()
568 GParamSpec *pspec) in install_property_internal()
585 validate_pspec_to_install (GParamSpec *pspec) in validate_pspec_to_install()
606 GParamSpec *pspec) in validate_and_install_class_property()
[all …]
Dgobjectnotifyqueue.c39 GParamSpec **pspecs);
102 GParamSpec *pspecs_mem[16], **pspecs, **free_me = NULL; in g_object_notify_queue_thaw()
125 pspecs = nqueue->n_pspecs > 16 ? free_me = g_new (GParamSpec*, nqueue->n_pspecs) : pspecs_mem; in g_object_notify_queue_thaw()
158 GParamSpec *pspec) in g_object_notify_queue_add()
162 GParamSpec *redirect; in g_object_notify_queue_add()
/third_party/gstreamer/gstreamer/gst/
Dgstparamspecs.h111 GParamSpec parent_instance;
126 GParamSpec parent_instance;
128 GParamSpec * element_spec;
135 GParamSpec * gst_param_spec_fraction (const gchar * name,
143 GParamSpec * gst_param_spec_array (const gchar * name,
146 GParamSpec * element_spec,
Dgstparamspecs.c39 _gst_param_fraction_init (GParamSpec * pspec) in _gst_param_fraction_init()
52 _gst_param_fraction_set_default (GParamSpec * pspec, GValue * value) in _gst_param_fraction_set_default()
59 _gst_param_fraction_validate (GParamSpec * pspec, GValue * value) in _gst_param_fraction_validate()
110 _gst_param_fraction_values_cmp (GParamSpec * pspec, const GValue * value1, in _gst_param_fraction_values_cmp()
169 GParamSpec *
175 GParamSpec *pspec; in gst_param_spec_fraction()
210 _gst_param_array_init (GParamSpec * pspec) in _gst_param_array_init()
218 _gst_param_array_finalize (GParamSpec * pspec) in _gst_param_array_finalize()
233 _gst_param_array_validate (GParamSpec * pspec, GValue * value) in _gst_param_array_validate()
240 GParamSpec *element_spec = aspec->element_spec; in _gst_param_array_validate()
[all …]
Dgststreamcollection.c70 const GValue * value, GParamSpec * pspec);
72 GValue * value, GParamSpec * pspec);
75 proxy_stream_notify_cb (GstStream * stream, GParamSpec * pspec,
223 const GValue * value, GParamSpec * pspec) in gst_stream_collection_set_property()
242 GValue * value, GParamSpec * pspec) in gst_stream_collection_get_property()
260 proxy_stream_notify_cb (GstStream * stream, GParamSpec * pspec, in proxy_stream_notify_cb()
Dgsttracer.c55 static GParamSpec *properties[PROP_LAST];
58 const GValue * value, GParamSpec * pspec);
60 GValue * value, GParamSpec * pspec);
101 const GValue * value, GParamSpec * pspec) in gst_tracer_set_property()
117 GValue * value, GParamSpec * pspec) in gst_tracer_get_property()
/third_party/glib/gobject/tests/
Difaceproperties.c107 static GParamSpec *iface_spec1, *iface_spec2, *iface_spec3;
111 static GParamSpec *inherited_spec1, *inherited_spec2, *inherited_spec3, *inherited_spec4;
157 GParamSpec *pspec; in DEFINE_IFACE()
207 GParamSpec *pspec) in base_object_set_property()
237 GParamSpec *pspec) in base_object_get_property()
265 GParamSpec *pspec) in base_object_notify()
330 GParamSpec *pspec) in DEFINE_TYPE_FULL()
354 GParamSpec *pspec) in derived_object_get_property()
395 assert_in_properties (GParamSpec *param_spec, in DEFINE_TYPE()
396 GParamSpec **properties, in DEFINE_TYPE()
[all …]
/third_party/glib/tests/refcount/
Dproperties4.c40 GParamSpec *pspec);
44 GParamSpec *pspec);
47 GParamSpec *pspec);
97 GParamSpec *pspec) in my_badger_get_property()
118 GParamSpec *pspec) in my_badger_set_property()
141 GParamSpec *pspec) in my_badger_mama_notify()
Dproperties2.c43 GParamSpec *pspec);
47 GParamSpec *pspec);
120 GParamSpec *pspec) in my_test_get_property()
141 GParamSpec *pspec) in my_test_set_property()
162 GParamSpec *pspec) in dummy_notify()
/third_party/gstreamer/gstplugins_good/gst/equalizer/
Dgstiirequalizernbands.c93 guint prop_id, const GValue * value, GParamSpec * pspec);
95 guint prop_id, GValue * value, GParamSpec * pspec);
136 const GValue * value, GParamSpec * pspec) in gst_iir_equalizer_nbands_set_property()
152 GValue * value, GParamSpec * pspec) in gst_iir_equalizer_nbands_get_property()
Dgstiirequalizer3bands.c49 guint prop_id, const GValue * value, GParamSpec * pspec);
51 guint prop_id, GValue * value, GParamSpec * pspec);
102 const GValue * value, GParamSpec * pspec) in gst_iir_equalizer_3bands_set_property()
124 GValue * value, GParamSpec * pspec) in gst_iir_equalizer_3bands_get_property()
/third_party/gstreamer/gstplugins_good/gst/autodetect/
Dgstautoaudiosink.c54 const GValue * value, GParamSpec * pspec);
56 GValue * value, GParamSpec * pspec);
112 const GValue * value, GParamSpec * pspec) in gst_auto_audio_sink_set_property()
131 GValue * value, GParamSpec * pspec) in gst_auto_audio_sink_get_property()
Dgstautovideosink.c54 const GValue * value, GParamSpec * pspec);
56 GValue * value, GParamSpec * pspec);
112 const GValue * value, GParamSpec * pspec) in gst_auto_video_sink_set_property()
131 GValue * value, GParamSpec * pspec) in gst_auto_video_sink_get_property()
/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstparamspecs.c43 GParamSpec * pspec);
46 GParamSpec * pspec);
80 GParamSpec * pspec) in gst_dummy_obj_set_property()
91 GParamSpec * pspec) in gst_dummy_obj_get_property()
/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Dgobject10 guint property_id, const GValue * value, GParamSpec * pspec);
12 guint property_id, GValue * value, GParamSpec * pspec);
27 const GValue * value, GParamSpec * pspec)
42 GValue * value, GParamSpec * pspec)
/third_party/glib/gio/
Dgdummytlsbackend.c152 GParamSpec *pspec) in G_DEFINE_TYPE_WITH_CODE()
164 GParamSpec *pspec) in g_dummy_tls_certificate_set_property()
256 GParamSpec *pspec) in G_DEFINE_TYPE_WITH_CODE()
264 GParamSpec *pspec) in g_dummy_tls_connection_set_property()
378 GParamSpec *pspec)
386 GParamSpec *pspec) in g_dummy_dtls_connection_set_property()
469 GParamSpec *pspec) in G_DEFINE_TYPE_WITH_CODE()
481 GParamSpec *pspec) in g_dummy_tls_database_set_property()
/third_party/gstreamer/gstplugins_base/gst/gio/
Dgstgiostreamsink.c90 const GValue * value, GParamSpec * pspec);
92 GValue * value, GParamSpec * pspec);
142 const GValue * value, GParamSpec * pspec) in gst_gio_stream_sink_set_property()
171 GValue * value, GParamSpec * pspec) in gst_gio_stream_sink_get_property()
Dgstgiostreamsrc.c84 const GValue * value, GParamSpec * pspec);
86 GValue * value, GParamSpec * pspec);
136 const GValue * value, GParamSpec * pspec) in gst_gio_stream_src_set_property()
165 GValue * value, GParamSpec * pspec) in gst_gio_stream_src_get_property()
/third_party/gstreamer/gstplugins_good/ext/raw1394/
Dgst1394probe.c76 GParamSpec *spec = NULL;
89 const GParamSpec * pspec)
97 const GParamSpec * pspec)
104 const GParamSpec * pspec)
/third_party/gstreamer/gstplugins_bad/ext/opencv/
Dgstcvdilateerode.cpp83 const GValue * value, GParamSpec * pspec);
85 GValue * value, GParamSpec * pspec);
166 const GValue * value, GParamSpec * pspec) in gst_cv_dilate_erode_set_property()
182 GValue * value, GParamSpec * pspec) in gst_cv_dilate_erode_get_property()

12345678910>>...36