Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dinter_arrival.cc28 prev_timestamp_group_(), in InterArrival()
51 if (prev_timestamp_group_.complete_time_ms >= 0) { in ComputeDeltas()
53 prev_timestamp_group_.timestamp; in ComputeDeltas()
55 prev_timestamp_group_.complete_time_ms; in ComputeDeltas()
66 static_cast<int>(prev_timestamp_group_.size); in ComputeDeltas()
69 prev_timestamp_group_ = current_timestamp_group_; in ComputeDeltas()
Dinter_arrival.h77 TimestampGroup prev_timestamp_group_; variable