Home
last modified time | relevance | path

Searched refs:MILLIS_PER_SECOND (Results 1 – 5 of 5) sorted by relevance

/cts/tests/leanbackjank/src/android/leanbackjank/cts/
DCtsDeviceLeanback.java31 private static final int MILLIS_PER_SECOND = 1000; field in CtsDeviceLeanback
32 private static final long WAIT_TIMEOUT = 5 * MILLIS_PER_SECOND;
36 private static final int PRE_SCROLL_IDLE_TIME = 2 * MILLIS_PER_SECOND;
39 SAMPLING_DURATION_SECONDS * MILLIS_PER_SECOND;
/cts/tests/tests/nativemedia/aaudio/src/
Dtest_aaudio.h23 #define MILLIS_PER_SECOND 1000 macro
24 #define NANOS_PER_SECOND (NANOS_PER_MILLISECOND * MILLIS_PER_SECOND)
Dtest_aaudio.cpp74 const int32_t framesPerMsec = actual().sampleRate / MILLIS_PER_SECOND; in SetUp()
/cts/tests/tests/media/src/android/media/cts/
DAudioTrackLatencyTest.java54 private final static int MILLIS_PER_SECOND = 1000; field in AudioTrackLatencyTest
55 private final static long NANOS_PER_SECOND = NANOS_PER_MILLISECOND * MILLIS_PER_SECOND;
220 Thread.sleep(several * framesWrittenTotal * MILLIS_PER_SECOND / setup.sampleRate); in testPlaySmallBuffer()
255 Thread.sleep(MILLIS_PER_SECOND); in testPlayPauseSmallBuffer()
DAudioTrackSurroundTest.java61 private final static int MILLIS_PER_SECOND = 1000; field in AudioTrackSurroundTest
62 private final static long NANOS_PER_SECOND = NANOS_PER_MILLISECOND * MILLIS_PER_SECOND;
258 double expectedMillis = elapsedFrames * (double) MILLIS_PER_SECOND in checkIndividualTimestamps()