Home
last modified time | relevance | path

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

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