Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsynth.c106 size_t getopts_nchannels; member
244 …nels = lsx_realloc(p->getopts_channels, sizeof(*p->getopts_channels) * (p->getopts_nchannels + 1)); in getopts()
245 chan = &p->getopts_channels[p->getopts_nchannels++]; in getopts()
310 if (!p->getopts_nchannels) { in getopts()
313 ++p->getopts_nchannels; in getopts()
317 effp->in_signal.channels = p->getopts_nchannels; in getopts()
342 *chan = p->getopts_channels[i % p->getopts_nchannels]; in start()