OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:processWithGainFrom
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/audio/
AudioBus.h
138
void
processWithGainFrom
(const AudioBus &sourceBus, double* lastMixGain, double targetGain, bool sumToBus);
AudioBus.cpp
335
void AudioBus::
processWithGainFrom
(const AudioBus &sourceBus, double* lastMixGain, double targetGain, bool sumToBus)
358
processWithGainFrom
(sourceBus, lastMixGain, targetGain, false);
363
processWithGainFrom
(sourceBus, lastMixGain, targetGain, true);
Completed in 54 milliseconds