Searched refs:volaux (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libaudioprocessing/tests/ |
D | mixerops_tests.cpp | 62 float volaux = 0.5; in testStereoVolume() local 64 volumeMulti<MIXTYPE, NCHAN>(out, FRAME_COUNT, in, aux, vola, volaux); in testStereoVolume() 81 EXPECT_EQ(volaux, *auxp++); // works if all channels contain 1.f in testStereoVolume() 89 volumeMulti<MIXTYPE, NCHAN>(out, FRAME_COUNT, in, aux, volb, volaux); in testStereoVolume() 107 EXPECT_EQ(volaux * 2.f, *auxp++); // works if all channels contain 1.f in testStereoVolume() 119 volumeMulti<MIXTYPE, NCHAN>(out, FRAME_COUNT, in, aux, vollr, volaux); in testStereoVolume() 127 EXPECT_EQ(accum / NCHAN * volaux / volmono, *auxp++); in testStereoVolume()
|