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

  /external/webrtc/webrtc/modules/audio_coding/neteq/
nack.cc 32 timestamp_last_received_rtp_(0),
58 timestamp_last_received_rtp_ = timestamp;
84 timestamp_last_received_rtp_ = timestamp;
91 timestamp_current_received_rtp - timestamp_last_received_rtp_;
119 return sequence_num_diff * samples_per_packet_ + timestamp_last_received_rtp_;
188 timestamp_last_received_rtp_ = 0;
nack.h 183 uint32_t timestamp_last_received_rtp_; member in class:webrtc::Nack

Completed in 44 milliseconds