Searched refs:RECORD_SAMPLE_RATE (Results 1 – 2 of 2) sorted by relevance
90 final int RECORD_SAMPLE_RATE = 44100; in testSynchronizedRecord() local93 .setSampleRate(RECORD_SAMPLE_RATE) in testSynchronizedRecord()159 (int)((long)RECORD_TIME_IN_MS * RECORD_SAMPLE_RATE * numChannels / 1000); in testSynchronizedRecord()
692 final int RECORD_SAMPLE_RATE = 23456; // requires resampling in testTimestamp() local695 .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() local852 .setSampleRate(RECORD_SAMPLE_RATE) in testMediaMetrics()871 new Integer(RECORD_SAMPLE_RATE)); in testMediaMetrics()