OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destinationChannels
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/audio/
DynamicsCompressorKernel.h
49
float*
destinationChannels
[],
DynamicsCompressorKernel.cpp
205
float*
destinationChannels
[],
444
destinationChannels
[i][frameIndex] = delayBuffer[preDelayReadIndex] * totalGain;
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBufferSourceNode.cpp
252
float**
destinationChannels
= m_destinationChannels.get();
268
memcpy(
destinationChannels
[i] + writeIndex, sourceChannels[i] + readIndex, sizeof(float) * framesThisTime);
304
float* destination =
destinationChannels
[i];
Completed in 25 milliseconds