Home
last modified time | relevance | path

Searched defs:destinationL (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/webaudio/
DAudioBufferSourceNode.cpp158 float* destinationL = bus->channel(0)->data(); in provideInput() local
292 float* destinationL = destinationBus->channel(0)->data(); in readFromBuffer() local
312 …e::readFromBufferWithGrainEnvelope(float* sourceL, float* sourceR, float* destinationL, float* des… in readFromBufferWithGrainEnvelope()
DJavaScriptAudioNode.cpp171 float* destinationL = outputBus->channel(0)->data(); in process() local
/external/webkit/Source/WebCore/platform/audio/
DEqualPowerPanner.cpp64 float* destinationL = outputBus->channelByType(AudioBus::ChannelLeft)->data(); in pan() local
DHRTFPanner.cpp156 float* destinationL = outputBus->channelByType(AudioBus::ChannelLeft)->data(); in pan() local
DAudioBus.cpp255 float* destinationL = channelByType(ChannelLeft)->data(); in processWithGainFromMonoStereo() local