Home
last modified time | relevance | path

Searched refs:min_time_between_switches_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/session/media/
Dcurrentspeakermonitor.cc49 min_time_between_switches_(kDefaultMinTimeBetweenSwitches) {} in CurrentSpeakerMonitor()
82 min_time_between_switches_ = min_time_between_switches; in set_min_time_between_switches()
188 earliest_permitted_switch_time_ = now + min_time_between_switches_; in OnAudioMonitor()
Dcurrentspeakermonitor.h107 uint32_t min_time_between_switches_; variable