Home
last modified time | relevance | path

Searched defs:effp (Results 1 – 25 of 60) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
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 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.c52 static int default_getopts(sox_effect_t * effp, int argc, char **argv UNUSED) in default_getopts()
60 sox_effect_t * effp = lsx_calloc(1, sizeof(*effp)); in sox_create_effect() local
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()
243 sox_effect_t *effp = chain->effects[n]; in flow_effect() local
341 sox_effect_t *effp = chain->effects[n]; in drain_effect() local
411 sox_effect_t *effp = chain->effects[e]; in sox_flow_effects() local
432 sox_effect_t *effp = chain->effects[e]; in sox_flow_effects() local
475 sox_effect_t *effp = chain->effects[e]; in sox_flow_effects() local
[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 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 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 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 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 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 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 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 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 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 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 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 Dechos.c65 static int sox_echos_getopts(sox_effect_t * effp, int argc, char **argv) in sox_echos_getopts()
98 static int sox_echos_start(sox_effect_t * effp) in sox_echos_start()
166 static int sox_echos_flow(sox_effect_t * effp, const sox_sample_t *ibuf, sox_sample_t *obuf, in sox_echos_flow()
208 static int sox_echos_drain(sox_effect_t * effp, sox_sample_t *obuf, size_t *osamp) in sox_echos_drain()
254 static int sox_echos_stop(sox_effect_t * effp) in sox_echos_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 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 Ddft_filter.c39 static int start(sox_effect_t * effp) in start()
78 static int flow(sox_effect_t * effp, const sox_sample_t * ibuf, in flow()
99 static int drain(sox_effect_t * effp, sox_sample_t * obuf, size_t * osamp) in drain()
120 static int stop(sox_effect_t * effp) in stop()
H A Dmcompand.c165 static int getopts(sox_effect_t * effp, int argc, char **argv) in getopts()
216 static int start(sox_effect_t * effp) in start()
275 static int sox_mcompand_flow_1(sox_effect_t * effp, priv_t * c, comp_band_t * l, const sox_sample_t… in sox_mcompand_flow_1()
360 static int flow(sox_effect_t * effp, const sox_sample_t *ibuf, sox_sample_t *obuf, in flow()
414 static int sox_mcompand_drain_1(sox_effect_t * effp, priv_t * c, comp_band_t * l, sox_sample_t *obu… in sox_mcompand_drain_1()
438 static int drain(sox_effect_t * effp, sox_sample_t *obuf, size_t *osamp) in drain()
465 static int stop(sox_effect_t * effp) in stop()
488 static int lsx_kill(sox_effect_t * effp) in lsx_kill()
H A Dnoisered.c60 static int sox_noisered_getopts(sox_effect_t * effp, int argc, char **argv) in sox_noisered_getopts()
83 static int sox_noisered_start(sox_effect_t * effp) in sox_noisered_start()
216 static int process_window(sox_effect_t * effp, priv_t * data, unsigned chan_num, unsigned num_chans, in process_window()
255 static int sox_noisered_flow(sox_effect_t * effp, const sox_sample_t *ibuf, sox_sample_t *obuf, in sox_noisered_flow()
307 static int sox_noisered_drain(sox_effect_t * effp, sox_sample_t *obuf, size_t *osamp) in sox_noisered_drain()
324 static int sox_noisered_stop(sox_effect_t * effp) in sox_noisered_stop()
H A Dspeexdsp.c69 static int getopts(sox_effect_t* effp, int argc, char** argv) in getopts()
146 static int stop(sox_effect_t* effp) in stop()
169 static int start(sox_effect_t* effp) in start()
240 sox_effect_t* effp, in flow()
283 static int drain(sox_effect_t* effp, sox_sample_t* obuf, size_t* osamp) in drain()
H A Dchorus.c92 static int sox_chorus_getopts(sox_effect_t * effp, int argc, char **argv) in sox_chorus_getopts()
131 static int sox_chorus_start(sox_effect_t * effp) in sox_chorus_start()
241 static int sox_chorus_flow(sox_effect_t * effp, const sox_sample_t *ibuf, sox_sample_t *obuf, in sox_chorus_flow()
279 static int sox_chorus_drain(sox_effect_t * effp, sox_sample_t *obuf, size_t *osamp) in sox_chorus_drain()
322 static int sox_chorus_stop(sox_effect_t * effp) in sox_chorus_stop()
H A Dstretch.c59 static int getopts(sox_effect_t * effp, int argc, char **argv) in getopts()
128 static int start(sox_effect_t * effp) in start()
208 static int flow(sox_effect_t * effp, const sox_sample_t *ibuf, sox_sample_t *obuf, in flow()
275 static int drain(sox_effect_t * effp, sox_sample_t *obuf, size_t *osamp) in drain()
305 static int stop(sox_effect_t * effp) in stop()
H A Dfade.c44 static int sox_fade_getopts(sox_effect_t * effp, int argc, char **argv) in sox_fade_getopts()
117 static int sox_fade_start(sox_effect_t * effp) in sox_fade_start()
207 static int sox_fade_flow(sox_effect_t * effp, const sox_sample_t *ibuf, sox_sample_t *obuf, in sox_fade_flow()
288 static int sox_fade_drain(sox_effect_t * effp, sox_sample_t *obuf, size_t *osamp) in sox_fade_drain()
330 static int lsx_kill(sox_effect_t * effp) in lsx_kill()

123