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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_abs_send_time.cc 125 int64_t prev_send_time = -1; local
130 if (prev_send_time >= 0) {
131 int send_delta_ms = it->send_time_ms - prev_send_time;
146 prev_send_time = it->send_time_ms;

Completed in 49 milliseconds