OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:best_span
(Results
1 - 1
of
1
) sorted by null
/external/speex/libspeex/
jitter.c
555
int
best_span
=0;
local
562
if (!found || LT32(jitter->packets[i].timestamp,best_time) || (jitter->packets[i].timestamp==best_time && GT32(jitter->packets[i].span,
best_span
)))
565
best_span
= jitter->packets[i].span;
Completed in 125 milliseconds