Searched refs:complete_time_ms (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dinter_arrival.h54 complete_time_ms(-1) {}
57 return complete_time_ms == -1;
63 int64_t complete_time_ms; member in struct:webrtc::InterArrival::TimestampGroup
H A Dinter_arrival.cc51 if (prev_timestamp_group_.complete_time_ms >= 0) {
54 *arrival_time_delta_ms = current_timestamp_group_.complete_time_ms -
55 prev_timestamp_group_.complete_time_ms;
80 current_timestamp_group_.complete_time_ms = arrival_time_ms;
118 assert(current_timestamp_group_.complete_time_ms >= 0);
120 current_timestamp_group_.complete_time_ms;

Completed in 157 milliseconds