Searched refs:PortCount (Results 1 – 2 of 2) sorted by relevance
168 l_st->control = lsx_calloc(l_st->desc->PortCount, sizeof(LADSPA_Data)); in sox_ladspa_getopts()169 l_st->inputs = lsx_malloc(l_st->desc->PortCount * sizeof(unsigned long)); in sox_ladspa_getopts()170 l_st->outputs = lsx_malloc(l_st->desc->PortCount * sizeof(unsigned long)); in sox_ladspa_getopts()172 for (i = 0; i < l_st->desc->PortCount; i++) { in sox_ladspa_getopts()303 for (i = 0; i < l_st->desc->PortCount; i++) { in sox_ladspa_start()
406 unsigned long PortCount; member