Searched defs:destP (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
D | VectorMath.cpp | 58 void vsmul(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride… in vsmul() 67 …ource1P, int sourceStride1, const float* source2P, int sourceStride2, float* destP, int destStride… in vadd() 76 …ource1P, int sourceStride1, const float* source2P, int sourceStride2, float* destP, int destStride… in vmul() 103 void vsma(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride,… in vsma() 118 …ourceStride, const float* lowThresholdP, const float* highThresholdP, float* destP, int destStride… in vclip()
|
D | FFTConvolver.cpp | 50 void FFTConvolver::process(FFTFrame* fftKernel, const float* sourceP, float* destP, size_t framesTo… in process()
|
D | DirectConvolver.cpp | 59 …er::process(AudioFloatArray* convolutionKernel, const float* sourceP, float* destP, size_t framesT… in process()
|
D | UpSampler.cpp | 77 void UpSampler::process(const float* sourceP, float* destP, size_t sourceFramesToProcess) in process()
|
D | DownSampler.cpp | 85 void DownSampler::process(const float* sourceP, float* destP, size_t sourceFramesToProcess) in process()
|
D | Biquad.cpp | 77 void Biquad::process(const float* sourceP, float* destP, size_t framesToProcess) in process() 134 void Biquad::processFast(const float* sourceP, float* destP, size_t framesToProcess) in processFast() 170 void Biquad::processSliceFast(double* sourceP, double* destP, double* coefficientsP, size_t framesT… in processSliceFast()
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
D | OscillatorNode.cpp | 259 float* destP = outputBus->channel(0)->mutableData(); in process() local
|