Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_conference_mixer/source/
Daudio_conference_mixer_impl.cc207 std::map<int, MixerParticipant*> mixedParticipantsMap; in Process() local
257 UpdateToMix(&mixList, &rampOutList, &mixedParticipantsMap, in Process()
261 UpdateMixedStatus(mixedParticipantsMap); in Process()
749 const std::map<int, MixerParticipant*>& mixedParticipantsMap) const { in UpdateMixedStatus()
752 assert(mixedParticipantsMap.size() <= kMaximumAmountOfMixedParticipants); in UpdateMixedStatus()
762 mixedParticipantsMap.begin(); in UpdateMixedStatus()
763 it != mixedParticipantsMap.end(); in UpdateMixedStatus()