Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dremix.c24 unsigned num_out_channels, min_in_channels; member
55 for (i = 0; i < p->num_out_channels; ++i) { in parse()
97 effp->out_signal.channels = p->num_out_channels; in parse()
105 for (j = 0; j < p->num_out_channels; j++) { in show()
124 p->num_out_channels = argc; in create()
125 p->out_specs = lsx_calloc(p->num_out_channels, sizeof(*p->out_specs)); in create()
183 for (i = 0; i < p->num_out_channels; ++i) { in closedown()
209 if (sscanf(argv[1], "%d %c", (int *)&p->num_out_channels, in channels_create()
210 &dummy) != 1 || (int)p->num_out_channels <= 0) in channels_create()
212 effp->out_signal.channels = p->num_out_channels; in channels_create()
[all …]