Searched refs:GstFrei0rProperty (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/frei0r/ |
D | gstfrei0r.h | 30 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,…
|
D | gstfrei0r.c | 61 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()
|
D | gstfrei0rfilter.h | 57 GstFrei0rProperty *properties;
|
D | gstfrei0rsrc.h | 59 GstFrei0rProperty *properties;
|
D | gstfrei0rmixer.h | 66 GstFrei0rProperty *properties;
|
D | gstfrei0rfilter.c | 210 klass->properties = g_new0 (GstFrei0rProperty, klass->n_properties); in gst_frei0r_filter_class_init()
|
D | gstfrei0rsrc.c | 331 klass->properties = g_new0 (GstFrei0rProperty, klass->n_properties); in gst_frei0r_src_class_init()
|
D | gstfrei0rmixer.c | 634 klass->properties = g_new0 (GstFrei0rProperty, klass->n_properties); in gst_frei0r_mixer_class_init()
|