Home
last modified time | relevance | path

Searched defs:fx (Results 1 – 16 of 16) sorted by relevance

/frameworks/av/media/libeffects/factory/
DEffectsFactory.c71 effect_entry_t *fx = (effect_entry_t *)self; in Effect_Process() local
96 effect_entry_t *fx = (effect_entry_t *)self; in Effect_Command() local
117 effect_entry_t *fx = (effect_entry_t *)self; in Effect_GetDescriptor() local
137 effect_entry_t *fx = (effect_entry_t *)self; in Effect_ProcessReverse() local
264 effect_entry_t *fx; in doEffectCreate() local
352 effect_entry_t *fx; in EffectRelease() local
/frameworks/av/media/extractors/mp3/
DXINGSeeker.cpp54 float fx; in getOffsetForTime() local
/frameworks/base/libs/hwui/utils/
DColor.cpp301 float fx = fy + (v[1] * 0.002f); in toXyz() local
319 float fx = X > A ? pow(X, 1.0f / 3.0f) : B * X + C; in fromXyz() local
/frameworks/base/core/java/com/android/internal/graphics/cam/
DCamUtils.java94 float fx = fy; in intFromLstar() local
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp42 float fx = centerX - eyeX; in gluLookAt() local
/frameworks/av/services/audiopolicy/service/
DAudioPolicyEffects.cpp129 sp<AudioEffect> fx = new AudioEffect(attributionSource); in addInputEffects() local
281 sp<AudioEffect> fx = new AudioEffect(attributionSource); in addOutputSessionEffects() local
984 sp<AudioEffect> fx = new AudioEffect(attributionSource); in initDefaultDeviceEffects() local
/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp36 float fx = centerX - eyeX; in gluLookAt() local
/frameworks/layoutlib/bridge/src/android/graphics/
DBitmapShader_Delegate.java203 private int getColor(float fx, float fy) { in getColor()
/frameworks/base/libs/hwui/jni/
DMovie.cpp65 jfloat fx, jfloat fy, jlong paintHandle) { in movie_draw()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp47 float fx = centerX - eyeX; in gluLookAt() local
/frameworks/base/services/core/java/com/android/server/audio/
DSoundEffectsHelper.java372 int fx; in loadSoundAssets() local
/frameworks/av/media/libeffects/preprocessing/
DPreProcessing.cpp887 int Session_ReleaseEffect(preproc_session_t* session, preproc_effect_t* fx) { in Session_ReleaseEffect()
1552 preproc_effect_t* fx = (preproc_effect_t*)interface; in PreProcessingLib_Release() local
/frameworks/base/core/java/android/os/
DVibrationEffect.java509 float fx = (expX - 1f) / (expX + 1f); in scale() local
/frameworks/base/opengl/java/android/opengl/
DMatrix.java705 float fx = centerX - eyeX; in setLookAtM() local
/frameworks/base/media/java/android/media/audiofx/
DAudioEffect.java565 AudioEffect fx = new AudioEffect( in isEffectSupportedForDevice() local
/frameworks/base/graphics/java/android/graphics/
DColorSpace.java1936 float fx = fy + (v[1] * 0.002f); in toXyz() local
1955 float fx = X > A ? (float) Math.pow(X, 1.0 / 3.0) : B * X + C; in fromXyz() local