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