Searched refs:IsFirstPacket (Results 1 – 2 of 2) sorted by relevance
44 if (current_timestamp_group_.IsFirstPacket()) { in ComputeDeltas()112 if (current_timestamp_group_.IsFirstPacket()) { in PacketInOrder()128 if (current_timestamp_group_.IsFirstPacket()) { in NewTimestampGroup()
63 bool IsFirstPacket() const { return complete_time_ms == -1; } in IsFirstPacket() function