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

  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
MultiChannelResampler.cpp 58 bool isBusGood = bus && bus->numberOfChannels() == 1;
59 ASSERT(isBusGood);
60 if (!isBusGood)
HRTFElevation.cpp 88 bool isBusGood = responseLength == expectedLength && bus->numberOfChannels() == 2;
89 ASSERT(isBusGood);
90 if (!isBusGood)
188 bool isBusGood = responseLength == expectedLength && impulseResponse->numberOfChannels() == 2;
189 ASSERT(isBusGood);
190 if (!isBusGood)
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
RealtimeAnalyser.cpp 104 bool isBusGood = bus && bus->numberOfChannels() > 0 && bus->channel(0)->length() >= framesToProcess;
105 ASSERT(isBusGood);
106 if (!isBusGood)
119 // The source has already been sanity checked with isBusGood above.

Completed in 51 milliseconds