Searched defs:accumulate (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c289 const bool accumulate = local
296 if (accumulate) {
319 downmixInputChannelMask, pSrc, pDst, numFrames, accumulate)) {
329 Downmix_foldFromQuad(pSrc, pDst, numFrames, accumulate);
333 Downmix_foldFrom5Point1(pSrc, pDst, numFrames, accumulate);
336 Downmix_foldFrom7Point1(pSrc, pDst, numFrames, accumulate);
340 downmixInputChannelMask, pSrc, pDst, numFrames, accumulate)) {
779 * accumulate whether to mix (when true) the result of the downmix with the contents of pDst,
787 void Downmix_foldFromQuad(int16_t *pSrc, int16_t*pDst, size_t numFrames, bool accumulate) { argument
792 if (accumulate) {
833 Downmix_foldFrom5Point1(int16_t *pSrc, int16_t*pDst, size_t numFrames, bool accumulate) argument
896 Downmix_foldFrom7Point1(int16_t *pSrc, int16_t*pDst, size_t numFrames, bool accumulate) argument
970 Downmix_foldGeneric( uint32_t mask, int16_t *pSrc, int16_t*pDst, size_t numFrames, bool accumulate) argument
[all...]

Completed in 44 milliseconds