HomeSort by relevance Sort by last modified time
    Searched refs:previous_time (Results 1 - 6 of 6) sorted by null

  /cts/hostsidetests/sustainedperf/shadertoy_android/jni/
shadertoy_renderer.cpp 90 static double previous_time = 0; local
110 double elapsed_time = current_time - previous_time;
111 previous_time = current_time;
  /external/autotest/client/cros/chameleon/
avsync_probe_utils.py 306 previous_time = self.binarize_data[0][TIME_INDEX]
310 time_difference = time - previous_time
316 previous_time = time
  /external/drrickorang/LoopbackApp/app/src/main/jni/
sles.h 47 struct timespec previous_time; member in struct:__anon19005
sles.cpp 346 stats->previous_time = {0,0};
369 if (stats->previous_time.tv_sec != 0 && stats->buffer_count > BUFFER_PERIOD_DISCARD &&
372 int64_t callbackDuration = diffInNano(stats->previous_time, stats->current_time);
383 stats->previous_time = stats->current_time;
    [all...]
  /external/mesa3d/src/glx/
dri2_glx.c 91 uint64_t previous_time; member in struct:dri2_drawable
764 if (draw->previous_time + interval * 1000000 <= current_time) {
765 if (draw->previous_time) {
768 (double)(current_time - draw->previous_time));
771 draw->previous_time = current_time;
    [all...]
  /frameworks/native/libs/vr/libpdx_uds/
service_framework_tests.cpp 708 auto previous_time = std::chrono::system_clock::now(); local
712 time - previous_time)

Completed in 1268 milliseconds