Home
last modified time | relevance | path

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

/external/speex/libspeexdsp/
Djitter.c83 …int curr_count; /**< Number of packet timings we got (including those we disca… member
91 tb->curr_count = 0; in tb_init()
101 tb->curr_count++; in tb_add()
126 tb->counts[pos] = tb->curr_count; in tb_add()
128 tb->curr_count++; in tb_add()
193 tot_count += tb[i].curr_count; in compute_opt_delay()
340 if (jitter->timeBuffers[0]->curr_count >= jitter->subwindow_size) in update_timings()