Searched defs:sourceP (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/platform/audio/ |
D | ReverbInputBuffer.cpp | 43 void ReverbInputBuffer::write(float* sourceP, size_t numberOfFrames) in write() 72 float* sourceP = m_buffer.data(); in directReadFrom() local
|
D | Biquad.cpp | 67 void Biquad::process(const float* sourceP, float* destP, size_t framesToProcess) in process() 121 void Biquad::processFast(const float* sourceP, float* destP, size_t framesToProcess) in processFast() 158 void Biquad::processSliceFast(double* sourceP, double* destP, double* coefficientsP, size_t framesT… in processSliceFast()
|
D | FFTConvolver.cpp | 50 void FFTConvolver::process(FFTFrame* fftKernel, float* sourceP, float* destP, size_t framesToProces… in process()
|
D | VectorMath.cpp | 44 void vsmul(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride… in vsmul()
|
D | EqualPowerPanner.cpp | 63 float* sourceP = channel->data(); in pan() local
|