OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChannelRight
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioBus.h
48
ChannelRight
= 1,
AudioBus.cpp
114
case
ChannelRight
: return channel(1);
121
case
ChannelRight
: return channel(1);
130
case
ChannelRight
: return channel(1);
140
case
ChannelRight
: return channel(1);
286
const float* sourceR = sourceBusSafe.channelByType(
ChannelRight
)->data();
328
const float* sourceR = sourceBusSafe.channelByType(
ChannelRight
)->data();
351
const float* sourceR = sourceBusSafe.channelByType(
ChannelRight
)->data();
EqualPowerPanner.cpp
69
float* destinationR = outputBus->channelByType(AudioBus::
ChannelRight
)->mutableData();
HRTFPanner.cpp
157
const AudioChannel* inputChannelR = numInputChannels > 1 ? inputBus->channelByType(AudioBus::
ChannelRight
) : 0;
163
float* destinationR = outputBus->channelByType(AudioBus::
ChannelRight
)->mutableData();
HRTFElevation.cpp
174
AudioChannel* rightEarImpulseResponse = response->channel(AudioBus::
ChannelRight
);
194
AudioChannel* rightEarImpulseResponse = impulseResponse->channelByType(AudioBus::
ChannelRight
);
Completed in 46 milliseconds