Searched refs:process_reverse (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/libeffects/preprocessing/tests/ |
D | EffectTestHelper.cpp | 89 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()
|
D | EffectPreprocessingTest.cpp | 205 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()
|
D | EffectTestHelper.h | 67 void process_reverse(int16_t* farInput, int16_t* output);
|
D | PreProcessingTest.cpp | 484 ->process_reverse(effectHandle[i], &farInBuffer, in main()
|
/frameworks/av/media/libeffects/factory/ |
D | EffectsFactory.c | 146 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/ |
D | preprocessing_benchmark.cpp | 294 (*effectHandle)->process_reverse(effectHandle, &farInBuffer, &outBuffer); in BM_PREPROCESSING()
|