Searched refs:complete_time_ms (Results 1 – 2 of 2) sorted by relevance
54 if (prev_timestamp_group_.complete_time_ms >= 0) { in ComputeDeltas()57 *arrival_time_delta_ms = current_timestamp_group_.complete_time_ms - in ComputeDeltas()58 prev_timestamp_group_.complete_time_ms; in ComputeDeltas()105 current_timestamp_group_.complete_time_ms = arrival_time_ms; in ComputeDeltas()144 assert(current_timestamp_group_.complete_time_ms >= 0); in BelongsToBurst()146 arrival_time_ms - current_timestamp_group_.complete_time_ms; in BelongsToBurst()
61 complete_time_ms(-1) {} in TimestampGroup()63 bool IsFirstPacket() const { return complete_time_ms == -1; } in IsFirstPacket()69 int64_t complete_time_ms; member