Home
last modified time | relevance | path

Searched defs:effectHandle (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libeffects/downmix/tests/
Ddownmixtest.cpp89 effect_handle_t effectHandle = pDescriptor->handle; in DownmixConfiureAndEnable() local
113 effect_handle_t effectHandle = pDescriptor->handle; in DownmixExecute() local
168 effect_handle_t *effectHandle = &pDescriptor->handle; in DowmixMainProcess() local
/frameworks/av/media/libeffects/lvm/benchmarks/
Dreverb_benchmark.cpp56 int reverbSetConfigParam(uint32_t paramType, uint32_t paramValue, effect_handle_t effectHandle) { in reverbSetConfigParam()
115 effect_handle_t effectHandle = nullptr; in BM_REVERB() local
Dlvm_benchmark.cpp176 effect_handle_t effectHandle = nullptr; in BM_LVM() local
/frameworks/av/media/libeffects/preprocessing/benchmarks/
Dpreprocessing_benchmark.cpp207 int preProcSetConfigParam(effect_handle_t effectHandle, uint32_t paramType, uint32_t paramValue) { in preProcSetConfigParam()
233 effect_handle_t effectHandle = nullptr; in BM_PREPROCESSING() local
/frameworks/av/media/libeffects/downmix/benchmark/
Ddownmix_benchmark.cpp132 effect_handle_t effectHandle = nullptr; in BM_Downmix() local
/frameworks/av/media/libeffects/lvm/tests/
Dreverb_test.cpp133 int reverbSetConfigParam(uint32_t paramType, uint32_t paramValue, effect_handle_t effectHandle) { in reverbSetConfigParam()
312 effect_handle_t effectHandle = nullptr; in main() local
/frameworks/av/media/libeffects/preprocessing/tests/
DPreProcessingTest.cpp182 int preProcSetConfigParam(uint32_t paramType, uint32_t paramValue, effect_handle_t effectHandle) { in preProcSetConfigParam()
350 effect_handle_t effectHandle[PREPROC_NUM_EFFECTS] = {nullptr}; in main() local
/frameworks/base/libs/hwui/jni/
DPathEffect.cpp11 static void destructor(JNIEnv* env, jobject, jlong effectHandle) { in destructor()
DPaint.cpp796 static jlong setPathEffect(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jlong effectHandle) { in setPathEffect()