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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
delay_manager.cc 31 packet_iat_count_ms_(0),
81 packet_iat_count_ms_ = 0;
107 int iat_packets = packet_iat_count_ms_ / packet_len_ms;
138 packet_iat_count_ms_ = 0;
148 int iat_packets_q8 = (packet_iat_count_ms_ << 8) / packet_len_ms;
299 packet_iat_count_ms_ = 0;
311 packet_iat_count_ms_ = 0;
341 packet_iat_count_ms_ += elapsed_time_ms;
346 void DelayManager::ResetPacketIatCount() { packet_iat_count_ms_ = 0; }
delay_manager.h 138 int packet_iat_count_ms_; // Milliseconds elapsed since last packet. member in class:webrtc::DelayManager

Completed in 101 milliseconds