Lines Matching refs:handle_count
47 size_t handle_count; member
252 while (l_st->handle_count < effp->in_signal.channels) in sox_ladspa_start()
253 l_st->handles[l_st->handle_count++] = l_st->desc->instantiate(l_st->desc, rate); in sox_ladspa_start()
282 l_st->handle_count = 1; in sox_ladspa_start()
288 for (h = 0; h < l_st->handle_count; h++) { in sox_ladspa_start()
291 for (h = 0; l_st->desc->cleanup && h < l_st->handle_count; h++) { in sox_ladspa_start()
297 l_st->handle_count = 0; in sox_ladspa_start()
307 for (h = 0; h < l_st->handle_count; h++) in sox_ladspa_start()
314 for (h = 0; h < l_st->handle_count; h++) in sox_ladspa_start()
331 const size_t total_input_count = l_st->input_count * l_st->handle_count; in sox_ladspa_flow()
332 const size_t total_output_count = l_st->output_count * l_st->handle_count; in sox_ladspa_flow()
364 port = l_st->inputs[j / l_st->handle_count]; in sox_ladspa_flow()
371 port = l_st->outputs[j / l_st->handle_count]; in sox_ladspa_flow()
376 for (h = 0; h < l_st->handle_count; h++) in sox_ladspa_flow()
450 for (h = 0; h < l_st->handle_count; h++) { in sox_ladspa_stop()
458 l_st->handle_count = 0; in sox_ladspa_stop()