Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/tests/
Dmixerops_tests.cpp66 const float *auxp = aux; in testStereoVolume() local
81 EXPECT_EQ(volaux, *auxp++); // works if all channels contain 1.f in testStereoVolume()
91 const float *auxp = aux; in testStereoVolume() local
107 EXPECT_EQ(volaux * 2.f, *auxp++); // works if all channels contain 1.f in testStereoVolume()
121 const float *auxp = aux; in testStereoVolume() local
127 EXPECT_EQ(accum / NCHAN * volaux / volmono, *auxp++); in testStereoVolume()