Searched refs:preProcCreateEffect (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libeffects/preprocessing/benchmarks/ |
D | preprocessing_benchmark.cpp | 178 int preProcCreateEffect(effect_handle_t* pEffectHandle, uint32_t effectType, in preProcCreateEffect() function 239 if (int status = preProcCreateEffect(&effectHandle, state.range(1), &config, sessionId, ioId); in BM_PREPROCESSING()
|
/frameworks/av/media/libeffects/preprocessing/tests/ |
D | PreProcessingTest.cpp | 161 int preProcCreateEffect(effect_handle_t* pEffectHandle, uint32_t effectType, in preProcCreateEffect() function 358 if (int status = preProcCreateEffect(&effectHandle[i], i, &config, sessionId, ioId); in main()
|