Searched refs:sourceStride (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/platform/audio/ |
D | VectorMath.cpp | 44 void vsmul(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride… in vsmul() argument 47 ::vsmul(sourceP, sourceStride, scale, destP, destStride, framesToProcess); in vsmul() 49 vDSP_vsmul(sourceP, sourceStride, scale, destP, destStride, framesToProcess); in vsmul() 64 void vsmul(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride… 71 sourceP += sourceStride;
|
D | VectorMath.h | 34 void vsmul(const float* sourceP, int sourceStride, const float* scale, float* destP, int destStride…
|