Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dnack.cc35 timestamp_last_decoded_rtp_(0), in Nack()
64 timestamp_last_decoded_rtp_ = timestamp; in UpdateLastReceivedPacket()
155 timestamp_last_decoded_rtp_ = timestamp; in UpdateLastDecodedPacket()
175 timestamp_last_decoded_rtp_ += sample_rate_khz_ * 10; in UpdateLastDecodedPacket()
191 timestamp_last_decoded_rtp_ = 0; in Reset()
214 uint32_t timestamp_increase = timestamp - timestamp_last_decoded_rtp_; in TimeToPlay()
Dnack.h188 uint32_t timestamp_last_decoded_rtp_; variable