HomeSort by relevance Sort by last modified time
    Searched full:microseconds (Results 1 - 25 of 604) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/bench/
BenchSysTimer_mach.cpp 40 if ((end_clock.microseconds - start_clock.microseconds) < 0) {
43 + end_clock.microseconds
44 - start_clock.microseconds) / 1000.0;
47 duration_clock += (end_clock.microseconds - start_clock.microseconds)
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
VSyncManager.java 25 * @param frameTimeMicros The latest vsync frame time in microseconds.
31 * @param tickTimeMicros The latest vsync tick time in microseconds.
32 * @param intervalMicros The vsync interval in microseconds.
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_framestitching.h 51 4.5 microseconds with 3 points
52 4.7 microseconds with 4 points
53 5.0 microseconds with 5 points
54 5.2 microseconds with 6 points
55 5.8 microseconds with 10 points
56 20 microseconds with 100 points
57 205 microseconds with 1000 points
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_framestitching.h 51 4.5 microseconds with 3 points
52 4.7 microseconds with 4 points
53 5.0 microseconds with 5 points
54 5.2 microseconds with 6 points
55 5.8 microseconds with 10 points
56 20 microseconds with 100 points
57 205 microseconds with 1000 points
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_framestitching.h 51 4.5 microseconds with 3 points
52 4.7 microseconds with 4 points
53 5.0 microseconds with 5 points
54 5.2 microseconds with 6 points
55 5.8 microseconds with 10 points
56 20 microseconds with 100 points
57 205 microseconds with 1000 points
  /external/libvpx/libvpx/
usage_cx.dox 6 of time in microseconds the encoder should spend working on the frame. For
  /external/chromium_org/base/
sys_info.cc 15 // microseconds, on Win/Mac/iOS/Linux/ChromeOS and Android.
  /external/chromium_org/base/test/
perf_time_logger.cc 21 // intuitive than microseconds and we want more precision than
  /external/chromium_org/content/renderer/media/
webmediaplayer_util.cc 26 double microseconds = seconds * base::Time::kMicrosecondsPerSecond; local
28 microseconds > 0 ? microseconds + 0.5 : ceil(microseconds - 0.5));
  /external/iptables/extensions/
libxt_RATEEST.man 9 Rate measurement interval, in seconds, milliseconds or microseconds.
  /frameworks/base/tools/layoutlib/bridge/src/android/os/
SystemClock_Delegate.java 84 * Returns microseconds running in the current thread.
86 * @return elapsed microseconds in the thread
96 * Returns current wall time in microseconds.
98 * @return elapsed microseconds in wall time
  /frameworks/rs/tests/latency/
latency.cpp 88 printf("elapsed time : %lld microseconds\n", elapsed);
89 printf("time per iter: %f microseconds\n", (double)elapsed / iters);
103 printf("elapsed time with copy : %lld microseconds\n", elapsed);
104 printf("time per iter with copy: %f microseconds\n", (double)elapsed / iters);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.arithmetic/
op_mod=duration.pass.cpp 21 std::chrono::microseconds us(11);
22 std::chrono::microseconds us2(3);
  /external/arduino/hardware/arduino/cores/arduino/
wiring_pulse.c 28 /* Measures the length (in microseconds) of a pulse on the pin; state is HIGH
29 * or LOW, the type of pulse to measure. Works on pulses from 2-3 microseconds
30 * to 3 minutes in length, but must be called at least a few dozen microseconds
42 // convert the timeout from microseconds to a number of times through
64 // convert the reading to microseconds. The loop has been determined
  /external/chromium_org/media/base/
audio_timestamp_helper_unittest.cc 20 // microseconds.
48 // nearest microsecond. 1 frame @ 44100 is ~22.67573 microseconds,
49 // which is why the timestamp sometimes increments by 23 microseconds
50 // and other times it increments by 22 microseconds.
90 // 1 frame @ 44100 is ~22.67573 microseconds,
  /external/netperf/
hist.h 14 Given a time difference in microseconds, increment one of 61
75 microseconds.
102 delta_micro - calculate the difference in microseconds between two
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/
dbapi2.py 71 microseconds = int('{:0<6.6}'.format(timepart_full[1].decode()))
73 microseconds = 0
75 val = datetime.datetime(year, month, day, hours, minutes, seconds, microseconds)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/
dbapi2.py 71 microseconds = int('{:0<6.6}'.format(timepart_full[1].decode()))
73 microseconds = 0
75 val = datetime.datetime(year, month, day, hours, minutes, seconds, microseconds)
  /external/chromium_org/third_party/libjingle/source/talk/base/
timeutils.h 55 // Returns the current time in microseconds.
60 // Stores current time in *tm and microseconds in *microseconds.
61 void CurrentTmTime(struct tm *tm, int *microseconds);
  /external/chromium_org/third_party/skia/src/ports/
SkTime_Unix.cpp 38 return (SkMSec) (tv.tv_sec * 1000 + tv.tv_usec / 1000 ); // microseconds to milliseconds
  /external/skia/src/ports/
SkTime_Unix.cpp 38 return (SkMSec) (tv.tv_sec * 1000 + tv.tv_usec / 1000 ); // microseconds to milliseconds
  /external/tcpdump/
igrp.h 25 u_int8_t igr_dly[3]; /* delay in tens of microseconds */
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/time.duration.nonmember/
op_+.pass.cpp 31 std::chrono::microseconds s2(5);
32 std::chrono::microseconds r = s1 + s2;
56 constexpr std::chrono::microseconds s2(5);
57 constexpr std::chrono::microseconds r = s1 + s2;
op_-.pass.cpp 32 std::chrono::microseconds s2(5);
33 std::chrono::microseconds r = s1 - s2;
57 constexpr std::chrono::microseconds s2(5);
58 constexpr std::chrono::microseconds r = s1 - s2;
  /device/asus/deb/original-kernel-headers/media/
msm_gemini.h 105 /* n microseconds of timeout for WAIT */
106 /* n microseconds of time for DELAY */

Completed in 2442 milliseconds

1 2 3 4 5 6 7 8 91011>>