Searched refs:complete_time_ms (Results 1 – 2 of 2) sorted by relevance
51 if (prev_timestamp_group_.complete_time_ms >= 0) { in ComputeDeltas()54 *arrival_time_delta_ms = current_timestamp_group_.complete_time_ms - in ComputeDeltas()55 prev_timestamp_group_.complete_time_ms; in ComputeDeltas()80 current_timestamp_group_.complete_time_ms = arrival_time_ms; in ComputeDeltas()118 assert(current_timestamp_group_.complete_time_ms >= 0); in BelongsToBurst()120 current_timestamp_group_.complete_time_ms; in BelongsToBurst()
54 complete_time_ms(-1) {} in TimestampGroup()57 return complete_time_ms == -1; in IsFirstPacket()63 int64_t complete_time_ms; member