OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_participantList
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.cc
119
_participantList
(),
376
// participant is in the
_participantList
if it is being mixed.
383
IsParticipantInList(*participant,
_participantList
);
393
success = AddParticipantToList(participant, &
_participantList
);
395
success = RemoveParticipantFromList(participant, &
_participantList
);
405
size_t numMixedNonAnonymous =
_participantList
.size();
423
return IsParticipantInList(participant,
_participantList
);
440
return AddParticipantToList(participant, &
_participantList
) ? 0 : -1;
446
&
_participantList
);
493
GetLowestMixingFrequencyFromList(
_participantList
);
[
all
...]
audio_conference_mixer_impl.h
167
MixerParticipantList
_participantList
; // May be mixed.
Completed in 63 milliseconds