Home
last modified time | relevance | path

Searched refs:LADSPA_Descriptor (Results 1 – 12 of 12) sorted by relevance

/third_party/pulseaudio/src/modules/
Dladspa.h559 } LADSPA_Descriptor; typedef
588 const LADSPA_Descriptor * ladspa_descriptor(unsigned long Index);
591 typedef const LADSPA_Descriptor *
Dmodule-ladspa-sink.c82 const LADSPA_Descriptor *descriptor;
793 const LADSPA_Descriptor *d; in connect_control_ports()
821 const LADSPA_Descriptor *d; in validate_control_parameters()
884 const LADSPA_Descriptor *d; in write_control_parameters()
1006 const LADSPA_Descriptor *d; in pa__init()
/third_party/alsa-lib/src/pcm/
Dladspa.h560 } LADSPA_Descriptor; typedef
589 const LADSPA_Descriptor * ladspa_descriptor(unsigned long Index);
592 typedef const LADSPA_Descriptor *
Dpcm_ladspa.c82 const LADSPA_Descriptor *desc;
105 const LADSPA_Descriptor *desc;
506 static void snd_pcm_ladspa_get_default_cvalue(const LADSPA_Descriptor * desc, unsigned int port, LA… in snd_pcm_ladspa_get_default_cvalue()
1099 const LADSPA_Descriptor *d; in snd_pcm_ladspa_check_file()
/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspasink.c232 gst_ladspa_sink_type_init (GstLADSPASink * ladspa, LADSPA_Descriptor * desc) in gst_ladspa_sink_type_init()
295 LADSPA_Descriptor * desc) in gst_ladspa_sink_type_class_init()
Dgstladspa.c176 ladspa_count_ports (const LADSPA_Descriptor * descriptor, in ladspa_count_ports()
205 const LADSPA_Descriptor *desc; in ladspa_describe_plugin()
Dgstladspafilter.c230 gst_ladspa_filter_type_init (GstLADSPAFilter * ladspa, LADSPA_Descriptor * desc) in gst_ladspa_filter_type_init()
297 LADSPA_Descriptor * desc) in gst_ladspa_filter_type_class_init()
Dgstladspautils.h69 const LADSPA_Descriptor *descriptor;
Dgstladspautils.c291 const LADSPA_Descriptor *desc = ladspa_class->descriptor; in gst_ladspa_object_class_get_param_name()
345 const LADSPA_Descriptor *desc = ladspa_class->descriptor; in gst_ladspa_object_class_get_param_spec()
545 const LADSPA_Descriptor *desc = ladspa_class->descriptor; in gst_ladspa_element_class_set_metadata()
Dgstladspasource.c452 gst_ladspa_source_type_init (GstLADSPASource * ladspa, LADSPA_Descriptor * desc) in gst_ladspa_source_type_init()
523 LADSPA_Descriptor * desc) in gst_ladspa_source_type_class_init()
/third_party/ffmpeg/libavfilter/
Daf_ladspa.c58 const LADSPA_Descriptor *desc;
384 static void count_ports(const LADSPA_Descriptor *desc, in count_ports()
454 const LADSPA_Descriptor *desc; in init()
/third_party/gstreamer/gstplugins_bad/
DChangeLog215622 Pass the LADSPA_Descriptor as class_data to the class_init function