HomeSort by relevance Sort by last modified time
    Searched refs:topologyMatches (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/audio/
AudioBus.h 86 bool topologyMatches(const AudioBus &sourceBus) const;
AudioBus.cpp 134 bool AudioBus::topologyMatches(const AudioBus& bus) const
339 if (sourceBus.numberOfChannels() != 1 && !topologyMatches(sourceBus))

Completed in 52 milliseconds