Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dladspa.h84 typedef float LADSPA_Data; typedef
345 LADSPA_Data LowerBound;
350 LADSPA_Data UpperBound;
468 LADSPA_Data * DataLocation);
534 LADSPA_Data Gain);
H A Dladspa.c48 LADSPA_Data *control; /* control ports */
54 LADSPA_Data *latency_control_port;
59 static LADSPA_Data ladspa_default(const LADSPA_PortRangeHint *p) in ladspa_default()
61 LADSPA_Data d; in ladspa_default()
168 l_st->control = lsx_calloc(l_st->desc->PortCount, sizeof(LADSPA_Data)); in sox_ladspa_getopts()
210 l_st->control[i] = (LADSPA_Data)arg; in sox_ladspa_getopts()
343 LADSPA_Data *buf = lsx_calloc(len, sizeof(LADSPA_Data)); in sox_ladspa_flow()
344 LADSPA_Data *outbuf = lsx_calloc(len, sizeof(LADSPA_Data)); in sox_ladspa_flow()
395 LADSPA_Data d = outbuf[j * output_len + i]; in sox_ladspa_flow()