Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Dinter_arrival.cc44 if (current_timestamp_group_.IsFirstPacket()) { in ComputeDeltas()
112 if (current_timestamp_group_.IsFirstPacket()) { in PacketInOrder()
128 if (current_timestamp_group_.IsFirstPacket()) { in NewTimestampGroup()
Dinter_arrival.h63 bool IsFirstPacket() const { return complete_time_ms == -1; } in IsFirstPacket() function