Searched defs:isGood (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DAudioDestinationNode.h83 bool isGood = destinationBus && destinationBus->length() == numberOfFrames && m_sourceBus->length() == numberOfFrames; variable
84 ASSERT(isGood); variable
H A DAudioParam.cpp116 bool isGood = context() && context()->isAudioThread() && values && numberOfValues; local
H A DBiquadDSPKernel.cpp132 bool isGood = nFrequencies > 0 && frequencyHz && magResponse && phaseResponse; local
H A DOscillatorNode.cpp156 bool isGood = framesToProcess <= m_phaseIncrements.size() && framesToProcess <= m_detuneValues.size(); local
H A DPeriodicWave.cpp50 bool isGood = real && imag && real->length() == imag->length(); local
H A DAudioContext.cpp817 bool isGood = m_isInitialized && isGraphOwner(); local
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DAudioFIFO.cpp48 bool isGood = destination && (framesToConsume <= m_fifoLength) && (framesToConsume <= m_framesInFifo) && (destination->length() >= framesToConsume); local
87 bool isGood = sourceBus && (m_framesInFifo + sourceBus->length() <= m_fifoLength); local
H A DAudioResamplerKernel.cpp66 bool isGood = m_fillIndex < m_sourceBuffer.size() && m_fillIndex + framesNeeded <= m_sourceBuffer.size(); local
H A DFFTConvolver.cpp56 bool isGood = !(halfSize % framesToProcess && framesToProcess % halfSize); local
H A DMultiChannelResampler.cpp72 bool isGood = m_multiChannelBus.get() && framesToProcess == m_framesToProcess; local
H A DSincResampler.cpp202 bool isGood = sourceProvider && m_blockSize > m_kernelSize && m_inputBuffer.size() >= m_blockSize + m_kernelSize && !(m_kernelSize % 2); local

Completed in 94 milliseconds