Searched defs:getChannelData (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioBuffer.cpp177 PassRefPtr<Float32Array> AudioBuffer::getChannelData(unsigned channelIndex, ExceptionState& exceptionState) function in class:blink::AudioBuffer
188 Float32Array* AudioBuffer::getChannelData(unsigned channelIndex) function in class:blink::AudioBuffer
199 if (getChannelData(i))
200 getChannelData(i)->zeroRange(0, length());
215 getChannelData(i)->buffer()->setDeallocationObserver(V8ArrayBufferDeallocationObserver::instanceTemplate());

Completed in 108 milliseconds