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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
delay_manager.cc 38 minimum_delay_ms_(0),
225 // The lower limit is equivalent of |minimum_delay_ms_| in packets. We update
231 if (packet_len_ms_ > 0 && minimum_delay_ms_ > 0) {
232 int minimum_delay_packet_q8 = (minimum_delay_ms_ << 8) / packet_len_ms_;
349 // |minimum_delay_ms_| and |maximum_delay_ms_| defined by the client of this
395 minimum_delay_ms_ = delay_ms;
404 } else if (delay_ms < minimum_delay_ms_ || delay_ms < packet_len_ms_) {
delay_manager.h 149 int minimum_delay_ms_; // Externally set minimum delay. member in class:webrtc::DelayManager
152 // |minimum_delay_ms_| and/or |maximum_delay_ms_|.

Completed in 41 milliseconds