Lines Matching defs:channels
61 "channels=<number of channels> "
84 unsigned long max_ladspaport_count, input_count, output_count, channels;
116 "channels",
508 for (h = 0; h < (u->channels / u->max_ladspaport_count); h++) {
510 pa_sample_clamp(PA_SAMPLE_FLOAT32NE, u->input[c], sizeof(float), src+ h*u->max_ladspaport_count + c, u->channels*sizeof(float), n);
513 pa_sample_clamp(PA_SAMPLE_FLOAT32NE, dst + h*u->max_ladspaport_count + c, u->channels*sizeof(float), u->output[c], sizeof(float), n);
552 for (c = 0; c < (u->channels / u->max_ladspaport_count); c++)
555 for (c = 0; c < (u->channels / u->max_ladspaport_count); c++)
806 for (c = 0; c < (u->channels / u->max_ladspaport_count); c++)
815 for (c = 0; c < (u->channels / u->max_ladspaport_count); c++)
909 for (c = 0; c < (u->channels / u->max_ladspaport_count); c++)
1071 u->channels = 0;
1122 u->channels = ss.channels;
1145 /* Could be if the plugin is for up-mixing stereo to 5.1 channels */
1153 if (u->channels % u->max_ladspaport_count) {
1154 pa_log("Cannot handle non-integral number of plugins required for given number of channels");
1158 pa_log_debug("Will run %lu plugin instances", u->channels / u->max_ladspaport_count);
1232 for (h = 0; h < (u->channels / u->max_ladspaport_count); h++) {
1273 for (c = 0; c < (u->channels / u->max_ladspaport_count); c++)
1440 for (c = 0; c < (u->channels / u->max_ladspaport_count); c++) {