Home
last modified time | relevance | path

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

/development/ndk/platforms/android-8/samples/bitmap-plasma/src/com/example/plasma/
DPlasma.java49 private static native void renderPlasma(Bitmap bitmap, long time_ms); in renderPlasma() argument
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
Dplasma.c363 …example_plasma_PlasmaView_renderPlasma(JNIEnv * env, jobject obj, jobject bitmap, jlong time_ms) in Java_com_example_plasma_PlasmaView_renderPlasma() argument
394 fill_plasma(&info, pixels, time_ms ); in Java_com_example_plasma_PlasmaView_renderPlasma()
/development/ndk/platforms/android-9/samples/native-plasma/jni/
Dplasma.c399 int64_t time_ms = (((int64_t)t.tv_sec)*1000000000LL + t.tv_nsec)/1000000; in engine_draw_frame() local
402 fill_plasma(&buffer, time_ms); in engine_draw_frame()