Home
last modified time | relevance | path

Searched defs:getopts (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dtremolo.c20 static int getopts(sox_effect_t * effp, int argc, char * * argv) in getopts() function
H A Dinput.c22 static int getopts(sox_effect_t * effp, int argc, char * * argv) in getopts() function
H A Dspeed.c31 static int getopts(sox_effect_t * effp, int argc, char * * argv) in getopts() function
H A Doutput.c22 static int getopts(sox_effect_t * effp, int argc, char * * argv) in getopts() function
H A Dhilbert.c32 static int getopts(sox_effect_t *effp, int argc, char **argv) in getopts() function
H A Dskeleff.c32 static int getopts(sox_effect_t * effp, int argc, char UNUSED **argv) in getopts() function
H A Dvol.c38 static int getopts(sox_effect_t * effp, int argc, char **argv) in getopts() function
H A Dphaser.c60 static int getopts(sox_effect_t * effp, int argc, char * * argv) in getopts() function
H A Dspeexdsp.c69 static int getopts(sox_effect_t* effp, int argc, char** argv) in getopts() function
H A Dstretch.c59 static int getopts(sox_effect_t * effp, int argc, char **argv) in getopts() function
H A Dflanger.c62 static int getopts(sox_effect_t * effp, int argc, char *argv[]) in getopts() function
H A Dcompand.c67 static int getopts(sox_effect_t * effp, int argc, char * * argv) in getopts() function
H A Dstats.c32 static int getopts(sox_effect_t * effp, int argc, char **argv) in getopts() function
H A Ddither.c333 static int getopts(sox_effect_t * effp, int argc, char * * argv) in getopts() function
H A Dmcompand.c165 static int getopts(sox_effect_t * effp, int argc, char **argv) in getopts() function
H A Dtempo.c210 static int getopts(sox_effect_t * effp, int argc, char **argv) in getopts() function
H A Dreverb.c180 static int getopts(sox_effect_t * effp, int argc, char **argv) in getopts() function
H A Dsynth.c197 static int getopts(sox_effect_t * effp, int argc, char **argv) in getopts() function
H A Dspectrogram.c187 static int getopts(sox_effect_t *effp, int argc, char **argv) in getopts() function
H A Dsox.h1569 …sox_effect_handler_getopts getopts; /**< Called to parse command-line arguments (called once per e… member