Home
last modified time | relevance | path

Searched refs:topologyMatches (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/audio/
DAudioBus.h103 bool topologyMatches(const AudioBus &sourceBus) const;
DAudioBus.cpp159 bool AudioBus::topologyMatches(const AudioBus& bus) const in topologyMatches() function in WebCore::AudioBus
413 if (!topologyMatches(sourceBus)) { in copyWithGainFrom()
500 if (sourceBus.numberOfChannels() != 1 && !topologyMatches(sourceBus)) { in copyWithSampleAccurateGainValuesFrom()