Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/downmix/
DEffectDownmix.c140 const bool hasFC = ((mask & AUDIO_CHANNEL_OUT_FRONT_CENTER) == AUDIO_CHANNEL_OUT_FRONT_CENTER); in Downmix_testIndexComputation() local
148 const int indexFC = hasFC ? 2 : 1; // front center in Downmix_testIndexComputation()
1258 const bool hasFC = ((mask & AUDIO_CHANNEL_OUT_FRONT_CENTER) == AUDIO_CHANNEL_OUT_FRONT_CENTER); in Downmix_foldGeneric() local
1266 const int indexFC = hasFC ? 2 : 1; // front center in Downmix_foldGeneric()
1281 if (hasFC) { centersLfeContrib += pSrc[indexFC]; } in Downmix_foldGeneric()
1310 if (hasFC) { centersLfeContrib += pSrc[indexFC]; } in Downmix_foldGeneric()
1350 const bool hasFC = ((mask & AUDIO_CHANNEL_OUT_FRONT_CENTER) == AUDIO_CHANNEL_OUT_FRONT_CENTER); in Downmix_foldGeneric() local
1358 const int indexFC = hasFC ? 2 : 1; // front center in Downmix_foldGeneric()
1373 if (hasFC) { centersLfeContrib += pSrc[indexFC]; } in Downmix_foldGeneric()
1402 if (hasFC) { centersLfeContrib += pSrc[indexFC]; } in Downmix_foldGeneric()