OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mixable
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/audio_conference_mixer/include/
audio_conference_mixer.h
52
bool
mixable
) = 0;
62
MixerParticipant* participant, bool
mixable
) = 0;
/external/webrtc/webrtc/voice_engine/
output_mixer.h
61
bool
mixable
);
64
bool
mixable
);
output_mixer.cc
217
bool
mixable
)
219
return _mixerModule.SetMixabilityStatus(&participant,
mixable
);
224
bool
mixable
)
226
return _mixerModule.SetAnonymousMixabilityStatus(&participant,
mixable
);
/external/webrtc/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.h
74
bool
mixable
) override;
78
MixerParticipant* participant, bool
mixable
) override;
audio_conference_mixer_impl.cc
373
MixerParticipant* participant, bool
mixable
) {
374
if (!
mixable
) {
385
if(!(
mixable
^ isMixed)) {
387
"
Mixable
is aready %s",
392
if(
mixable
) {
400
mixable
? "add" : "remove");
445
const bool
mixable
= RemoveParticipantFromList(participant,
local
447
if(!
mixable
) {
[
all
...]
Completed in 61 milliseconds