Searched refs:getopts_nchannels (Results 1 – 1 of 1) sorted by relevance
106 size_t getopts_nchannels; member244 …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()