Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dbiquad_filter_tests.cpp107 static void testProcess(size_t zeroChannels = 0) { in testProcess() function in BiquadFilterTest
138 testProcess<float>(); in TEST_P()
142 testProcess<double>(); in TEST_P()
146 testProcess<float>(3 /* zeroChannels */); in TEST_P()
150 testProcess<double>(5 /* zeroChannels */); in TEST_P()