Searched refs:hasFC (Results 1 – 1 of 1) sorted by relevance
122 const bool hasFC = ((mask & AUDIO_CHANNEL_OUT_FRONT_CENTER) == AUDIO_CHANNEL_OUT_FRONT_CENTER); in Downmix_testIndexComputation() local130 const int indexFC = hasFC ? 2 : 1; // front center in Downmix_testIndexComputation()1002 const bool hasFC = ((mask & AUDIO_CHANNEL_OUT_FRONT_CENTER) == AUDIO_CHANNEL_OUT_FRONT_CENTER); in Downmix_foldGeneric() local1010 const int indexFC = hasFC ? 2 : 1; // front center in Downmix_foldGeneric()1025 if (hasFC) { centersLfeContrib += pSrc[indexFC]; } in Downmix_foldGeneric()1054 if (hasFC) { centersLfeContrib += pSrc[indexFC]; } in Downmix_foldGeneric()