Searched refs:getChannelData (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
D | AudioBuffer.cpp | 130 PassRefPtr<Float32Array> AudioBuffer::getChannelData(unsigned channelIndex, ExceptionState& excepti… in getChannelData() function in WebCore::AudioBuffer 141 Float32Array* AudioBuffer::getChannelData(unsigned channelIndex) in getChannelData() function in WebCore::AudioBuffer 152 if (getChannelData(i)) in zero() 153 getChannelData(i)->zeroRange(0, length()); in zero()
|
D | AudioBuffer.h | 58 PassRefPtr<Float32Array> getChannelData(unsigned channelIndex, ExceptionState&); 59 Float32Array* getChannelData(unsigned channelIndex);
|
D | ScriptProcessorNode.cpp | 200 …m_internalInputBus->setChannelMemory(i, inputBuffer->getChannelData(i)->data() + m_bufferReadWrite… in process() 207 …memcpy(outputBus->channel(i)->mutableData(), outputBuffer->getChannelData(i)->data() + m_bufferRea… in process()
|
D | OfflineAudioDestinationNode.cpp | 132 float* destination = m_renderTarget->getChannelData(channelIndex)->data(); in offlineRender()
|
D | ConvolverNode.cpp | 137 bufferBus->setChannelMemory(i, buffer->getChannelData(i)->data(), bufferLength); in setBuffer()
|
D | AudioBuffer.idl | 40 [RaisesException] Float32Array getChannelData(unsigned long channelIndex);
|
D | AudioBufferSourceNode.cpp | 373 m_sourceChannels[i] = buffer->getChannelData(i)->data(); in setBuffer()
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/ |
D | ChannelInputStream.java | 64 int ret = c.cm.getChannelData(c, extendedFlag, b, off, len); in read()
|
D | ChannelManager.java | 927 …public int getChannelData(Channel c, boolean extended, byte[] target, int off, int len) throws IOE… in getChannelData() method in ChannelManager
|
/external/chromium_org/chrome/browser/resources/app_list/ |
D | audio_manager.js | 41 var data = audioEvent.inputBuffer.getChannelData(0);
|