Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dinter_arrival.cc42 if (current_timestamp_group_.IsFirstPacket()) { in ComputeDeltas()
86 if (current_timestamp_group_.IsFirstPacket()) { in PacketInOrder()
102 if (current_timestamp_group_.IsFirstPacket()) { in NewTimestampGroup()
Dinter_arrival.h56 bool IsFirstPacket() const { in IsFirstPacket() function