OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_sourceChannels
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/
DynamicsCompressor.h
106
OwnArrayPtr<const float*>
m_sourceChannels
;
DynamicsCompressor.cpp
134
// to do the loop work for both
m_sourceChannels
and m_destinationChannels.
148
m_sourceChannels
[0] = sourceBus->channel(0)->data();
151
m_sourceChannels
[1] = sourceBus->channel(1)->data();
154
m_sourceChannels
[1] =
m_sourceChannels
[0];
182
const float* sourceData =
m_sourceChannels
[i];
277
m_sourceChannels
= adoptArrayPtr(new const float* [numberOfChannels]);
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBufferSourceNode.h
108
OwnArrayPtr<const float*>
m_sourceChannels
;
AudioBufferSourceNode.cpp
249
const float** sourceChannels =
m_sourceChannels
.get();
357
m_sourceChannels
= adoptArrayPtr(new const float* [numberOfChannels]);
361
m_sourceChannels
[i] = buffer->getChannelData(i)->data();
Completed in 242 milliseconds