Searched defs:numberOfSourceFrames (Results 1 – 2 of 2) sorted by relevance
131 void SincResampler::consumeSource(float* buffer, unsigned numberOfSourceFrames) in consumeSource()152 BufferSourceProvider(const float* source, size_t numberOfSourceFrames) in BufferSourceProvider()186 void SincResampler::process(const float* source, float* destination, unsigned numberOfSourceFrames) in process()
176 size_t numberOfSourceFrames = sourceBuffer->length(); in createBufferFromRange() local