Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsynth.c104 char * length_str; member
218 p->length_str = lsx_strdup(argv[argn]); in getopts()
220 n = lsx_parsesamples(0., p->length_str, &p->samples_to_do, 't'); in getopts()
281 if (p->length_str == NULL) { in getopts()
331 if (p->length_str) { in start()
332 if (lsx_parsesamples(effp->in_signal.rate, p->length_str, &p->samples_to_do, 't') == NULL) in start()
663 free(p->length_str); in lsx_kill()