Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dcompand.c53 unsigned expectedChannels;/* Also flags that channels aren't to be treated member
90 l->expectedChannels = pairs; in getopts()
113 for (i = 0; i < l->expectedChannels; ++i) { in getopts()
143 l->expectedChannels, effp->out_signal.channels); in start()
144 for (i = 0; i < l->expectedChannels; ++i) in start()
151 for (i = 0; i < l->expectedChannels; ++i) in start()
198 if (l->expectedChannels == 1 && filechans > 1) { in flow()
214 int ch = l->expectedChannels > 1 ? chan : 0; in flow()
255 int c = l->expectedChannels > 1 ? chan : 0; in drain()
H A Dmcompand.c55 size_t expectedChannels; /* Also flags that channels aren't to be treated member
106 l->expectedChannels = rates; in sox_mcompand_getopts_1()
125 for (i = 0; i < l->expectedChannels; ++i) { in sox_mcompand_getopts_1()
234 for (i = 0; i < l->expectedChannels; ++i) { in start()
284 if (l->expectedChannels == 1 && filechans > 1) { in sox_mcompand_flow_1()
300 int ch = l->expectedChannels > 1 ? chan : 0; in sox_mcompand_flow_1()