Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/acm2/
Dinitial_delay_manager.cc20 last_receive_timestamp_(0), in InitialDelayManager()
158 last_receive_timestamp_ = receive_timestamp; in RecordLastPacket()
179 int num_late_packets = (timestamp_now - last_receive_timestamp_) / in LatePackets()
203 sync_stream->receive_timestamp = last_receive_timestamp_ + timestamp_update; in LatePackets()
216 last_receive_timestamp_ += timestamp_update; in LatePackets()
Dinitial_delay_manager.h97 uint32_t last_receive_timestamp_; variable