Searched refs:destinationLength (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DAudioBufferSourceNode.cpp183 size_t destinationLength = bus->length();
185 bool isLengthGood = destinationLength <= 4096 && numberOfFrames <= 4096;
190 bool isOffsetGood = destinationFrameOffset <= destinationLength && destinationFrameOffset + numberOfFrames <= destinationLength;
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/
H A DAudioBus.cpp569 int destinationLength = sourceLength / sampleRateRatio; local
573 RefPtr<AudioBus> destinationBus = create(numberOfDestinationChannels, destinationLength);

Completed in 125 milliseconds