Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dinter_arrival.cc27 current_timestamp_group_(), in InterArrival()
42 if (current_timestamp_group_.IsFirstPacket()) { in ComputeDeltas()
45 current_timestamp_group_.timestamp = timestamp; in ComputeDeltas()
46 current_timestamp_group_.first_timestamp = timestamp; in ComputeDeltas()
52 *timestamp_delta = current_timestamp_group_.timestamp - in ComputeDeltas()
54 *arrival_time_delta_ms = current_timestamp_group_.complete_time_ms - in ComputeDeltas()
65 *packet_size_delta = static_cast<int>(current_timestamp_group_.size) - in ComputeDeltas()
69 prev_timestamp_group_ = current_timestamp_group_; in ComputeDeltas()
71 current_timestamp_group_.first_timestamp = timestamp; in ComputeDeltas()
72 current_timestamp_group_.timestamp = timestamp; in ComputeDeltas()
[all …]
Dinter_arrival.h76 TimestampGroup current_timestamp_group_; variable