Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/webaudio/
DAudioBufferSourceNode.cpp162 float* destinationR = (numberOfChannels < 2) ? 0 : bus->channel(1)->data(); in provideInput() local
293 float* destinationR = numberOfChannels == 2 ? destinationBus->channel(1)->data() : 0; in readFromBuffer() local
312 …GrainEnvelope(float* sourceL, float* sourceR, float* destinationL, float* destinationR, size_t fra… in readFromBufferWithGrainEnvelope()
DJavaScriptAudioNode.cpp172 float* destinationR = outputBus->channel(1)->data(); in process() local
/external/webkit/Source/WebCore/platform/audio/
DEqualPowerPanner.cpp65 float* destinationR = outputBus->channelByType(AudioBus::ChannelRight)->data(); in pan() local
DHRTFPanner.cpp157 float* destinationR = outputBus->channelByType(AudioBus::ChannelRight)->data(); in pan() local
DAudioBus.cpp256 float* destinationR = numberOfDestinationChannels > 1 ? channelByType(ChannelRight)->data() : 0; in processWithGainFromMonoStereo() local