Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dladspa.c168 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()
H A Dladspa.h406 unsigned long PortCount; member