HomeSort by relevance Sort by last modified time
    Searched defs:provideInput (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/webaudio/
AudioDestinationNode.cpp 53 void AudioDestinationNode::provideInput(AudioBus* destinationBus, size_t numberOfFrames)
AudioBufferSourceNode.cpp 114 // m_schedulingFrameDelay is used in provideInput(), so factor in the current playback pitch rate.
122 // Read the samples through the pitch resampler. Our provideInput() method will be called by the resampler.
138 void AudioBufferSourceNode::provideInput(AudioBus* bus, size_t numberOfFrames)
188 // m_schedulingFrameDelay will only be non-zero the very first time that provideInput() is called, which corresponds

Completed in 196 milliseconds