Home | History | Annotate | Download | only in neteq

Lines Matching refs:it

51   std::list<Peak>::const_iterator it;
52 for (it = peak_history_.begin(); it != peak_history_.end(); ++it) {
53 max_height = std::max(max_height, it->peak_height_packets);
60 std::list<Peak>::const_iterator it;
61 for (it = peak_history_.begin(); it != peak_history_.end(); ++it) {
62 max_period = std::max(max_period, it->period_ms);
92 // was registered. It seams that the network conditions have changed.