Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Dinter_arrival.cc27 current_timestamp_group_(), in InterArrival()
44 if (current_timestamp_group_.IsFirstPacket()) { in ComputeDeltas()
47 current_timestamp_group_.timestamp = timestamp; in ComputeDeltas()
48 current_timestamp_group_.first_timestamp = timestamp; in ComputeDeltas()
49 current_timestamp_group_.first_arrival_ms = arrival_time_ms; in ComputeDeltas()
56 current_timestamp_group_.timestamp - prev_timestamp_group_.timestamp; in ComputeDeltas()
57 *arrival_time_delta_ms = current_timestamp_group_.complete_time_ms - in ComputeDeltas()
62 current_timestamp_group_.last_system_time_ms - in ComputeDeltas()
89 *packet_size_delta = static_cast<int>(current_timestamp_group_.size) - in ComputeDeltas()
93 prev_timestamp_group_ = current_timestamp_group_; in ComputeDeltas()
[all …]
Dinter_arrival.h85 TimestampGroup current_timestamp_group_; variable