HomeSort by relevance Sort by last modified time
    Searched full:send_delta_ms (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_abs_send_time.cc 79 int send_delta_ms,
85 return fabs(static_cast<float>(send_delta_ms) - cluster_mean) < 2.5f;
131 int send_delta_ms = it->send_time_ms - prev_send_time; local
133 if (send_delta_ms >= 1 && recv_delta_ms >= 1) {
136 if (!IsWithinClusterBounds(send_delta_ms, current)) {
141 current.send_mean_ms += send_delta_ms;
287 int send_delta_ms = -1;
290 send_delta_ms = send_time_ms - probes_.back().send_time_ms;
295 << " ms, send delta=" << send_delta_ms
remote_bitrate_estimator_abs_send_time.h 95 static bool IsWithinClusterBounds(int send_delta_ms,

Completed in 52 milliseconds