HomeSort by relevance Sort by last modified time
    Searched refs:ReverbInputBuffer (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
ReverbInputBuffer.h 36 // ReverbInputBuffer is used to buffer input samples for deferred processing by the background threads.
37 class ReverbInputBuffer {
39 ReverbInputBuffer(size_t length);
ReverbInputBuffer.cpp 33 #include "core/platform/audio/ReverbInputBuffer.h"
37 ReverbInputBuffer::ReverbInputBuffer(size_t length)
43 void ReverbInputBuffer::write(const float* sourceP, size_t numberOfFrames)
60 float* ReverbInputBuffer::directReadFrom(int* readIndex, size_t numberOfFrames)
81 void ReverbInputBuffer::reset()
ReverbConvolver.h 37 #include "core/platform/audio/ReverbInputBuffer.h"
61 ReverbInputBuffer* inputBuffer() { return &m_inputBuffer; }
75 ReverbInputBuffer m_inputBuffer;
ReverbConvolverStage.cpp 37 #include "core/platform/audio/ReverbInputBuffer.h"
99 ReverbInputBuffer* inputBuffer = convolver->inputBuffer();
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_platform.target.darwin-arm.mk 105 third_party/WebKit/Source/core/platform/audio/ReverbInputBuffer.cpp \
    [all...]
webcore_platform.target.darwin-mips.mk 105 third_party/WebKit/Source/core/platform/audio/ReverbInputBuffer.cpp \
    [all...]
webcore_platform.target.darwin-x86.mk 105 third_party/WebKit/Source/core/platform/audio/ReverbInputBuffer.cpp \
    [all...]