HomeSort by relevance Sort by last modified time
    Searched full:lost_count (Results 1 - 1 of 1) sorted by null

  /external/speex/libspeex/
jitter.c 166 int lost_count; /**< Number of consecutive lost packets */ member in struct:JitterBuffer_
315 jitter->lost_count = 0;
404 if (jitter->lost_count>20)
585 jitter->lost_count = 0;
640 jitter->lost_count++;
642 /*fprintf (stderr, "lost_count = %d\n", jitter->lost_count);*/

Completed in 1196 milliseconds