Home
last modified time | relevance | path

Searched refs:sox_effect_t (Results 1 – 25 of 66) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dskeleff.c32 static int getopts(sox_effect_t * effp, int argc, char UNUSED **argv) in getopts()
48 static int start(sox_effect_t * effp) in start()
63 static int flow(sox_effect_t * effp, const sox_sample_t *ibuf, sox_sample_t *obuf, in flow()
96 static int drain(sox_effect_t UNUSED * effp, sox_sample_t UNUSED *obuf, size_t *osamp) in drain()
109 static int stop(sox_effect_t UNUSED * effp) in stop()
118 static int lsx_kill(sox_effect_t UNUSED * effp) in lsx_kill()
H A Deffects.c30 static int default_function(sox_effect_t * effp UNUSED) in default_function()
36 int lsx_flow_copy(sox_effect_t * effp UNUSED, const sox_sample_t * ibuf, in lsx_flow_copy()
45 static int default_drain(sox_effect_t * effp UNUSED, sox_sample_t *obuf UNUSED, size_t *osamp) in default_drain()
52 static int default_getopts(sox_effect_t * effp, int argc, char **argv UNUSED) in default_getopts()
58 sox_effect_t * sox_create_effect(sox_effect_handler_t const * eh) in sox_create_effect()
60 sox_effect_t * effp = lsx_calloc(1, sizeof(*effp)); in sox_create_effect()
77 int sox_effect_options(sox_effect_t *effp, int argc, char * const argv[]) in sox_effect_options()
110 int lsx_effect_set_imin(sox_effect_t * effp, size_t imin) in lsx_effect_set_imin()
130 int sox_add_effect(sox_effects_chain_t * chain, sox_effect_t * effp, sox_signalinfo_t * in, sox_sig… in sox_add_effect()
132 int ret, (*start)(sox_effect_t * effp) = effp->handler.start; in sox_add_effect()
[all …]
H A Dsox.h1083 typedef struct sox_effect_t sox_effect_t; typedef
1201 LSX_PARAM_INOUT sox_effect_t * effp, /**< Effect pointer. */
1213 LSX_PARAM_INOUT sox_effect_t * effp /**< Effect pointer. */
1223 LSX_PARAM_INOUT sox_effect_t * effp, /**< Effect pointer. */
1237 LSX_PARAM_INOUT sox_effect_t * effp, /**< Effect pointer. */
1249 LSX_PARAM_INOUT sox_effect_t * effp /**< Effect pointer. */
1259 LSX_PARAM_INOUT sox_effect_t * effp /**< Effect pointer. */
1582 struct sox_effect_t { struct
1605 sox_effect_t **effects; /**< Table of effects to be applied to a stream */ argument
2027 sox_effect_t *
[all …]
H A Dpad.c33 static int parse(sox_effect_t * effp, char * * argv, sox_rate_t rate) in parse()
73 static int create(sox_effect_t * effp, int argc, char * * argv) in create()
82 static int start(sox_effect_t * effp) in start()
117 static int flow(sox_effect_t * effp, const sox_sample_t * ibuf, in flow()
146 static int drain(sox_effect_t * effp, sox_sample_t * obuf, size_t * osamp) in drain()
155 static int stop(sox_effect_t * effp) in stop()
163 static int lsx_kill(sox_effect_t * effp) in lsx_kill()
H A Drepeat.c27 static int create(sox_effect_t * effp, int argc, char * * argv) in create()
40 static int start(sox_effect_t * effp) in start()
60 static int flow(sox_effect_t * effp, const sox_sample_t * ibuf, in flow()
75 static int drain(sox_effect_t * effp, sox_sample_t * obuf, size_t * osamp) in drain()
101 static int stop(sox_effect_t * effp) in stop()
H A Dbiquads.c68 static int hilo1_getopts(sox_effect_t * effp, int argc, char **argv) { in hilo1_getopts()
74 static int hilo2_getopts(sox_effect_t * effp, int argc, char **argv) { in hilo2_getopts()
86 static int bandpass_getopts(sox_effect_t * effp, int argc, char **argv) { in bandpass_getopts()
94 static int bandrej_getopts(sox_effect_t * effp, int argc, char **argv) { in bandrej_getopts()
99 static int allpass_getopts(sox_effect_t * effp, int argc, char **argv) { in allpass_getopts()
111 static int tone_getopts(sox_effect_t * effp, int argc, char **argv) { in tone_getopts()
120 static int equalizer_getopts(sox_effect_t * effp, int argc, char **argv) { in equalizer_getopts()
125 static int band_getopts(sox_effect_t * effp, int argc, char **argv) { in band_getopts()
133 static int deemph_getopts(sox_effect_t * effp, int argc, char **argv) { in deemph_getopts()
138 static int riaa_getopts(sox_effect_t * effp, int argc, char **argv) { in riaa_getopts()
[all …]
H A Dtrim.c38 static int parse(sox_effect_t *effp, int argc, char **argv) in parse()
58 static int start(sox_effect_t *effp) in start()
122 static int flow(sox_effect_t *effp, const sox_sample_t *ibuf, in flow()
156 static int drain(sox_effect_t *effp, sox_sample_t *obuf UNUSED, size_t *osamp) in drain()
176 static int lsx_kill(sox_effect_t *effp) in lsx_kill()
206 sox_uint64_t sox_trim_get_start(sox_effect_t *effp) in sox_trim_get_start()
212 void sox_trim_clear_start(sox_effect_t *effp) in sox_trim_clear_start()
H A Ddelay.c31 static int lsx_kill(sox_effect_t * effp) in lsx_kill()
43 static int create(sox_effect_t * effp, int argc, char * * argv) in create()
62 static int stop(sox_effect_t * effp) in stop()
69 static int start(sox_effect_t * effp) in start()
111 static int flow(sox_effect_t * effp, const sox_sample_t * ibuf, in flow()
132 static int drain(sox_effect_t * effp, sox_sample_t * obuf, size_t * osamp) in drain()
H A Dreverse.c21 static int start(sox_effect_t * effp) in start()
33 static int flow(sox_effect_t * effp, const sox_sample_t * ibuf, in flow()
45 static int drain(sox_effect_t * effp, sox_sample_t *obuf, size_t *osamp) in drain()
73 static int stop(sox_effect_t * effp) in stop()
H A Dsilence.c66 static void clear_rms(sox_effect_t * effp) in clear_rms()
79 static int sox_silence_getopts(sox_effect_t * effp, int argc, char **argv) in sox_silence_getopts()
224 static int sox_silence_start(sox_effect_t * effp) in sox_silence_start()
275 static sox_bool aboveThreshold(sox_effect_t const * effp, in aboveThreshold()
292 static sox_sample_t compute_rms(sox_effect_t * effp, sox_sample_t sample) in compute_rms()
307 static void update_rms(sox_effect_t * effp, sox_sample_t sample) in update_rms()
322 static int sox_silence_flow(sox_effect_t * effp, const sox_sample_t *ibuf, sox_sample_t *obuf, in sox_silence_flow()
617 static int sox_silence_drain(sox_effect_t * effp, sox_sample_t *obuf, size_t *osamp) in sox_silence_drain()
654 static int sox_silence_stop(sox_effect_t * effp) in sox_silence_stop()
665 static int lsx_kill(sox_effect_t * effp) in lsx_kill()
H A Dremix.c48 static int parse(sox_effect_t * effp, char * * argv, unsigned channels) in parse()
113 static int create(sox_effect_t * effp, int argc, char * * argv) in create()
129 static int start(sox_effect_t * effp) in start()
161 static int flow(sox_effect_t * effp, const sox_sample_t * ibuf, in flow()
179 static int closedown(sox_effect_t * effp) in closedown()
203 static int channels_create(sox_effect_t * effp, int argc, char * * argv) in channels_create()
219 static int channels_start(sox_effect_t * effp) in channels_start()
269 static int oops_getopts(sox_effect_t *effp, int argc, char **argv) in oops_getopts()
H A Ddcshift.c27 static int sox_dcshift_getopts(sox_effect_t * effp, int argc, char **argv) in sox_dcshift_getopts()
61 static int sox_dcshift_start(sox_effect_t * effp) in sox_dcshift_start()
77 static int sox_dcshift_flow(sox_effect_t * effp, const sox_sample_t *ibuf, sox_sample_t *obuf, in sox_dcshift_flow()
136 static int sox_dcshift_stop(sox_effect_t * effp) in sox_dcshift_stop()
H A Dsplice.c66 static void splice(sox_effect_t * effp, const sox_sample_t * in1, const in splice()
107 static uint64_t do_splice(sox_effect_t * effp, in do_splice()
117 static int parse(sox_effect_t * effp, char * * argv, sox_rate_t rate) in parse()
167 static int create(sox_effect_t * effp, int argc, char * * argv) in create()
181 static int start(sox_effect_t * effp) in start()
200 static int flow(sox_effect_t * effp, const sox_sample_t * ibuf, in flow()
263 static int drain(sox_effect_t * effp, sox_sample_t * obuf, size_t * osamp) in drain()
269 static int stop(sox_effect_t * effp) in stop()
278 static int lsx_kill(sox_effect_t * effp) in lsx_kill()
H A Dbiquad.h71 int lsx_biquad_getopts(sox_effect_t * effp, int n, char **argv,
74 int lsx_biquad_start(sox_effect_t * effp);
75 int lsx_biquad_flow(sox_effect_t * effp, const sox_sample_t *ibuf, sox_sample_t *obuf,
H A Dnoiseprof.c45 static int sox_noiseprof_getopts(sox_effect_t * effp, int argc, char **argv) in sox_noiseprof_getopts()
62 static int sox_noiseprof_start(sox_effect_t * effp) in sox_noiseprof_start()
115 static int sox_noiseprof_flow(sox_effect_t * effp, const sox_sample_t *ibuf, sox_sample_t *obuf, in sox_noiseprof_flow()
149 static int sox_noiseprof_drain(sox_effect_t * effp, sox_sample_t *obuf UNUSED, size_t *osamp) in sox_noiseprof_drain()
178 static int sox_noiseprof_stop(sox_effect_t * effp) in sox_noiseprof_stop()
H A Decho.c70 static int sox_echo_getopts(sox_effect_t * effp, int argc, char **argv) in sox_echo_getopts()
99 static int sox_echo_start(sox_effect_t * effp) in sox_echo_start()
169 static int sox_echo_flow(sox_effect_t * effp, const sox_sample_t *ibuf, sox_sample_t *obuf, in sox_echo_flow()
205 static int sox_echo_drain(sox_effect_t * effp, sox_sample_t *obuf, size_t *osamp) in sox_echo_drain()
242 static int sox_echo_stop(sox_effect_t * effp) in sox_echo_stop()
H A Dbiquad.c34 int lsx_biquad_getopts(sox_effect_t * effp, int argc, char **argv, in lsx_biquad_getopts()
61 static int start(sox_effect_t * effp) in start()
76 int lsx_biquad_start(sox_effect_t * effp) in lsx_biquad_start()
145 int lsx_biquad_flow(sox_effect_t * effp, const sox_sample_t *ibuf, in lsx_biquad_flow()
159 static int create(sox_effect_t * effp, int argc, char * * argv) in create()
H A Dphaser.c60 static int getopts(sox_effect_t * effp, int argc, char * * argv) in getopts()
94 static int start(sox_effect_t * effp) in start()
112 static int flow(sox_effect_t * effp, const sox_sample_t *ibuf, in flow()
131 static int stop(sox_effect_t * effp) in stop()
H A Dupsample.c25 static int create(sox_effect_t * effp, int argc, char * * argv) in create()
34 static int start(sox_effect_t * effp) in start()
41 static int flow(sox_effect_t * effp, const sox_sample_t * ibuf, in flow()
H A Ddivide.c30 static int start(sox_effect_t * effp) in start()
37 static int flow(sox_effect_t * effp, const sox_sample_t * ibuf, in flow()
59 static int stop(sox_effect_t * effp) in stop()
H A Dgain.c34 static int create(sox_effect_t * effp, int argc, char * * argv) in create()
67 static int start(sox_effect_t * effp) in start()
100 static int flow(sox_effect_t * effp, const sox_sample_t * ibuf, in flow()
145 static void start_drain(sox_effect_t * effp) in start_drain()
194 static int drain(sox_effect_t * effp, sox_sample_t * obuf, size_t * osamp) in drain()
222 static int stop(sox_effect_t * effp) in stop()
255 static int norm_getopts(sox_effect_t * effp, int argc, char * * argv) in norm_getopts()
H A Dcompand.c67 static int getopts(sox_effect_t * effp, int argc, char * * argv) in getopts()
137 static int start(sox_effect_t * effp) in start()
185 static int flow(sox_effect_t * effp, const sox_sample_t *ibuf, sox_sample_t *obuf, in flow()
246 static int drain(sox_effect_t * effp, sox_sample_t *obuf, size_t *osamp) in drain()
266 static int stop(sox_effect_t * effp) in stop()
274 static int lsx_kill(sox_effect_t * effp) in lsx_kill()
H A Doverdrive.c24 static int create(sox_effect_t * effp, int argc, char * * argv) in create()
38 static int start(sox_effect_t * effp) in start()
48 static int flow(sox_effect_t * effp, const sox_sample_t * ibuf, in flow()
H A Ddownsample.c30 static int create(sox_effect_t *effp, int argc, char **argv) in create()
41 static int start(sox_effect_t *effp) in start()
48 static int flow(sox_effect_t *effp, const sox_sample_t *ibuf, in flow()
H A Dvol.c38 static int getopts(sox_effect_t * effp, int argc, char **argv) in getopts()
94 static int start(sox_effect_t * effp) in start()
110 static int flow(sox_effect_t * effp, const sox_sample_t *ibuf, sox_sample_t *obuf, in flow()
168 static int stop(sox_effect_t * effp) in stop()

123