Home
last modified time | relevance | path

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

/external/speex/libspeex/
Djitter.c85 …int curr_count; /**< Number of packet timings we got (including those we disca… member
93 tb->curr_count = 0; in tb_init()
103 tb->curr_count++; in tb_add()
128 tb->counts[pos] = tb->curr_count; in tb_add()
130 tb->curr_count++; in tb_add()
195 tot_count += tb[i].curr_count; in compute_opt_delay()
342 if (jitter->timeBuffers[0]->curr_count >= jitter->subwindow_size) in update_timings()