Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DMediaSyncEventTest.java90 final int RECORD_SAMPLE_RATE = 44100; in testSynchronizedRecord() local
93 .setSampleRate(RECORD_SAMPLE_RATE) in testSynchronizedRecord()
159 (int)((long)RECORD_TIME_IN_MS * RECORD_SAMPLE_RATE * numChannels / 1000); in testSynchronizedRecord()
DAudioRecordTest.java692 final int RECORD_SAMPLE_RATE = 23456; // requires resampling in testTimestamp() local
695 .setSampleRate(RECORD_SAMPLE_RATE) in testTimestamp()
710 (int)((long)RECORD_TIME_MS * RECORD_SAMPLE_RATE / 1000); in testTimestamp()
728 new AudioHelper.TimestampVerifier(TAG, RECORD_SAMPLE_RATE, in testTimestamp()
850 final int RECORD_SAMPLE_RATE = 8000; in testMediaMetrics() local
852 .setSampleRate(RECORD_SAMPLE_RATE) in testMediaMetrics()
871 new Integer(RECORD_SAMPLE_RATE)); in testMediaMetrics()