OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChannelLeft
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioBus.cpp
110
if (channelType == ChannelMono || channelType ==
ChannelLeft
)
116
case
ChannelLeft
: return channel(0);
123
case
ChannelLeft
: return channel(0);
132
case
ChannelLeft
: return channel(0);
142
case
ChannelLeft
: return channel(0);
288
const float* sourceL = sourceBusSafe.channelByType(
ChannelLeft
)->data();
291
float* destination = channelByType(
ChannelLeft
)->mutableData();
330
const float* sourceL = sourceBusSafe.channelByType(
ChannelLeft
)->data();
333
float* destination = channelByType(
ChannelLeft
)->mutableData();
353
const float* sourceL = sourceBusSafe.channelByType(
ChannelLeft
)->data()
[
all
...]
AudioBus.h
47
ChannelLeft
= 0,
EqualPowerPanner.cpp
66
float* destinationL = outputBus->channelByType(AudioBus::
ChannelLeft
)->mutableData();
HRTFPanner.cpp
165
const AudioChannel* inputChannelL = inputBus->channelByType(AudioBus::
ChannelLeft
);
171
float* destinationL = outputBus->channelByType(AudioBus::
ChannelLeft
)->mutableData();
HRTFElevation.cpp
164
AudioChannel* leftEarImpulseResponse = response->channel(AudioBus::
ChannelLeft
);
184
AudioChannel* leftEarImpulseResponse = impulseResponse->channelByType(AudioBus::
ChannelLeft
);
Completed in 96 milliseconds