Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/preprocessing/tests/
DEffectTestHelper.cpp89 void EffectTestHelper::process_reverse(int16_t* farInput, int16_t* output) { in process_reverse() function in EffectTestHelper
93 int status = (*mEffectHandle)->process_reverse(mEffectHandle, &farInBuffer, &outBuffer); in process_reverse()
DEffectPreprocessingTest.cpp205 ASSERT_NO_FATAL_FAILURE(effect.process_reverse(farInput.data(), output.data())); in TEST_P()
268 ASSERT_NO_FATAL_FAILURE(monoEffect.process_reverse(monoFarInput.data(), monoOutput.data())); in TEST_P()
302 testEffect.process_reverse(testFarInput.data(), testOutput.data())); in TEST_P()
DEffectTestHelper.h67 void process_reverse(int16_t* farInput, int16_t* output);
DPreProcessingTest.cpp484 ->process_reverse(effectHandle[i], &farInBuffer, in main()
/frameworks/av/media/libeffects/factory/
DEffectsFactory.c146 if ((*fx->subItfe)->process_reverse != NULL) { in Effect_ProcessReverse()
147 ret = (*fx->subItfe)->process_reverse(fx->subItfe, inBuffer, outBuffer); in Effect_ProcessReverse()
317 if ((*itfe)->process_reverse != NULL) { in doEffectCreate()
/frameworks/av/media/libeffects/preprocessing/benchmarks/
Dpreprocessing_benchmark.cpp294 (*effectHandle)->process_reverse(effectHandle, &farInBuffer, &outBuffer); in BM_PREPROCESSING()