Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dmcompand.c70 size_t nBands; member
182 c->nBands = (argc+1)>>1; in getopts()
184 c->bands = lsx_calloc(c->nBands, sizeof(comp_band_t)); in getopts()
186 for (i=0;i<c->nBands;++i) { in getopts()
194 if (i == (c->nBands-1)) in getopts()
223 for (band=0;band<c->nBands;++band) { in start()
230 for (band=0;band<c->nBands;++band) { in start()
384 for (band=0,abuf=ibuf_copy,bbuf=c->band_buf2,cbuf=c->band_buf1;band<c->nBands;++band) { in flow()
447 for (band=0;band<c->nBands;++band) { in drain()
478 for (band = 0; band < c->nBands; band++) { in stop()
[all …]