HomeSort by relevance Sort by last modified time
    Searched full:jfloat (Results 151 - 175 of 259) sorted by null

1 2 3 4 5 67 8 91011

  /external/libgdx/gdx/jni/
com.badlogic.gdx.utils.BufferUtils.h 232 (JNIEnv *, jclass, jobject, jint, jint, jobject, jint, jint, jfloat);
240 (JNIEnv *, jclass, jfloatArray, jint, jint, jobject, jint, jint, jfloat);
248 (JNIEnv *, jclass, jobject, jint, jint, jfloatArray, jint, jint, jfloat);
256 (JNIEnv *, jclass, jfloatArray, jint, jint, jfloatArray, jint, jint, jfloat);
com.badlogic.gdx.math.Matrix4.h 113 JNIEXPORT jfloat JNICALL Java_com_badlogic_gdx_math_Matrix4_det
  /frameworks/ml/bordeaux/learning/multiclass_pa/jni/
jni_multiclass_pa.h 31 jfloat aggressiveness);
  /packages/apps/Gallery2/jni/filters/
exposure.c 19 void JNIFUNCF(ImageFilterExposure, nativeApplyFilter, jobject bitmap, jint width, jint height, jfloat bright)
highlight.c 27 jfloat* lum = (*env)->GetFloatArrayElements(env, luminanceMap,0);
hue.c 26 jfloat* mat = (*env)->GetFloatArrayElements(env, matrix,0);
tinyplanet.cc 132 void JNIFUNCF(ImageFilterTinyPlanet, nativeApplyFilter, jobject bitmap_in, jint width, jint height, jobject bitmap_out, jint output_size, jfloat scale,jfloat angle)
contrast.c 39 void JNIFUNCF(ImageFilterContrast, nativeApplyFilter, jobject bitmap, jint width, jint height, jfloat bright)
saturated.c 19 void JNIFUNCF(ImageFilterSaturated, nativeApplyFilter, jobject bitmap, jint width, jint height, jfloat saturation)
vibrance.c 20 void JNIFUNCF(ImageFilterVibrance, nativeApplyFilter, jobject bitmap, jint width, jint height, jfloat vibrance)
  /frameworks/base/media/jni/soundpool/
android_media_SoundPool.cpp 70 jfloat leftVolume, jfloat rightVolume, jint priority, jint loop,
71 jfloat rate)
126 jfloat leftVolume, jfloat rightVolume)
156 jfloat rate)
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 277 (JNIEnv *_env, jobject _this, jint func, jfloat ref) {
326 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
350 (JNIEnv *_env, jobject _this, jfloat depth) {
386 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha)
    [all...]
android_opengl_GLES20.cpp 222 static void Release(JNIEnv* _env, jfloatArray array, jfloat* data, jboolean commit) {
540 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
693 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
705 (JNIEnv *_env, jobject _this, jfloat depth)
    [all...]
android_view_VelocityTracker.cpp 174 jlong ptr, jint units, jfloat maxVelocity) {
179 static jfloat android_view_VelocityTracker_nativeGetXVelocity(JNIEnv* env, jclass clazz,
187 static jfloat android_view_VelocityTracker_nativeGetYVelocity(JNIEnv* env, jclass clazz,
  /cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp 129 jfloat * coeffs = env->GetFloatArrayElements(coeffArray, NULL);
262 jfloat * coeffs = env->GetFloatArrayElements(coeffArray, NULL);
390 jfloat scaleX,
391 jfloat scaleY,
422 jfloat * input = (jfloat *) env->GetPrimitiveArrayCritical(inputFloatArray, 0);
435 jfloat * output = (jfloat *) env->GetPrimitiveArrayCritical(outputFloatArray, 0);
  /external/conscrypt/src/compat/native/
ScopedPrimitiveArray.h 64 INSTANTIATE_SCOPED_PRIMITIVE_ARRAY_RO(jfloat, Float);
115 INSTANTIATE_SCOPED_PRIMITIVE_ARRAY_RW(jfloat, Float);
  /external/conscrypt/src/openjdk/native/
ScopedPrimitiveArray.h 64 INSTANTIATE_SCOPED_PRIMITIVE_ARRAY_RO(jfloat, Float);
115 INSTANTIATE_SCOPED_PRIMITIVE_ARRAY_RW(jfloat, Float);
  /frameworks/base/media/jni/
android_media_PlaybackParams.h 103 env->SetFloatField(params, fields.speed, (jfloat)audioRate.mSpeed);
104 env->SetFloatField(params, fields.pitch, (jfloat)audioRate.mPitch);
android_media_SyncParams.cpp 79 env->SetFloatField(params, fields.tolerance, (jfloat)sync.mTolerance);
80 env->SetFloatField(params, fields.frame_rate, (jfloat)frameRate);
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/jni/
jni_stochastic_linear_ranker.cpp 62 jfloat s[1];
74 jfloat normalizer_model,
80 jfloat* values_m = env->GetFloatArrayElements(value_array_model, NULL);
373 jfloat normalizer,
416 jfloat* values_p = env->GetFloatArrayElements(value_array_positive, NULL);
418 jfloat* values_n = env->GetFloatArrayElements(value_array_negative, NULL);
441 jfloat Java_android_bordeaux_learning_StochasticLinearRanker_nativeScoreSample(
452 jfloat* values = env->GetFloatArrayElements(value_array, NULL);
  /libcore/luni/src/main/native/
cbigint.h 103 uint32_t floatMantissa(jfloat z);
105 int32_t floatExponent(jfloat z);
  /libnativehelper/include/nativehelper/
ScopedPrimitiveArray.h 75 INSTANTIATE_SCOPED_PRIMITIVE_ARRAY_RO(jfloat, Float);
125 INSTANTIATE_SCOPED_PRIMITIVE_ARRAY_RW(jfloat, Float);
  /packages/apps/Camera2/jni/
tinyplanet.cc 133 JNIEXPORT void JNICALL Java_com_android_camera_tinyplanet_TinyPlanetNative_process(JNIEnv* env, jobject obj, jobject bitmap_in, jint width, jint height, jobject bitmap_out, jint output_size, jfloat scale, jfloat angle)
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
brightness.cpp 27 jfloat
contrast.cpp 27 jfloat

Completed in 1519 milliseconds

1 2 3 4 5 67 8 91011