Searched refs:lfe (Results 1 – 2 of 2) sorted by relevance
54 int lfe = -1; in setChannelMask() local63 lfe = i; in setChannelMask()69 if (lfe >= 0 && lfe2 >= 0) { // if both LFEs exist assign to L and R. in setChannelMask()70 mSides[lfe] = AUDIO_GEOMETRY_SIDE_LEFT; in setChannelMask()
75 TEST(audio_utils_balance, lfe) { in TEST() argument