OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rampOutList
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.cc
205
AudioFrameList
rampOutList
;
257
UpdateToMix(&mixList, &
rampOutList
, &mixedParticipantsMap,
283
MaxNumChannels(&
rampOutList
)));
299
MixAnonomouslyFromList(mixedAudio,
rampOutList
);
327
ClearAudioFrameList(&
rampOutList
);
524
AudioFrameList*
rampOutList
,
528
"UpdateToMix(mixList,
rampOutList
,mixParticipantList,%d)",
623
rampOutList
->push_back(replaceFrame);
624
assert(
rampOutList
->size() <=
632
rampOutList
->push_back(audioFrame)
[
all
...]
audio_conference_mixer_impl.h
93
//
rampOutList
contain AudioFrames corresponding to an audio stream that
98
AudioFrameList*
rampOutList
,
Completed in 155 milliseconds