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

  /external/webrtc/webrtc/modules/audio_coding/neteq/
decision_logic.cc 74 timescale_hold_off_(kMinTimescaleInterval),
87 timescale_hold_off_ = 0;
95 timescale_hold_off_ = kMinTimescaleInterval;
173 timescale_hold_off_ = kMinTimescaleInterval;
180 timescale_hold_off_ = std::max(timescale_hold_off_ - 1, 0);
decision_logic_normal.h 85 bool TimescaleAllowed() const { return timescale_hold_off_ == 0; }
decision_logic.h 159 int timescale_hold_off_; member in class:webrtc::DecisionLogic

Completed in 749 milliseconds