Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Dinter_arrival.cc28 prev_timestamp_group_(), in InterArrival()
54 if (prev_timestamp_group_.complete_time_ms >= 0) { in ComputeDeltas()
56 current_timestamp_group_.timestamp - prev_timestamp_group_.timestamp; in ComputeDeltas()
58 prev_timestamp_group_.complete_time_ms; in ComputeDeltas()
63 prev_timestamp_group_.last_system_time_ms; in ComputeDeltas()
90 static_cast<int>(prev_timestamp_group_.size); in ComputeDeltas()
93 prev_timestamp_group_ = current_timestamp_group_; in ComputeDeltas()
163 prev_timestamp_group_ = TimestampGroup(); in Reset()
Dinter_arrival.h86 TimestampGroup prev_timestamp_group_; variable