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

  /external/webkit/Source/WebCore/platform/audio/
AudioBus.cpp 87 if (channelType == ChannelMono || channelType == ChannelLeft)
93 case ChannelLeft: return channel(0);
100 case ChannelLeft: return channel(0);
109 case ChannelLeft: return channel(0);
119 case ChannelLeft: return channel(0);
252 const float* sourceL = sourceBusSafe.channelByType(ChannelLeft)->data();
255 float* destinationL = channelByType(ChannelLeft)->data();
EqualPowerPanner.cpp 64 float* destinationL = outputBus->channelByType(AudioBus::ChannelLeft)->data();
HRTFPanner.cpp 150 AudioChannel* inputChannelL = inputBus->channelByType(AudioBus::ChannelLeft);
156 float* destinationL = outputBus->channelByType(AudioBus::ChannelLeft)->data();
AudioBus.h 46 ChannelLeft = 0,
HRTFElevation.cpp 118 AudioChannel* leftEarImpulseResponse = impulseResponse->channelByType(AudioBus::ChannelLeft);

Completed in 723 milliseconds