Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioRecordTest.java481 final int RECORD_ENCODING = AudioFormat.ENCODING_PCM_16BIT; // fixed at this time. in testTimestamp() local
488 .setEncoding(RECORD_ENCODING) in testTimestamp()
497 final int bytesPerSample = AudioFormat.getBytesPerSample(RECORD_ENCODING); in testTimestamp()
600 final int RECORD_ENCODING = AudioFormat.ENCODING_PCM_16BIT; in testSynchronizedRecord() local
607 .setEncoding(RECORD_ENCODING) in testSynchronizedRecord()
646 final int bytesPerSample = AudioFormat.getBytesPerSample(RECORD_ENCODING); in testSynchronizedRecord()