Searched refs:hasBC (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c125 const bool hasBC = ((mask & AUDIO_CHANNEL_OUT_BACK_CENTER) == AUDIO_CHANNEL_OUT_BACK_CENTER); local
134 const int indexBC = hasBC ? indexBR + 1 : indexBR; // back center
1005 const bool hasBC = ((mask & AUDIO_CHANNEL_OUT_BACK_CENTER) == AUDIO_CHANNEL_OUT_BACK_CENTER); local
1014 const int indexBC = hasBC ? indexBR + 1 : indexBR; // back center
1027 if (hasBC) { centersLfeContrib += pSrc[indexBC]; }
1056 if (hasBC) { centersLfeContrib += pSrc[indexBC]; }

Completed in 591 milliseconds