Searched refs:gst_child_proxy_set_property (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/equalizer/ |
D | gstiirequalizer10bands.c | 156 gst_child_proxy_set_property (equ, "band0::gain", value); in gst_iir_equalizer_10bands_set_property() 159 gst_child_proxy_set_property (equ, "band1::gain", value); in gst_iir_equalizer_10bands_set_property() 162 gst_child_proxy_set_property (equ, "band2::gain", value); in gst_iir_equalizer_10bands_set_property() 165 gst_child_proxy_set_property (equ, "band3::gain", value); in gst_iir_equalizer_10bands_set_property() 168 gst_child_proxy_set_property (equ, "band4::gain", value); in gst_iir_equalizer_10bands_set_property() 171 gst_child_proxy_set_property (equ, "band5::gain", value); in gst_iir_equalizer_10bands_set_property() 174 gst_child_proxy_set_property (equ, "band6::gain", value); in gst_iir_equalizer_10bands_set_property() 177 gst_child_proxy_set_property (equ, "band7::gain", value); in gst_iir_equalizer_10bands_set_property() 180 gst_child_proxy_set_property (equ, "band8::gain", value); in gst_iir_equalizer_10bands_set_property() 183 gst_child_proxy_set_property (equ, "band9::gain", value); in gst_iir_equalizer_10bands_set_property()
|
D | gstiirequalizer3bands.c | 111 gst_child_proxy_set_property (equ, "band0::gain", value); in gst_iir_equalizer_3bands_set_property() 114 gst_child_proxy_set_property (equ, "band1::gain", value); in gst_iir_equalizer_3bands_set_property() 117 gst_child_proxy_set_property (equ, "band2::gain", value); in gst_iir_equalizer_3bands_set_property()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstchildproxy.h | 142 void gst_child_proxy_set_property (GstChildProxy * object, const gchar *name,
|
D | gstchildproxy.c | 373 gst_child_proxy_set_property (GstChildProxy * object, const gchar * name, in gst_child_proxy_set_property() function
|
D | gstpreset.c | 700 gst_child_proxy_set_property ((GstChildProxy *) preset, props[i], in gst_preset_default_load_preset()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 102831 (gst_child_proxy_set_property): 122775 (gst_child_proxy_get_valist), (gst_child_proxy_set_property), 126698 (gst_child_proxy_get), (gst_child_proxy_set_property),
|