Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DMediaSyncEventTest.java88 final int RECORD_ENCODING = AudioFormat.ENCODING_PCM_16BIT; in testSynchronizedRecord() local
95 .setEncoding(RECORD_ENCODING) in testSynchronizedRecord()
155 final int bytesPerSample = AudioFormat.getBytesPerSample(RECORD_ENCODING); in testSynchronizedRecord()
DAudioRecordTest.java690 final int RECORD_ENCODING = AudioFormat.ENCODING_PCM_16BIT; // fixed at this time. in testTimestamp() local
697 .setEncoding(RECORD_ENCODING) in testTimestamp()
706 final int bytesPerSample = AudioFormat.getBytesPerSample(RECORD_ENCODING); in testTimestamp()
848 final int RECORD_ENCODING = AudioFormat.ENCODING_PCM_16BIT; in testMediaMetrics() local
854 .setEncoding(RECORD_ENCODING) in testMediaMetrics()