Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dbiquad_filter_tests.cpp42 constexpr size_t PERIOD = 2; variable
43 constexpr float INPUT[PERIOD][FRAME_COUNT] = {
48 constexpr float OUTPUT[PERIOD][FRAME_COUNT] = {
111 T inputBuffer[PERIOD][sampleCount]; in testProcess()
113 T expectedOutputBuffer[PERIOD][sampleCount]; in testProcess()
114 for (size_t i = 0; i < PERIOD; ++i) { in testProcess()
121 for (size_t i = 0; i < PERIOD; ++i) { in testProcess()