OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChannelInterpretation
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNode.idl
31
enum
ChannelInterpretation
{
51
[RaisesException=Setter] attribute
ChannelInterpretation
channelInterpretation
;
AudioNode.h
176
String
channelInterpretation
();
180
AudioBus::
ChannelInterpretation
internalChannelInterpretation() const { return m_channelInterpretation; }
230
AudioBus::
ChannelInterpretation
m_channelInterpretation;
AudioNodeInput.cpp
193
AudioBus::
ChannelInterpretation
interpretation = node().internalChannelInterpretation();
/external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioBus.h
61
enum
ChannelInterpretation
{
126
void copyFrom(const AudioBus& sourceBus,
ChannelInterpretation
= Speakers);
130
void sumFrom(const AudioBus& sourceBus,
ChannelInterpretation
= Speakers);
AudioBus.cpp
220
void AudioBus::copyFrom(const AudioBus& sourceBus,
ChannelInterpretation
channelInterpretation
)
232
switch (
channelInterpretation
) {
245
void AudioBus::sumFrom(const AudioBus& sourceBus,
ChannelInterpretation
channelInterpretation
)
257
switch (
channelInterpretation
) {
Completed in 100 milliseconds