Searched refs:time_of_last_received_packet (Results 1 – 1 of 1) sorted by relevance
149 const int64_t time_of_last_received_packet = in UpdateEstimate() local151 if (time_of_last_received_packet >= 0 && in UpdateEstimate()152 now_ms - time_of_last_received_packet > kStreamTimeOutMs) { in UpdateEstimate()