Home
last modified time | relevance | path

Searched refs:LADSPA_Handle (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dladspa.h363 typedef void * LADSPA_Handle; typedef
437 LADSPA_Handle (*instantiate)(const struct _LADSPA_Descriptor * Descriptor,
466 void (*connect_port)(LADSPA_Handle Instance,
489 void (*activate)(LADSPA_Handle Instance);
505 void (*run)(LADSPA_Handle Instance,
521 void (*run_adding)(LADSPA_Handle Instance,
533 void (*set_run_adding_gain)(LADSPA_Handle Instance,
549 void (*deactivate)(LADSPA_Handle Instance);
558 void (*cleanup)(LADSPA_Handle Instance);
H A Dladspa.c46 LADSPA_Handle *handles; /* instantiated plugin handles */
250 sizeof(LADSPA_Handle *)); in sox_ladspa_start()
283 l_st->handles = lsx_malloc(sizeof(LADSPA_Handle *)); in sox_ladspa_start()
345 LADSPA_Handle handle; in sox_ladspa_flow()