Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dcompand.c190 int filechans = effp->out_signal.channels; in flow() local
193 for (idone = 0,odone = 0; idone < len; ibuf += filechans) { in flow()
197 for (chan = 0; chan < filechans; ++chan) { in flow()
198 if (l->expectedChannels == 1 && filechans > 1) { in flow()
202 for (i = 0; i < filechans; ++i) { in flow()
213 for (chan = 0; chan < filechans; ++chan) { in flow()
H A Dmcompand.c275 …t * c, comp_band_t * l, const sox_sample_t *ibuf, sox_sample_t *obuf, size_t len, size_t filechans) in sox_mcompand_flow_1() argument
279 for (idone = 0, odone = 0; idone < len; ibuf += filechans) { in sox_mcompand_flow_1()
284 if (l->expectedChannels == 1 && filechans > 1) { in sox_mcompand_flow_1()
287 for (chan = 0; chan < filechans; ++chan) { in sox_mcompand_flow_1()
294 for (chan = 0; chan < filechans; ++chan) in sox_mcompand_flow_1()
299 for (chan = 0; chan < filechans; ++chan) { in sox_mcompand_flow_1()