Home
last modified time | relevance | path

Searched defs:numberOfSourceFrames (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/audio/
DSincResampler.cpp123 void SincResampler::consumeSource(float* buffer, unsigned numberOfSourceFrames) in consumeSource()
141 void SincResampler::process(float* source, float* destination, unsigned numberOfSourceFrames) in process()
DAudioBus.cpp148 size_t numberOfSourceFrames = sourceBuffer->length(); in createBufferFromRange() local