Home
last modified time | relevance | path

Searched refs:Downmix_foldFrom5Point1 (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/downmix/
DEffectDownmix.cpp81 static void Downmix_foldFrom5Point1(float *pSrc, float *pDst, size_t numFrames, bool accumulate);
390 Downmix_foldFrom5Point1(pSrc, pDst, numFrames, accumulate); in Downmix_Process()
895 void Downmix_foldFrom5Point1(float *pSrc, float *pDst, size_t numFrames, bool accumulate) { in Downmix_foldFrom5Point1() function