Home
last modified time | relevance | path

Searched defs:destP (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/audio/
DVectorMath.cpp58 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()
DFFTConvolver.cpp50 void FFTConvolver::process(FFTFrame* fftKernel, const float* sourceP, float* destP, size_t framesTo… in process()
DDirectConvolver.cpp59 …er::process(AudioFloatArray* convolutionKernel, const float* sourceP, float* destP, size_t framesT… in process()
DUpSampler.cpp77 void UpSampler::process(const float* sourceP, float* destP, size_t sourceFramesToProcess) in process()
DDownSampler.cpp85 void DownSampler::process(const float* sourceP, float* destP, size_t sourceFramesToProcess) in process()
DBiquad.cpp77 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/
DOscillatorNode.cpp259 float* destP = outputBus->channel(0)->mutableData(); in process() local