Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dbiquad_filter_tests.cpp41 constexpr size_t FRAME_COUNT = 5; variable
43 constexpr float INPUT[PERIOD][FRAME_COUNT] = {
48 constexpr float OUTPUT[PERIOD][FRAME_COUNT] = {
110 const size_t sampleCount = FRAME_COUNT * stride; in testProcess()
115 populateBuffer(INPUT[i], FRAME_COUNT, channelCount, zeroChannels, inputBuffer[i]); in testProcess()
117 OUTPUT[i], FRAME_COUNT, channelCount, zeroChannels, expectedOutputBuffer[i]); in testProcess()
122 filter.process(outputBuffer, inputBuffer[i], FRAME_COUNT, stride); in testProcess()
130 filter.process(outputBuffer, inputBuffer[0], FRAME_COUNT, stride); in testProcess()
Dfifo_multiprocess.cpp30 #define FRAME_COUNT 2048 macro
32 #define BUFFER_SIZE (FRAME_COUNT * FRAME_SIZE)
88 audio_utils_fifo fifo(FRAME_COUNT, FRAME_SIZE, data, *rearIndex, frontIndex); in main()
161 audio_utils_fifo fifo(FRAME_COUNT, FRAME_SIZE, data, *rearIndex, frontIndex); in main()