Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/webaudio/
DRealtimeAnalyser.cpp103 …bool isBusGood = bus && bus->numberOfChannels() > 0 && bus->channel(0)->length() >= framesToProces… in writeInput() local
104 ASSERT(isBusGood); in writeInput()
105 if (!isBusGood) in writeInput()
DAudioBufferSourceNode.cpp265 …bool isBusGood = destinationBus && destinationBus->length() == framesToProcess && destinationBus->… in readFromBuffer() local
266 ASSERT(isBusGood); in readFromBuffer()
267 if (!isBusGood) in readFromBuffer()
/external/webkit/Source/WebCore/platform/audio/
DHRTFElevation.cpp113 bool isBusGood = responseLength == expectedLength && impulseResponse->numberOfChannels() == 2; in calculateKernelsForAzimuthElevation() local
114 ASSERT(isBusGood); in calculateKernelsForAzimuthElevation()
115 if (!isBusGood) in calculateKernelsForAzimuthElevation()