OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:channelInterpretation
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNode.idl
37
[SetterRaisesException] attribute DOMString
channelInterpretation
;
AudioNode.h
176
String
channelInterpretation
();
180
AudioBus::
ChannelInterpretation
internalChannelInterpretation() const { return m_channelInterpretation; }
232
AudioBus::
ChannelInterpretation
m_channelInterpretation;
AudioNode.cpp
255
String AudioNode::
channelInterpretation
()
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/
AudioBus.cpp
218
void AudioBus::copyFrom(const AudioBus& sourceBus,
ChannelInterpretation
channelInterpretation
)
230
switch (
channelInterpretation
) {
243
void AudioBus::sumFrom(const AudioBus& sourceBus,
ChannelInterpretation
channelInterpretation
)
255
switch (
channelInterpretation
) {
Completed in 3952 milliseconds