Home | History | Annotate | Download | only in source

Lines Matching refs:latest_packet_time

261   waiting_for_completion_.latest_packet_time = -1;
306 waiting_for_completion_.latest_packet_time = -1;
506 if (waiting_for_completion_.latest_packet_time >= 0) {
514 waiting_for_completion_.latest_packet_time =
648 waiting_for_completion_.latest_packet_time = now_ms;
649 } else if (waiting_for_completion_.latest_packet_time >= 0 &&
650 waiting_for_completion_.latest_packet_time + 2000 <= now_ms) {
653 waiting_for_completion_.latest_packet_time = -1;
1211 if (sample.latest_packet_time == -1) {
1214 UpdateJitterEstimate(sample.latest_packet_time, sample.timestamp,