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

/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c133 const bool hasFC = ((mask & AUDIO_CHANNEL_OUT_FRONT_CENTER) == AUDIO_CHANNEL_OUT_FRONT_CENTER); local
141 const int indexFC = hasFC ? 2 : 1; // front center
1091 const bool hasFC = ((mask & AUDIO_CHANNEL_OUT_FRONT_CENTER) == AUDIO_CHANNEL_OUT_FRONT_CENTER); local
1099 const int indexFC = hasFC ? 2 : 1; // front center
1114 if (hasFC) { centersLfeContrib += pSrc[indexFC]; }
1143 if (hasFC) { centersLfeContrib += pSrc[indexFC]; }

Completed in 13 milliseconds