Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dspectrogram.c92 const char *duration_str; member
239 p->duration_str = lsx_strdup(optstate.arg); in getopts()
249 if (!!p->x_size0 + !!p->pixels_per_sec + !!p->duration_str > 2) { in getopts()
364 if (p->duration_str) { in start()
365 lsx_parsesamples(effp->in_signal.rate, p->duration_str, &d, 't'); in start()