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/platform/audio/
ReverbInputBuffer.h 37 // ReverbInputBuffer is used to buffer input samples for deferred processing by the background threads.
38 class PLATFORM_EXPORT ReverbInputBuffer {
40 ReverbInputBuffer(size_t length);
ReverbInputBuffer.cpp 33 #include "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 "platform/audio/ReverbInputBuffer.h"
63 ReverbInputBuffer* inputBuffer() { return &m_inputBuffer; }
76 ReverbInputBuffer m_inputBuffer;
ReverbConvolverStage.cpp 37 #include "platform/audio/ReverbInputBuffer.h"
98 ReverbInputBuffer* inputBuffer = convolver->inputBuffer();
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 127 third_party/WebKit/Source/platform/audio/ReverbInputBuffer.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 126 third_party/WebKit/Source/platform/audio/ReverbInputBuffer.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 126 third_party/WebKit/Source/platform/audio/ReverbInputBuffer.cpp \
    [all...]
blink_platform.target.linux-arm.mk 127 third_party/WebKit/Source/platform/audio/ReverbInputBuffer.cpp \
    [all...]
blink_platform.target.linux-mips.mk 126 third_party/WebKit/Source/platform/audio/ReverbInputBuffer.cpp \
    [all...]
blink_platform.target.linux-x86.mk 126 third_party/WebKit/Source/platform/audio/ReverbInputBuffer.cpp \
    [all...]

Completed in 638 milliseconds