Home | History | Annotate | Download | only in audio

Lines Matching full:num_preprocessors

635     int num_preprocessors;
2157 for (i = 0; i < in->num_preprocessors; i++) {
2335 for (i = 0; i < in->num_preprocessors; i++)
2385 if (in->num_preprocessors != 0)
2425 if (in->num_preprocessors >= MAX_PREPROCESSORS) {
2434 in->preprocessors[in->num_preprocessors++] = effect;
2461 if (in->num_preprocessors <= 0) {
2466 for (i = 0; i < in->num_preprocessors; i++) {
2481 in->num_preprocessors--;