Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/preprocessing/tests/
DEffectPreprocessingTest.cpp282 std::vector<int16_t> testFarInput(mTotalFrameCount * channelCount); in TEST_P() local
292 auto* fpFarInput = &testFarInput[i * channelCount]; in TEST_P()
302 testEffect.process_reverse(testFarInput.data(), testOutput.data())); in TEST_P()