/third_party/glib/gobject/ |
D | gparamspecs.c | 64 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 …]
|
D | gparamspecs.h | 48 #define G_IS_PARAM_SPEC_CHAR(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_CHAR)) argument 55 #define G_PARAM_SPEC_CHAR(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_CHAR,… argument 71 #define G_IS_PARAM_SPEC_UCHAR(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_UCHAR… argument 78 #define G_PARAM_SPEC_UCHAR(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_UCHAR… argument 94 #define G_IS_PARAM_SPEC_BOOLEAN(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_BOOLE… argument 101 #define G_PARAM_SPEC_BOOLEAN(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_BOOLE… argument 117 #define G_IS_PARAM_SPEC_INT(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_INT)) argument 124 #define G_PARAM_SPEC_INT(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_INT, … argument 140 #define G_IS_PARAM_SPEC_UINT(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), G_TYPE_PARAM_UINT)) argument 147 #define G_PARAM_SPEC_UINT(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM_UINT,… argument [all …]
|
D | gparam.c | 58 #define PSPEC_APPLIES_TO_VALUE(pspec, value) (G_TYPE_CHECK_VALUE_TYPE ((value), G_PARAM_SPEC_VALUE_… argument 94 g_param_spec_get_private (GParamSpec *pspec) in g_param_spec_get_private() 170 g_param_spec_init (GParamSpec *pspec, in g_param_spec_init() 186 g_param_spec_finalize (GParamSpec *pspec) in g_param_spec_finalize() 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() 276 g_param_spec_ref_sink (GParamSpec *pspec) in g_param_spec_ref_sink() 300 g_param_spec_get_name (GParamSpec *pspec) in g_param_spec_get_name() 316 g_param_spec_get_nick (GParamSpec *pspec) in g_param_spec_get_nick() [all …]
|
D | gparam.h | 45 #define G_PARAM_SPEC(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), G_TYPE_PARAM, GParamSpec)) argument 54 #define G_IS_PARAM_SPEC(pspec) (G_TYPE_CHECK_INSTANCE_FUNDAMENTAL_TYPE ((pspec), G_TYPE_PARAM)) argument 79 #define G_PARAM_SPEC_GET_CLASS(pspec) (G_TYPE_INSTANCE_GET_CLASS ((pspec), G_TYPE_PARAM, GParamSpec… argument 89 #define G_PARAM_SPEC_TYPE(pspec) (G_TYPE_FROM_INSTANCE (pspec)) argument 96 #define G_PARAM_SPEC_TYPE_NAME(pspec) (g_type_name (G_PARAM_SPEC_TYPE (pspec))) argument 103 #define G_PARAM_SPEC_VALUE_TYPE(pspec) (G_PARAM_SPEC (pspec)->value_type) argument
|
D | gobject.c | 133 #define PARAM_SPEC_PARAM_ID(pspec) ((pspec)->param_id) argument 134 #define PARAM_SPEC_SET_PARAM_ID(pspec, id) ((pspec)->param_id = (id)) argument 348 GParamSpec *pspec) in g_object_notify_queue_add() 489 GParamSpec *pspec = node->data; in g_object_base_class_finalize() local 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() 655 GParamSpec *pspec) in g_object_class_install_property() 768 GParamSpec *pspec = pspecs[i]; in g_object_class_install_properties() local 809 GParamSpec *pspec) in g_object_interface_install_property() [all …]
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstparamspecs.c | 39 _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() 175 GParamSpec *pspec; in gst_param_spec_fraction() local 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() 266 _gst_param_array_values_cmp (GParamSpec * pspec, const GValue * value1, in _gst_param_array_values_cmp()
|
D | gstparamspecs.h | 104 #define GST_IS_PARAM_SPEC_FRACTION(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GST_TYPE_PARAM_FRAC… argument 105 #define GST_PARAM_SPEC_FRACTION(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), GST_TYPE_PARAM_FRAC… argument 117 #define GST_IS_PARAM_SPEC_ARRAY_LIST(pspec) (G_TYPE_CHECK_INSTANCE_TYPE ((pspec), GST_TYPE_PARAM_AR… argument 118 #define GST_PARAM_SPEC_ARRAY_LIST(pspec) (G_TYPE_CHECK_INSTANCE_CAST ((pspec), GST_TYPE_PARAM_AR… argument
|
D | gstchildproxy.c | 195 GObject ** target, GParamSpec ** pspec) in gst_child_proxy_lookup() 262 GParamSpec *pspec; in gst_child_proxy_get_property() local 304 GParamSpec *pspec; in gst_child_proxy_get_valist() local 376 GParamSpec *pspec; in gst_child_proxy_set_property() local 413 GParamSpec *pspec; in gst_child_proxy_set_valist() local
|
D | gststreamcollection.c | 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()
|
/third_party/glib/gio/ |
D | gpropertyaction.c | 94 GParamSpec *pspec; member 165 GParamSpecInt *pspec = (GParamSpecInt *)paction->pspec; in g_property_action_get_state_hint() local 170 GParamSpecUInt *pspec = (GParamSpecUInt *)paction->pspec; in g_property_action_get_state_hint() local 175 GParamSpecFloat *pspec = (GParamSpecFloat *)paction->pspec; in g_property_action_get_state_hint() local 180 GParamSpecDouble *pspec = (GParamSpecDouble *)paction->pspec; in g_property_action_get_state_hint() local 264 g_property_action_determine_type (GParamSpec *pspec) in g_property_action_determine_type() 296 GParamSpec *pspec, in g_property_action_notify() 311 GParamSpec *pspec; in g_property_action_set_property_name() local 342 GParamSpec *pspec) in g_property_action_set_property() 373 GParamSpec *pspec) in g_property_action_get_property()
|
/third_party/glib/tests/gobject/ |
D | paramspec-test.c | 36 GParamSpec *pspec; in test_param_spec_char() local 90 GParamSpec *pspec; in test_param_spec_string() local 162 GParamSpec *ospec, *pspec; in test_param_spec_override() local 203 GParamSpec *pspec; in test_param_spec_gtype() local 229 GParamSpec *pspec; in test_param_spec_variant() local 315 GParamSpec *pspec; in test_param_spec_variant_cmp() local
|
/third_party/glib/glib/ |
D | gpattern.c | 188 g_pattern_match (GPatternSpec *pspec, in g_pattern_match() 251 GPatternSpec *pspec; in g_pattern_spec_new() local 363 g_pattern_spec_free (GPatternSpec *pspec) in g_pattern_spec_free() 405 g_pattern_match_string (GPatternSpec *pspec, in g_pattern_match_string() 430 GPatternSpec *pspec; in g_pattern_match_simple() local
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | patternspec.c | 136 pattern_match (PatternSpec * pspec, guint string_length, in pattern_match() 204 PatternSpec *pspec; in pattern_spec_new() local 322 pattern_spec_free (PatternSpec * pspec) in pattern_spec_free() 331 pattern_match_string (PatternSpec * pspec, const gchar * string) in pattern_match_string()
|
/third_party/gstreamer/gstplugins_good/gst/equalizer/ |
D | gstiirequalizernbands.c | 137 const GValue * value, GParamSpec * pspec) in gst_iir_equalizer_nbands_set_property() 153 GValue * value, GParamSpec * pspec) in gst_iir_equalizer_nbands_get_property()
|
D | gstiirequalizer3bands.c | 105 const GValue * value, GParamSpec * pspec) in gst_iir_equalizer_3bands_set_property() 127 GValue * value, GParamSpec * pspec) in gst_iir_equalizer_3bands_get_property()
|
/third_party/glib/gobject/tests/ |
D | properties.c | 102 GParamSpec *pspec) in test_object_set_property() 137 GParamSpec *pspec) in test_object_get_property() 207 GParamSpec *pspec; in properties_install() local 219 GParamSpec *pspec; member 225 GParamSpec *pspec, in on_notify() 280 GParamSpec *pspec[3]; member 286 GParamSpec *pspec, in on_notify2()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavcfg.c | 233 GParamSpec *pspec = NULL; in install_opts() local 410 set_option_value (AVCodecContext * ctx, GParamSpec * pspec, in set_option_value() 469 GParamSpec * pspec) in gst_ffmpeg_cfg_set_property() 483 GParamSpec * pspec) in gst_ffmpeg_cfg_get_property() 583 GParamSpec *pspec = pspecs[i]; in gst_ffmpeg_cfg_fill_context() local
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/webrtc/ |
D | dtlstransport.c | 84 const GValue * value, GParamSpec * pspec) in gst_webrtc_dtls_transport_set_property() 107 GValue * value, GParamSpec * pspec) in gst_webrtc_dtls_transport_get_property() 151 on_connection_state_changed (GObject * obj, GParamSpec * pspec, in on_connection_state_changed()
|
D | rtpreceiver.c | 60 const GValue * value, GParamSpec * pspec) in gst_webrtc_rtp_receiver_set_property() 71 GValue * value, GParamSpec * pspec) in gst_webrtc_rtp_receiver_get_property()
|
/third_party/gstreamer/gstplugins_base/gst/audiomixer/ |
D | gstliveadder.c | 67 const GValue * value, GParamSpec * pspec) in gst_live_adder_set_property() 94 GParamSpec * pspec) in gst_live_adder_get_property()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkmpeg2dec.c | 86 const GValue * value, GParamSpec * pspec) in gst_msdkdec_mpeg2_set_property() 113 GParamSpec * pspec) in gst_msdkdec_mpeg2_get_property()
|
D | gstmsdkh264dec.c | 96 const GValue * value, GParamSpec * pspec) in gst_msdkdec_h264_set_property() 131 GParamSpec * pspec) in gst_msdkdec_h264_get_property()
|
/third_party/gstreamer/gstplugins_bad/ext/dtls/ |
D | gstdtlssrtpdec.c | 160 on_connection_state_changed (GObject * object, GParamSpec * pspec, in on_connection_state_changed() 254 guint prop_id, const GValue * value, GParamSpec * pspec) in gst_dtls_srtp_dec_set_property() 273 guint prop_id, GValue * value, GParamSpec * pspec) in gst_dtls_srtp_dec_get_property() 450 on_peer_pem (GstElement * srtp_decoder, GParamSpec * pspec, in on_peer_pem()
|
/third_party/glib/tests/refcount/ |
D | properties4.c | 97 GParamSpec *pspec) in my_badger_get_property() 118 GParamSpec *pspec) in my_badger_set_property() 141 GParamSpec *pspec) in my_badger_mama_notify()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | transportsendbin.c | 83 const GValue * value, GParamSpec * pspec) in transport_send_bin_set_property() 102 GValue * value, GParamSpec * pspec) in transport_send_bin_get_property() 284 GParamSpec * pspec, TransportSendBin * send) in _on_notify_dtls_client_status() 312 GParamSpec * pspec, TransportSendBin * send) in _on_notify_ice_connection_state()
|