Searched defs:effectHandle (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/media/libeffects/downmix/tests/ |
D | downmixtest.cpp | 89 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/ |
D | reverb_benchmark.cpp | 56 int reverbSetConfigParam(uint32_t paramType, uint32_t paramValue, effect_handle_t effectHandle) { in reverbSetConfigParam() 115 effect_handle_t effectHandle = nullptr; in BM_REVERB() local
|
D | lvm_benchmark.cpp | 176 effect_handle_t effectHandle = nullptr; in BM_LVM() local
|
/frameworks/av/media/libeffects/preprocessing/benchmarks/ |
D | preprocessing_benchmark.cpp | 207 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/ |
D | downmix_benchmark.cpp | 132 effect_handle_t effectHandle = nullptr; in BM_Downmix() local
|
/frameworks/av/media/libeffects/lvm/tests/ |
D | reverb_test.cpp | 133 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/ |
D | PreProcessingTest.cpp | 182 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/ |
D | PathEffect.cpp | 11 static void destructor(JNIEnv* env, jobject, jlong effectHandle) { in destructor()
|
D | Paint.cpp | 796 static jlong setPathEffect(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jlong effectHandle) { in setPathEffect()
|