Lines Matching defs:effp
52 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
497 sox_uint64_t sox_stop_effect(sox_effect_t *effp) in sox_stop_effect()
509 void sox_push_effect_last(sox_effects_chain_t *chain, sox_effect_t *effp) in sox_push_effect_last()
525 sox_effect_t *effp; in sox_pop_effect_last() local
539 void sox_delete_effect(sox_effect_t *effp) in sox_delete_effect()