Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/tests/
Dmixerops_tests.cpp115 const float volmono = 0.25f; in testStereoVolume() local
116 const float vollr[2] = {volmono, volmono}; // all the same. in testStereoVolume()
127 EXPECT_EQ(accum / NCHAN * volaux / volmono, *auxp++); in testStereoVolume()