Home | History | Annotate | Download | only in downmix

Lines Matching full:hasfc

122     const bool hasFC = ((mask & AUDIO_CHANNEL_OUT_FRONT_CENTER) == AUDIO_CHANNEL_OUT_FRONT_CENTER);
130 const int indexFC = hasFC ? 2 : 1; // front center
1013 const bool hasFC = ((mask & AUDIO_CHANNEL_OUT_FRONT_CENTER) == AUDIO_CHANNEL_OUT_FRONT_CENTER);
1021 const int indexFC = hasFC ? 2 : 1; // front center
1036 if (hasFC) { centersLfeContrib += pSrc[indexFC]; }
1065 if (hasFC) { centersLfeContrib += pSrc[indexFC]; }