Searched refs:sox_signalinfo_t (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | sox.h | 1349 typedef struct sox_signalinfo_t { struct 1355 } sox_signalinfo_t; argument 1515 sox_signalinfo_t signal; 1584 sox_signalinfo_t in_signal; /**< Information about the incoming data stream */ 1585 sox_signalinfo_t out_signal; /**< Information about the outgoing data stream */ 1831 …LSX_PARAM_IN_OPT sox_signalinfo_t const * signal, /**< Information already known about audio … 1847 …LSX_PARAM_IN_OPT sox_signalinfo_t const * signal, /**< Information already known about audio… 1889 …LSX_PARAM_IN sox_signalinfo_t const * signal, /**< Information about desired audio strea… 1907 …LSX_PARAM_IN sox_signalinfo_t const * signal, /**< Information about … 1924 …LSX_PARAM_IN sox_signalinfo_t const * signal, /**< Information about desired audi… [all …]
|
| H A D | example6.c | 69 sox_signalinfo_t interm_signal; /* @ intermediate points in the chain. */ in main() 79 sox_signalinfo_t out_signal = { in main()
|
| H A D | formats.c | 490 sox_signalinfo_t const * signal, in open_read() 636 sox_signalinfo_t const * signal, in sox_open_read() 646 sox_signalinfo_t const * signal, in sox_open_mem_read() 881 sox_signalinfo_t const * signal, in open_write() 997 sox_signalinfo_t const * signal, in sox_open_write() 1009 sox_signalinfo_t const * signal, in sox_open_mem_write() 1020 sox_signalinfo_t const * signal, in sox_open_memstream_write()
|
| H A D | example4.c | 45 static sox_signalinfo_t signal; /* static quashes `uninitialised' warning.*/ in main()
|
| H A D | example3.c | 60 sox_signalinfo_t interm_signal; in main()
|
| H A D | sox.c | 127 sox_signalinfo_t signal; 175 static sox_signalinfo_t combiner_signal, ofile_signal_options; 665 sox_signalinfo_t *, int *); 668 sox_signalinfo_t * in, sox_signalinfo_t const * out, int * guard) { in add_effect() 693 char *argv[], sox_signalinfo_t *signal, int * guard) in auto_effect() 1037 sox_signalinfo_t signal = combiner_signal; in add_effects()
|
| H A D | effects.c | 130 …effect(sox_effects_chain_t * chain, sox_effect_t * effp, sox_signalinfo_t * in, sox_signalinfo_t c… in sox_add_effect()
|