Home
last modified time | relevance | path

Searched refs:effectHandle (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/downmix/tests/
Ddownmixtest.cpp90 effect_handle_t *effectHandle = &pDescriptor->handle; in DownmixConfiureAndEnable() local
91 downmix_module_t *downmixEffectHandle = (downmix_module_t *)*effectHandle; in DownmixConfiureAndEnable()
96 err = (Downmix_api->command)(*effectHandle, EFFECT_CMD_SET_CONFIG, in DownmixConfiureAndEnable()
104 err = ((Downmix_api->command))(*effectHandle, EFFECT_CMD_ENABLE, 0, nullptr, in DownmixConfiureAndEnable()
115 effect_handle_t *effectHandle = &pDescriptor->handle; in DownmixExecute() local
116 downmix_module_t *downmixEffectHandle = (downmix_module_t *)*effectHandle; in DownmixExecute()
153 const int32_t err = (Downmix_api->process)(*effectHandle, pinbuf, poutbuf); in DownmixExecute()
171 effect_handle_t *effectHandle = &pDescriptor->handle; in DowmixMainProcess() local
178 effectHandle); in DowmixMainProcess()
197 err = AUDIO_EFFECT_LIBRARY_INFO_SYM.release_effect(*effectHandle); in DowmixMainProcess()
/frameworks/base/core/jni/android/graphics/
DPathEffect.cpp14 static void destructor(JNIEnv* env, jobject, jlong effectHandle) { in destructor() argument
15 SkPathEffect* effect = reinterpret_cast<SkPathEffect*>(effectHandle); in destructor()
DPaint.cpp837 static jlong setPathEffect(jlong objHandle, jlong effectHandle) { in setPathEffect() argument
839 SkPathEffect* effect = reinterpret_cast<SkPathEffect*>(effectHandle); in setPathEffect()