Searched refs:time_ms (Results 1 – 3 of 3) sorted by relevance
49 private static native void renderPlasma(Bitmap bitmap, long time_ms); in renderPlasma() argument
363 …example_plasma_PlasmaView_renderPlasma(JNIEnv * env, jobject obj, jobject bitmap, jlong time_ms) in Java_com_example_plasma_PlasmaView_renderPlasma() argument394 fill_plasma(&info, pixels, time_ms ); in Java_com_example_plasma_PlasmaView_renderPlasma()
399 int64_t time_ms = (((int64_t)t.tv_sec)*1000000000LL + t.tv_nsec)/1000000; in engine_draw_frame() local402 fill_plasma(&buffer, time_ms); in engine_draw_frame()