Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dchannelmix_tests.cpp171 int outPair[outChannels]; // is there a matching pair channel? in testBalance() local
176 outPair[i] = pairIdxFromChannelIdx(index); in testBalance()
182 if (outPair[i] >= 0 && outPair[i] < (signed)std::size(outIndexToOffset)) { in testBalance()
183 outPair[i] = outIndexToOffset[outPair[i]]; in testBalance()
246 if (outPair[j] >= 0) { in testBalance()
247 EXPECT_NEAR_EPSILON(power[j], savedPower[pairIndex][outPair[j]]); in testBalance()
248 EXPECT_NEAR_EPSILON(power[outPair[j]], savedPower[pairIndex][j]); in testBalance()
301 if (outPair[j] >= 0) { in testBalance()
302 EXPECT_NEAR_EPSILON(power[j], power[outPair[j]]); in testBalance()
318 if (outPair[j] >= 0) { in testBalance()
[all …]