| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | example1.c | 84 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 D | skeleff.c | 127 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 D | remix.c | 191 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 D | tremolo.c | 39 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 D | swap.c | 53 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 D | output.c | 51 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 D | contrast.c | 44 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 D | input.c | 50 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 D | speed.c | 66 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 D | upsample.c | 59 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 D | earwax.c | 92 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 D | divide.c | 66 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 D | overdrive.c | 66 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 D | downsample.c | 79 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 D | reverse.c | 80 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 D | hilbert.c | 92 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 D | gain.c | 230 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 D | fir.c | 95 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 D | dcshift.c | 148 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 D | repeat.c | 108 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 D | phaser.c | 140 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 D | sox.h | 1084 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 D | vol.c | 178 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 D | loudness.c | 119 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 D | tempo.c | 310 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()
|