Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioRecordTest.java483 final int RECORD_SAMPLE_RATE = 23456; // requires resampling in testTimestamp() local
486 .setSampleRate(RECORD_SAMPLE_RATE) in testTimestamp()
501 (int)((long)RECORD_TIME_IN_MS * RECORD_SAMPLE_RATE / 1000); in testTimestamp()
555 verifyContinuousTimestamps(startTs, stopTs, RECORD_SAMPLE_RATE); in testTimestamp()
602 final int RECORD_SAMPLE_RATE = 44100; in testSynchronizedRecord() local
605 .setSampleRate(RECORD_SAMPLE_RATE) in testSynchronizedRecord()
650 (int)((long)RECORD_TIME_IN_MS * RECORD_SAMPLE_RATE * numChannels / 1000); in testSynchronizedRecord()