Searched refs:NANOS_PER_MILLISECOND (Results 1 – 7 of 7) sorted by relevance
21 #define NANOS_PER_MILLISECOND (NANOS_PER_MICROSECOND * 1000) macro24 #define NANOS_PER_SECOND (NANOS_PER_MILLISECOND * MILLIS_PER_SECOND)26 #define DEFAULT_STATE_TIMEOUT (500 * NANOS_PER_MILLISECOND)27 #define DEFAULT_READ_TIMEOUT (300 * NANOS_PER_MILLISECOND)
53 int32_t latencyMillis = (int32_t) ((latencyNanos + NANOS_PER_MILLISECOND - 1) in measureLatency()54 / NANOS_PER_MILLISECOND); in measureLatency()
333 timeoutNanos = std::max(timeoutNanos, 400 * NANOS_PER_MILLISECOND); in TEST_P()
266 private static final long NANOS_PER_MILLISECOND = 1000000; field in AudioHelper.TimestampVerifier267 private static final long NANOS_PER_SECOND = NANOS_PER_MILLISECOND * MILLIS_PER_SECOND;310 * (1. / NANOS_PER_MILLISECOND); in add()351 (int) ((getStartTimeNs() - trackStartTimeNs) / NANOS_PER_MILLISECOND); in verifyAndLog()
65 private final static long NANOS_PER_MILLISECOND = 1000000L; field in AudioTrackSurroundTest67 private final static long NANOS_PER_SECOND = NANOS_PER_MILLISECOND * MILLIS_PER_SECOND;260 double measuredMillis = elapsedNanos / (double) NANOS_PER_MILLISECOND; in checkIndividualTimestamps()
56 private final static long NANOS_PER_MILLISECOND = 1000000L; field in AudioTrackLatencyTest58 private final static long NANOS_PER_SECOND = NANOS_PER_MILLISECOND * MILLIS_PER_SECOND;349 int latencyMillis = (int) (latencyNanos / NANOS_PER_MILLISECOND); in checkOutputLowLatency()
537 final int NANOS_PER_MILLISECOND = 1000000; in testTimestamp() local539 final long RECORD_TIME_NS = RECORD_TIME_MS * NANOS_PER_MILLISECOND; in testTimestamp()