Searched refs:isBusGood (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
H A DHRTFElevation.cpp113 bool isBusGood = responseLength == expectedLength && impulseResponse->numberOfChannels() == 2; local
114 ASSERT(isBusGood);
115 if (!isBusGood)
/external/webkit/Source/WebCore/webaudio/
H A DRealtimeAnalyser.cpp103 bool isBusGood = bus && bus->numberOfChannels() > 0 && bus->channel(0)->length() >= framesToProcess; local
104 ASSERT(isBusGood);
105 if (!isBusGood)
118 // The source has already been sanity checked with isBusGood above.
H A DAudioBufferSourceNode.cpp265 bool isBusGood = destinationBus && destinationBus->length() == framesToProcess && destinationBus->numberOfChannels() == numberOfChannels(); local
266 ASSERT(isBusGood);
267 if (!isBusGood)

Completed in 161 milliseconds