Home
last modified time | relevance | path

Searched refs:sox_effect_handler_t (Results 1 – 25 of 59) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dexample1.c84 static sox_effect_handler_t const * input_handler(void) in input_handler()
86 static sox_effect_handler_t handler = { in input_handler()
94 static sox_effect_handler_t const * output_handler(void) in output_handler()
96 static sox_effect_handler_t handler = { in output_handler()
H A Dskeleff.c127 const sox_effect_handler_t *lsx_skel_effect_fn(void);
128 const sox_effect_handler_t *lsx_skel_effect_fn(void) in lsx_skel_effect_fn()
136 static sox_effect_handler_t sox_skel_effect = { in lsx_skel_effect_fn()
H A Dremix.c191 sox_effect_handler_t const * lsx_remix_effect_fn(void) in lsx_remix_effect_fn()
193 static sox_effect_handler_t handler = { in lsx_remix_effect_fn()
255 sox_effect_handler_t const * lsx_channels_effect_fn(void) in lsx_channels_effect_fn()
257 static sox_effect_handler_t handler; in lsx_channels_effect_fn()
276 sox_effect_handler_t const * lsx_oops_effect_fn(void) in lsx_oops_effect_fn()
278 static sox_effect_handler_t handler; in lsx_oops_effect_fn()
H A Dtremolo.c39 sox_effect_handler_t const * lsx_tremolo_effect_fn(void) in lsx_tremolo_effect_fn()
41 static sox_effect_handler_t handler; in lsx_tremolo_effect_fn()
H A Dswap.c53 sox_effect_handler_t const *lsx_swap_effect_fn(void) in lsx_swap_effect_fn()
55 static sox_effect_handler_t handler = { in lsx_swap_effect_fn()
H A Doutput.c51 sox_effect_handler_t const * lsx_output_effect_fn(void) in lsx_output_effect_fn()
53 static sox_effect_handler_t handler = { in lsx_output_effect_fn()
H A Dcontrast.c44 sox_effect_handler_t const * lsx_contrast_effect_fn(void) in lsx_contrast_effect_fn()
46 static sox_effect_handler_t handler = {"contrast", "[enhancement (75)]", in lsx_contrast_effect_fn()
H A Dinput.c50 sox_effect_handler_t const * lsx_input_effect_fn(void) in lsx_input_effect_fn()
52 static sox_effect_handler_t handler = { in lsx_input_effect_fn()
H A Dspeed.c66 sox_effect_handler_t const * lsx_speed_effect_fn(void) in lsx_speed_effect_fn()
68 static sox_effect_handler_t handler = { in lsx_speed_effect_fn()
H A Dupsample.c59 sox_effect_handler_t const * lsx_upsample_effect_fn(void) in lsx_upsample_effect_fn()
61 static sox_effect_handler_t handler = {"upsample", "[factor (2)]", in lsx_upsample_effect_fn()
H A Dearwax.c92 sox_effect_handler_t const *lsx_earwax_effect_fn(void) in lsx_earwax_effect_fn()
94 static sox_effect_handler_t handler = {"earwax", NULL, SOX_EFF_MCHAN, in lsx_earwax_effect_fn()
H A Ddivide.c66 sox_effect_handler_t const * lsx_divide_effect_fn(void) in lsx_divide_effect_fn()
68 static sox_effect_handler_t handler = { in lsx_divide_effect_fn()
H A Doverdrive.c66 sox_effect_handler_t const * lsx_overdrive_effect_fn(void) in lsx_overdrive_effect_fn()
68 static sox_effect_handler_t handler = {"overdrive", "[gain [colour]]", in lsx_overdrive_effect_fn()
H A Ddownsample.c79 sox_effect_handler_t const *lsx_downsample_effect_fn(void) in lsx_downsample_effect_fn()
81 static sox_effect_handler_t handler = {"downsample", "[factor (2)]", in lsx_downsample_effect_fn()
H A Dreverse.c80 sox_effect_handler_t const * lsx_reverse_effect_fn(void) in lsx_reverse_effect_fn()
82 static sox_effect_handler_t handler = { in lsx_reverse_effect_fn()
H A Dhilbert.c92 sox_effect_handler_t const *lsx_hilbert_effect_fn(void) in lsx_hilbert_effect_fn()
94 static sox_effect_handler_t handler; in lsx_hilbert_effect_fn()
H A Dgain.c230 sox_effect_handler_t const * lsx_gain_effect_fn(void) in lsx_gain_effect_fn()
232 static sox_effect_handler_t handler = { in lsx_gain_effect_fn()
268 sox_effect_handler_t const * lsx_norm_effect_fn(void) in lsx_norm_effect_fn()
270 static sox_effect_handler_t handler; in lsx_norm_effect_fn()
H A Dfir.c95 sox_effect_handler_t const * lsx_fir_effect_fn(void) in lsx_fir_effect_fn()
97 static sox_effect_handler_t handler; in lsx_fir_effect_fn()
H A Ddcshift.c148 static sox_effect_handler_t sox_dcshift_effect = {
162 const sox_effect_handler_t *lsx_dcshift_effect_fn(void) in lsx_dcshift_effect_fn()
H A Drepeat.c108 sox_effect_handler_t const * lsx_repeat_effect_fn(void) in lsx_repeat_effect_fn()
110 static sox_effect_handler_t effect = {"repeat", "[count (1)]", in lsx_repeat_effect_fn()
H A Dphaser.c140 sox_effect_handler_t const * lsx_phaser_effect_fn(void) in lsx_phaser_effect_fn()
142 static sox_effect_handler_t handler = { in lsx_phaser_effect_fn()
H A Dsox.h1084 typedef struct sox_effect_handler_t sox_effect_handler_t; typedef
1117 typedef sox_effect_handler_t const * (LSX_API *sox_effect_fn_t)(void);
1565 struct sox_effect_handler_t { struct
1588 sox_effect_handler_t handler; /**< The handler for this effect */ argument
2015 sox_effect_handler_t const *
2030 LSX_PARAM_IN sox_effect_handler_t const * eh /**< Handler to use for effect. */
H A Dvol.c178 sox_effect_handler_t const * lsx_vol_effect_fn(void) in lsx_vol_effect_fn()
180 static sox_effect_handler_t handler = { in lsx_vol_effect_fn()
H A Dloudness.c119 sox_effect_handler_t const * lsx_loudness_effect_fn(void) in lsx_loudness_effect_fn()
121 static sox_effect_handler_t handler; in lsx_loudness_effect_fn()
H A Dtempo.c310 sox_effect_handler_t const * lsx_tempo_effect_fn(void) in lsx_tempo_effect_fn()
312 static sox_effect_handler_t handler = { in lsx_tempo_effect_fn()
349 sox_effect_handler_t const * lsx_pitch_effect_fn(void) in lsx_pitch_effect_fn()
351 static sox_effect_handler_t handler; in lsx_pitch_effect_fn()

123