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

<<11121314151617181920>>

  /external/chromium_org/media/base/
audio_buffer.h 76 // duration() being off by a few microseconds due to rounding issues.
  /external/chromium_org/media/cast/
cast_defines.h 67 // Magic fractional unit. Used to convert time (in microseconds) to/from
  /external/chromium_org/media/cdm/ppapi/
cdm_helpers.h 186 // Presentation timestamp in microseconds.
  /external/chromium_org/net/quic/congestion_control/
cubic.cc 169 // Change the time unit from microseconds to 2^10 fractions per second. Take
inter_arrival_bitrate_ramp_up.cc 130 // Change the time unit from microseconds to 2^10 fractions per second. This
  /external/chromium_org/net/quic/
quic_config.h 207 // Initial round trip time estimate in microseconds.
  /external/chromium_org/sync/protocol/
synced_notification_render.proto 31 // The creation time of the notification in microseconds since the UNIX
  /external/chromium_org/third_party/libevent/compat/sys/
_libevent_time.h 46 long tv_usec; /* and microseconds */
_time.h 46 long tv_usec; /* and microseconds */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_query.c 175 /*os_get_time is in microseconds*/
  /external/chromium_org/v8/src/
cpu-profiler.h 175 // Sampling period in microseconds.
  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
TimeUnit.java 25 MICROSECONDS {
  /external/iputils/doc/
pg3.sgml 83 microseconds.
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/
BulletAppState.java 110 executor.schedule(detachedPhysicsUpdate, Math.round(getPhysicsSpace().getAccuracy() * 1000000.0f) - (update * 1000), TimeUnit.MICROSECONDS);
  /external/kernel-headers/original/linux/
ftape.h 86 #define FT_USPT (1000000/HZ) /* microseconds per tick */
time.h 20 suseconds_t tv_usec; /* microseconds */
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_query.c 175 /*os_get_time is in microseconds*/
  /external/qemu/android/camera/
camera-common.h 180 /* Returns current time in microseconds. */
  /frameworks/base/media/java/android/media/
MediaCodec.java 476 * to "timeoutUs" microseconds if timeoutUs &gt; 0.
477 * @param timeoutUs The timeout in microseconds, a negative timeout indicates "infinite".
501 * Dequeue an output buffer, block at most "timeoutUs" microseconds.
505 * @param timeoutUs The timeout in microseconds, a negative timeout indicates "infinite".
  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 54 * Time Synchronization Function (tsf) timestamp in microseconds when
  /frameworks/native/services/surfaceflinger/
DispSync.h 94 // (i.e. within a few hundred microseconds).
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
data_builder.h 78 /** Sample rate in microseconds */
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
chrono 96 typedef duration<long long, micro> microseconds;
235 typedef microseconds duration;
459 typedef duration<long long, micro> microseconds;
869 typedef microseconds duration;
  /external/chromium/net/tools/flip_server/
epoll_server.h 384 // delta_in_us - the delta in microseconds from the ApproximateTimeInUs() at
419 // the current time as number of microseconds since the Unix epoch.
441 // the "approximate" current time as number of microseconds since the Unix
460 // occured, or when timeout_in_us microseconds has elapsed, whichever
687 // The amount of time in microseconds that we'll wait before returning
689 // If this is positive, wait that many microseconds.
    [all...]
  /external/chromium_org/net/tools/epoll_server/
epoll_server.h 383 // delta_in_us - the delta in microseconds from the ApproximateTimeInUs() at
418 // the current time as number of microseconds since the Unix epoch.
440 // the "approximate" current time as number of microseconds since the Unix
459 // occured, or when timeout_in_us microseconds has elapsed, whichever
682 // The amount of time in microseconds that we'll wait before returning
684 // If this is positive, wait that many microseconds.
    [all...]

Completed in 1556 milliseconds

<<11121314151617181920>>