Home
last modified time | relevance | path

Searched refs:GstFrei0rProperty (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/frei0r/
Dgstfrei0r.h30 typedef struct _GstFrei0rProperty GstFrei0rProperty; typedef
84 …roperties (GObjectClass *gobject_class, GstFrei0rFuncTable *ftable, GstFrei0rProperty *properties,…
86 f0r_instance_t * gst_frei0r_instance_construct (GstFrei0rFuncTable *ftable, GstFrei0rProperty *prop…
88 GstFrei0rPropertyValue * gst_frei0r_property_cache_init (GstFrei0rProperty *properties, gint n_prop…
89 void gst_frei0r_property_cache_free (GstFrei0rProperty *properties, GstFrei0rPropertyValue *propert…
92 …get_property (f0r_instance_t *instance, GstFrei0rFuncTable *ftable, GstFrei0rProperty *properties,…
93 …set_property (f0r_instance_t *instance, GstFrei0rFuncTable *ftable, GstFrei0rProperty *properties,…
Dgstfrei0r.c61 GstFrei0rFuncTable * ftable, GstFrei0rProperty * properties, in gst_frei0r_klass_install_properties()
231 gst_frei0r_property_cache_init (GstFrei0rProperty * properties, in gst_frei0r_property_cache_init()
249 gst_frei0r_property_cache_free (GstFrei0rProperty * properties, in gst_frei0r_property_cache_free()
263 GstFrei0rProperty * properties, gint n_properties, in gst_frei0r_instance_construct()
277 GstFrei0rProperty * properties, gint n_properties, in gst_frei0r_get_property()
281 GstFrei0rProperty *prop = NULL; in gst_frei0r_get_property()
376 GstFrei0rProperty * properties, gint n_properties, in gst_frei0r_set_property()
380 GstFrei0rProperty *prop = NULL; in gst_frei0r_set_property()
Dgstfrei0rfilter.h57 GstFrei0rProperty *properties;
Dgstfrei0rsrc.h59 GstFrei0rProperty *properties;
Dgstfrei0rmixer.h66 GstFrei0rProperty *properties;
Dgstfrei0rfilter.c210 klass->properties = g_new0 (GstFrei0rProperty, klass->n_properties); in gst_frei0r_filter_class_init()
Dgstfrei0rsrc.c331 klass->properties = g_new0 (GstFrei0rProperty, klass->n_properties); in gst_frei0r_src_class_init()
Dgstfrei0rmixer.c634 klass->properties = g_new0 (GstFrei0rProperty, klass->n_properties); in gst_frei0r_mixer_class_init()