Home
last modified time | relevance | path

Searched refs:sox_effects_chain_t (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Deffects.c91 sox_effects_chain_t * sox_create_effects_chain( in sox_create_effects_chain()
94 sox_effects_chain_t * result = lsx_calloc(1, sizeof(sox_effects_chain_t)); in sox_create_effects_chain()
101 void sox_delete_effects_chain(sox_effects_chain_t *ecp) in sox_delete_effects_chain()
130 int sox_add_effect(sox_effects_chain_t * chain, sox_effect_t * effp, sox_signalinfo_t * in, sox_sig… in sox_add_effect()
240 static int flow_effect(sox_effects_chain_t * chain, size_t n) in flow_effect()
339 static int drain_effect(sox_effects_chain_t * chain, size_t n) in drain_effect()
403 int sox_flow_effects(sox_effects_chain_t * chain, int (* callback)(sox_bool all_done, void * client… in sox_flow_effects()
487 sox_uint64_t sox_effects_clips(sox_effects_chain_t * chain) in sox_effects_clips()
509 void sox_push_effect_last(sox_effects_chain_t *chain, sox_effect_t *effp) in sox_push_effect_last()
521 sox_effect_t *sox_pop_effect_last(sox_effects_chain_t *chain) in sox_pop_effect_last()
[all …]
H A Dsox.h1604 typedef struct sox_effects_chain_t { struct
1613 } sox_effects_chain_t; argument
2068 sox_effects_chain_t *
2082 LSX_PARAM_INOUT sox_effects_chain_t *ecp /**< Effects chain pointer. */
2093 …LSX_PARAM_INOUT sox_effects_chain_t * chain, /**< Effects chain to which effect should be added . …
2107 LSX_PARAM_INOUT sox_effects_chain_t * chain, /**< Effects chain to run. */
2120 …LSX_PARAM_IN sox_effects_chain_t * chain /**< Effects chain from which to read clip information. */
2141 …LSX_PARAM_INOUT sox_effects_chain_t * chain, /**< Effects chain to which effect should be added. */
2154 LSX_PARAM_INOUT sox_effects_chain_t *chain /**< Effects chain from which to remove an effect. */
2174 …LSX_PARAM_INOUT sox_effects_chain_t *chain /**< Effects chain from which to remove the last effect…
[all …]
H A Dexample0.c36 sox_effects_chain_t * chain; in main()
H A Dexample6.c66 sox_effects_chain_t * chain; in main()
H A Dexample3.c58 sox_effects_chain_t * chain; in main()
H A Dexample1.c108 sox_effects_chain_t * chain; in main()
H A Dsox.c154 static sox_effects_chain_t *effects_chain = NULL;
664 static void auto_effect(sox_effects_chain_t *, char const *, int, char **,
667 static int add_effect(sox_effects_chain_t * chain, sox_effect_t * effp, in add_effect()
692 static void auto_effect(sox_effects_chain_t *chain, char const *name, int argc, in auto_effect()
1035 static void add_effects(sox_effects_chain_t *chain) in add_effects()