HomeSort by relevance Sort by last modified time
    Searched refs:ChannelRight (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/audio/
AudioBus.cpp 94 case ChannelRight: return channel(1);
101 case ChannelRight: return channel(1);
110 case ChannelRight: return channel(1);
120 case ChannelRight: return channel(1);
253 const float* sourceR = numberOfSourceChannels > 1 ? sourceBusSafe.channelByType(ChannelRight)->data() : 0;
256 float* destinationR = numberOfDestinationChannels > 1 ? channelByType(ChannelRight)->data() : 0;
EqualPowerPanner.cpp 65 float* destinationR = outputBus->channelByType(AudioBus::ChannelRight)->data();
HRTFPanner.cpp 151 AudioChannel* inputChannelR = numInputChannels > 1 ? inputBus->channelByType(AudioBus::ChannelRight) : 0;
157 float* destinationR = outputBus->channelByType(AudioBus::ChannelRight)->data();
AudioBus.h 47 ChannelRight = 1,
HRTFElevation.cpp 119 AudioChannel* rightEarImpulseResponse = impulseResponse->channelByType(AudioBus::ChannelRight);

Completed in 29 milliseconds