Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dnack.cc32 timestamp_last_received_rtp_(0), in Nack()
58 timestamp_last_received_rtp_ = timestamp; in UpdateLastReceivedPacket()
84 timestamp_last_received_rtp_ = timestamp; in UpdateLastReceivedPacket()
91 timestamp_current_received_rtp - timestamp_last_received_rtp_; in UpdateSamplesPerPacket()
119 return sequence_num_diff * samples_per_packet_ + timestamp_last_received_rtp_; in EstimateTimestamp()
188 timestamp_last_received_rtp_ = 0; in Reset()
Dnack.h183 uint32_t timestamp_last_received_rtp_; variable