Lines Matching defs:stats
318 RTPStatistics *stats = &s->statistics;
354 extended_max = stats->cycles + stats->max_seq;
355 expected = extended_max - stats->base_seq;
356 lost = expected - stats->received;
358 expected_interval = expected - stats->expected_prior;
359 stats->expected_prior = expected;
360 received_interval = stats->received - stats->received_prior;
361 stats->received_prior = stats->received;
372 avio_wb32(pb, stats->jitter >> 4); /* jitter */