Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dvad.c36 int bootCountMax, bootCount; member
159 p->bootCount = p->measuresIndex = p->flushedLen_ns = p->samplesIndex_ns = 0; in start()
188 priv_t * p, chan_t * c, size_t index_ns, unsigned step_ns, int bootCount) in measure() argument
201 mult = bootCount >= 0? bootCount / (1. + bootCount) : p->measureTcMult; in measure()
204 mult = bootCount >= 0? 0 : in measure()
233 double meas = measure(p, c, x, effp->in_signal.channels, p->bootCount); in flowTrigger()
259 if (p->bootCount >= 0) in flowTrigger()
260 p->bootCount = p->bootCount == p->bootCountMax? -1 : p->bootCount + 1; in flowTrigger()