Home
last modified time | relevance | path

Searched refs:time_of_last_received_packet (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_single_stream.cc149 const int64_t time_of_last_received_packet = in UpdateEstimate() local
151 if (time_of_last_received_packet >= 0 && in UpdateEstimate()
152 now_ms - time_of_last_received_packet > kStreamTimeOutMs) { in UpdateEstimate()