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

/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c136 const bool hasBC = ((mask & AUDIO_CHANNEL_OUT_BACK_CENTER) == AUDIO_CHANNEL_OUT_BACK_CENTER); local
145 const int indexBC = hasBC ? indexBR + 1 : indexBR; // back center
1094 const bool hasBC = ((mask & AUDIO_CHANNEL_OUT_BACK_CENTER) == AUDIO_CHANNEL_OUT_BACK_CENTER); local
1103 const int indexBC = hasBC ? indexBR + 1 : indexBR; // back center
1116 if (hasBC) { centersLfeContrib += pSrc[indexBC]; }
1145 if (hasBC) { centersLfeContrib += pSrc[indexBC]; }

Completed in 41 milliseconds