Searched refs:prev_timestamp_group_ (Results 1 – 2 of 2) sorted by relevance
28 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()
86 TimestampGroup prev_timestamp_group_; variable