HomeSort by relevance Sort by last modified time
    Searched full:timestamp_last_decoded_rtp_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/
nack.cc 35 timestamp_last_decoded_rtp_(0),
64 timestamp_last_decoded_rtp_ = timestamp;
155 timestamp_last_decoded_rtp_ = timestamp;
175 timestamp_last_decoded_rtp_ += sample_rate_khz_ * 10;
191 timestamp_last_decoded_rtp_ = 0;
214 uint32_t timestamp_increase = timestamp - timestamp_last_decoded_rtp_;
nack.h 188 uint32_t timestamp_last_decoded_rtp_; member in class:webrtc::Nack

Completed in 477 milliseconds