Home
last modified time | relevance | path

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

/dports/audio/deadbeef/deadbeef-0.7.2/
H A Ddsppreset.c68 DB_dsp_t *plug = (DB_dsp_t *)plug_get_for_id (temp); in dsp_preset_load()
H A Dstreamer.c79 static DB_dsp_t *eqplug;
1975 DB_dsp_t *plug = (DB_dsp_t *)deadbeef->plug_get_for_id (temp); in streamer_dsp_chain_load()
2148 DB_dsp_t *src = (DB_dsp_t *)plug_get_for_id ("SRC"); in streamer_dsp_init()
2160 eqplug = (DB_dsp_t *)plug_get_for_id ("supereq"); in streamer_dsp_init()
H A Dplugins.c108 static DB_dsp_t *g_dsp_plugins[MAX_DSP_PLUGINS+1];
1079 g_dsp_plugins[numdsp++] = (DB_dsp_t *)plug->plugin; in plug_load_all()
H A Ddeadbeef.h1524 } DB_dsp_t; typedef
/dports/audio/deadbeef/deadbeef-0.7.2/examples/
H A Ddsp_template.c20 static DB_dsp_t plugin;
106 static DB_dsp_t plugin = {
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/mono2stereo/
H A Dmono2stereo.c36 static DB_dsp_t plugin;
139 static DB_dsp_t plugin = {
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/supereq/
H A Dsupereq.c27 static DB_dsp_t plugin;
275 static DB_dsp_t plugin = {
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/dsp_libsrc/
H A Dsrc.c34 static DB_dsp_t plugin;
290 static DB_dsp_t plugin = {