Searched refs:NANOS_PER_SECOND (Results 1 – 10 of 10) sorted by relevance
/cts/tests/tests/nativemedia/aaudio/jni/ |
D | test_session_id.cpp | 57 ASSERT_EQ(kNumFrames, AAudioStream_write(aaudioStream1, buffer, kNumFrames, NANOS_PER_SECOND)); in checkSessionIdNone() 116 buffer, kNumFrames, NANOS_PER_SECOND)); in checkSessionIdAllocate() 119 buffer, kNumFrames, NANOS_PER_SECOND)); in checkSessionIdAllocate() 145 buffer, kNumFrames, NANOS_PER_SECOND)); in checkSessionIdAllocate() 148 buffer, kNumFrames, NANOS_PER_SECOND)); in checkSessionIdAllocate()
|
D | test_aaudio.h | 24 #define NANOS_PER_SECOND (NANOS_PER_MILLISECOND * MILLIS_PER_SECOND) macro
|
D | test_aaudio.cpp | 225 timeoutNanos = 100 * (NANOS_PER_SECOND * framesPerBurst() / in TEST_P() 330 timeoutNanos = timeoutBursts * (NANOS_PER_SECOND * framesPerBurst() / in TEST_P()
|
D | utils.cpp | 37 return (time.tv_sec * NANOS_PER_SECOND) + time.tv_nsec; in getNanoseconds()
|
D | test_aaudio_callback.cpp | 50 int64_t calculatedDeltaNanos = deltaFrames * NANOS_PER_SECOND / sampleRate; in measureLatency()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | AudioHelper.java | 267 private static final long NANOS_PER_SECOND = NANOS_PER_MILLISECOND * MILLIS_PER_SECOND; field in AudioHelper.TimestampVerifier 293 return mLastTimeNs - (mLastFrames * NANOS_PER_SECOND / mSampleRate); in getStartTimeNs() 308 final double deltaFramesNs = (double)deltaFrames * NANOS_PER_SECOND / mSampleRate; in add()
|
D | AudioTrackSurroundTest.java | 67 private final static long NANOS_PER_SECOND = NANOS_PER_MILLISECOND * MILLIS_PER_SECOND; field in AudioTrackSurroundTest 308 double measuredRate = elapsedFrames * (double) NANOS_PER_SECOND / elapsedNanos; in calculateSampleRate()
|
D | AudioTrackLatencyTest.java | 58 private final static long NANOS_PER_SECOND = NANOS_PER_MILLISECOND * MILLIS_PER_SECOND; field in AudioTrackLatencyTest 346 long timeDelta = framesPending * NANOS_PER_SECOND / track.getSampleRate(); in checkOutputLowLatency()
|
D | AudioRecordTest.java | 1584 final long NANOS_PER_SECOND = 1000000000; in verifyContinuousTimestamps() local 1585 final long timeByFrames = frameDiff * NANOS_PER_SECOND / sampleRate; in verifyContinuousTimestamps()
|
/cts/tests/tests/view/jni/ |
D | android_view_cts_ASurfaceControlTest.cpp | 62 #define NANOS_PER_SECOND 1000000000LL macro 69 return (time.tv_sec * NANOS_PER_SECOND) + time.tv_nsec; in systemTime()
|