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

  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.h 43 bool WasMixed() const;
audio_conference_mixer_impl.cc 88 bool MixHistory::WasMixed() const {
546 bool wasMixed = false;
547 wasMixed = (*participant)->_mixHistory->WasMixed();
578 if(!wasMixed) {
611 replaceWasMixed = it->second->_mixHistory->WasMixed();
630 if(wasMixed) {
646 if(wasMixed) {
    [all...]

Completed in 36 milliseconds