OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sumWithGainFrom
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/audio/
AudioBus.h
107
// Master gain for this bus - used with
sumWithGainFrom
() below
125
void
sumWithGainFrom
(const AudioBus &sourceBus, double* lastMixGain, double targetGain);
AudioBus.cpp
361
void AudioBus::
sumWithGainFrom
(const AudioBus &sourceBus, double* lastMixGain, double targetGain)
Completed in 17 milliseconds