Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dnoiseprof.c29 int *profilecount; member
87 data->chandata[i].profilecount = lsx_calloc(FREQCOUNT, sizeof(int)); in sox_noiseprof_start()
105 chan->profilecount[i] ++; in collect_data()
190 double r = chan->profilecount[j] != 0 ? in sox_noiseprof_stop()
191 chan->sum[j] / chan->profilecount[j] : 0; in sox_noiseprof_stop()
197 free(chan->profilecount); in sox_noiseprof_stop()