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

/development/ndk/platforms/android-8/samples/bitmap-plasma/src/com/example/plasma/
H A DPlasma.java46 private static native void renderPlasma(Bitmap bitmap, long time_ms); argument
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
H A Dplasma.c364 JNIEXPORT void JNICALL Java_com_example_plasma_PlasmaView_renderPlasma(JNIEnv * env, jobject obj, jobject bitmap, jlong time_ms) argument
395 fill_plasma(&info, pixels, time_ms );
/development/ndk/platforms/android-9/samples/native-plasma/jni/
H A Dplasma.c400 int64_t time_ms = (((int64_t)t.tv_sec)*1000000000LL + t.tv_nsec)/1000000; local
403 fill_plasma(&buffer, time_ms);

Completed in 94 milliseconds