HomeSort by relevance Sort by last modified time
    Searched refs:Downmix_foldFrom7Point1 (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libeffects/downmix/
EffectDownmix.h 103 void Downmix_foldFrom7Point1(LVM_FLOAT *pSrc, LVM_FLOAT *pDst, size_t numFrames, bool accumulate);
109 void Downmix_foldFrom7Point1(int16_t *pSrc, int16_t*pDst, size_t numFrames, bool accumulate);
EffectDownmix.c 385 Downmix_foldFrom7Point1(pSrc, pDst, numFrames, accumulate);
485 Downmix_foldFrom7Point1(pSrc, pDst, numFrames, accumulate);
    [all...]

Completed in 72 milliseconds